Update dependency io.micronaut.platform:micronaut-parent to v4.9.3 - autoclosed #183
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.7.1->4.9.3Release Notes
micronaut-projects/micronaut-core (io.micronaut.platform:micronaut-parent)
v4.9.3: Micronaut Core 4.9.3Compare Source
What's Changed
Dependency updates 🚀
Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.9.2...v4.9.3
v4.9.2: Micronaut Core 4.9.2Compare Source
What's Changed
Bug Fixes 🐞
refCnt > 0, make sure we're the exclusive owner beforehand by @yawkat in #11864Other Changes 💡
Full Changelog: micronaut-projects/micronaut-core@v4.9.1...v4.9.2
v4.9.1: Micronaut Core 4.9.1Compare Source
What's Changed
Bug Fixes 🐞
Full Changelog: micronaut-projects/micronaut-core@v4.9.0...v4.9.1
v4.9.0: Micronaut Core 4.9.0Compare Source
What'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-netty4.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.
@MixinIt’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-http3withio.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 🎉
TypeElementQueryto limit visitations ofTypeElementVisitorby @dstepanov in #11809Bug Fixes 🐞
Improvements ⭐
ExecutableMethodequality by @dstepanov in #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
v4.8.3: Micronaut Core v4.8.3Compare Source
What's Changed
Improvements ⭐
Full Changelog: micronaut-projects/micronaut-core@v4.8.2...v4.8.3
v4.8.2: Micronaut Core 4.8.2Compare Source
What's Changed
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.8.1...v4.8.2
v4.8.1: Micronaut Core 4.8.1Compare Source
What's Changed
Bug Fixes 🐞
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.8.0...v4.8.1
v4.8.0: Micronaut Core 4.8.0Compare Source
What's Changed
New Features 🎉
definitionTypeparameter for@Clientannotation by @altro3 in #11278Bug Fixes 🐞
MediaTypebeing comparable by @dstepanov in #11500Improvements ⭐
RequestArgumentBinderby @dstepanov in #11311PropagatedContextby @dstepanov in #11312RouteInfoin filters, addcreateSpecifictoArgumentBinderby @dstepanov in #11323ExecutionFlowby @dstepanov in #11317daemonandpriorityflags by @altro3 in #11378isEnum()for KotlinTypeArgumentElement by @altro3 in #11422Docs 📖
Dependency updates 🚀
Other Changes 💡
New Contributors
Full Changelog: micronaut-projects/micronaut-core@v4.7.13...v4.8.0
v4.7.6Compare Source
What's Changed
Bug Fixes 🐞
Improvements ⭐
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.7.5...v4.7.6
v4.7.5: Micronaut Core 4.7.5Compare Source
What's Changed
Dependency updates 🚀
Full Changelog: micronaut-projects/micronaut-core@v4.7.4...v4.7.5
v4.7.4: Micronaut Core 4.7.4Compare Source
What's Changed
Dependency updates 🚀
Other Changes 💡
New Contributors
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.