Skip to content

fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.2#768

Merged
sdelamo merged 1 commit into6.1.xfrom
renovate/micronaut
Jun 17, 2025
Merged

fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.2#768
sdelamo merged 1 commit into6.1.xfrom
renovate/micronaut

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut:micronaut-core-bom (source) 4.8.18 -> 4.9.2 age adoption passing confidence

Release Notes

micronaut-projects/micronaut-core (io.micronaut:micronaut-core-bom)

v4.9.2: Micronaut Core 4.9.2

What's Changed

Bug Fixes 🐞
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.9.1...v4.9.2

v4.9.1: Micronaut Core 4.9.1

What's Changed

Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-core@v4.9.0...v4.9.1

v4.9.0: Micronaut Core 4.9.0

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-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 with io.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 🎉
Bug Fixes 🐞
Improvements ⭐
Docs 📖
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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Jun 13, 2025
@renovate renovate bot force-pushed the renovate/micronaut branch from da4b6b4 to 4bebfd6 Compare June 16, 2025 18:13
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.1 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.2 Jun 16, 2025
@sonarqubecloud
Copy link

@sdelamo sdelamo changed the base branch from 6.0.x to 6.1.x June 17, 2025 08:56
@sdelamo sdelamo merged commit 8c276a6 into 6.1.x Jun 17, 2025
22 checks passed
@sdelamo sdelamo deleted the renovate/micronaut branch June 17, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency-upgrade Upgrade a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant