fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.2 #521
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.8.18
->4.9.2
Release Notes
micronaut-projects/micronaut-core (io.micronaut:micronaut-core-bom)
v4.9.2
: Micronaut Core 4.9.2What's Changed
Bug Fixes 🐞
refCnt > 0
, make sure we're the exclusive owner beforehand by @yawkat in https://github.com/micronaut-projects/micronaut-core/pull/11864Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.9.1...v4.9.2
v4.9.1
: Micronaut Core 4.9.1What's Changed
Bug Fixes 🐞
Full Changelog: micronaut-projects/micronaut-core@v4.9.0...v4.9.1
v4.9.0
: Micronaut Core 4.9.0What's Changed
Netty 4.2.2
Micronaut 4.9.0 updates to Netty 4.2. This Netty release changes the default buffer allocator, which may affect application performance.
Event loop Carrier
micronaut-http-server-netty
4.9.0 introduces an experimental mode to run virtual threads on the Netty event loop. This can lead to more predictable performance when migrating from async code to virtual threads. A more detailed blog post will follow with the 4.9 platform release.@ClassImport
@ClassImport annotation allows to process already compiled classes as if they were ordinary non-compiled classes.
@Mixin
It’s possible to define a Mixin class by annotating it with @Mixin and specifying which class does it reference.
Mixins only modify the Micronaut annotations metadata model. Original classes are not modified in any way. Mixins are currently supported only in Java.
HTTP/3
If you were using the experimental HTTP/3 support you need to replace the dependency
io.netty.incubator:netty-incubator-codec-http3
withio.micronaut:micronaut-http-netty-http3
.Graceful Shutdown
This release includes a Graceful shutdown API. A graceful shutdown allows you to stop accepting new work and finish in-progress tasks.
Cache Control API
A fluid API CacheControl permits you to populate the HTTP Cache-Control header in an HTTP Response easily.
KSP 2
This release supports KSP 2 (starting from the version 2.0.2) and it's tested to work with Kotlin 2.
New Features 🎉
TypeElementQuery
to limit visitations ofTypeElementVisitor
by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/11809Bug Fixes 🐞
Improvements ⭐
ExecutableMethod
equality by @dstepanov in https://github.com/micronaut-projects/micronaut-core/pull/11668Docs 📖
Kotlin 2
Dependency updates 🚀
Netty
Apache Groovy
SnakeYaml
Vertx
Jackson
Reactor
Logback
SLF4J
Blaze
JavaParser
Lombok
methvin Directory Watcher
Smallrye-fault-Tolerance
Awaitility
Test Containers
ByteBuddy
Micronaut Modules
Micronaut Validation
Micronaut RxJava2
Micronaut Groovy
Micronaut AWS
Micronaut SourcGen
Micronaut Session
Micronaut RxJava3
Micronaut Logging
Micronaut Kotlin
CI ⚙️Build 🐘
GraalVM
Micronaut Build Plugin
New Contributors
Full Changelog: micronaut-projects/micronaut-core@v4.8.18...v4.9.0
Configuration
📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.