Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

v4.8.18: Micronaut Core 4.8.18

Full Changelog: micronaut-projects/micronaut-core@v4.8.17...v4.8.18

v4.8.17: Micronaut Core 4.8.17

Merge up the following PRs:

  • Properly handle HTTP/2 idle timeout (#​11726)
  • fix config properties refresh for each property (#​11798)
  • Verifier error importing Lombok introspections (#​11711)
  • Netty 4.1.119.Final

Full Changelog: micronaut-projects/micronaut-core@v4.8.16...v4.8.17

v4.8.16: Micronaut Core 4.8.16

What's Changed
Other Changes 💡
New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.8.15...v4.8.16

v4.8.15: Micronaut Core 4.8.15

What's Changed

Bug Fixes 🐞
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.8.14...v4.8.15


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 9, 2025
@renovate renovate bot force-pushed the renovate/micronaut branch from 0e3c678 to 7774b6c Compare June 10, 2025 14:57
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.15 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.16 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/micronaut branch from 7774b6c to 6cee9b6 Compare June 11, 2025 15:10
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.16 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.18 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/micronaut branch from 6cee9b6 to 795b8e6 Compare June 13, 2025 13:10
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.18 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.0 Jun 13, 2025
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.0 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.1 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/micronaut branch from 795b8e6 to c5d34fb Compare June 13, 2025 15:15
@sdelamo sdelamo changed the base branch from 1.5.x to 1.6.x June 13, 2025 15:18
@renovate renovate bot force-pushed the renovate/micronaut branch from c5d34fb to 3ca26b8 Compare June 13, 2025 15:18
@sdelamo sdelamo merged commit a110d11 into 1.6.x Jun 13, 2025
1 of 7 checks passed
@sdelamo sdelamo deleted the renovate/micronaut branch June 13, 2025 15:18
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.

2 participants