Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2025

This PR contains the following updates:

Package Change Age Confidence
io.micronaut.platform:micronaut-platform (source) 4.8.3 -> 4.9.4 age confidence

Release Notes

micronaut-projects/micronaut-platform (io.micronaut.platform:micronaut-platform)

v4.9.4: Micronaut Platform 4.9.4

v4.9.3

What's Changed

Other Changes 💡

Full Changelog: micronaut-projects/micronaut-platform@v4.9.2...v4.9.3

v4.9.2: Micronaut Platform 4.9.2

v4.9.1: Micronaut Platform 4.9.1

v4.9.0: Micronaut Platform 4.9.0

The Micronaut Foundation is excited to announce the release of Micronaut framework 4.9.0!

Micronaut Core Improvements

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.

@​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.

Jakarta Data

Micronaut Data provides implementation support for the Jakarta Data 1.0 specification, allowing developers to leverage Jakarta Data’s standardized approach to data access within Micronaut applications.

Protocol Buffers Json Support

Micronaut gRPC, thanks to a community contribution, adds a new module that adds the ability to send JSON-serialized messages via a POST HTTP 1.1 call.

Persistence

  • Micronaut SQL updates ojdbc to 23.8.0.25.04, MariaDB to 3.5.3, and MySQL Connector to 9.2.0, Hikari to 6.3.0, and Tomcat JDBC to 11.0.7.
  • Micronaut Coherence updates to Coherence 25.03.1.

Cloud

Database Migration

Reactive Libraries

Security

Miscellaneous

NEXT STEPS

If you haven’t yet updated to Micronaut framework 4, this is an excellent opportunity to do so!

Please feel free to reach out to us if you need any assistance.


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 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/micronaut.platform branch from 1b3aec3 to 1bccfc8 Compare July 31, 2025 12:47
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.1 fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.2 Jul 31, 2025
Copy link

@renovate renovate bot changed the title fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.2 fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.3 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/micronaut.platform branch from 1bccfc8 to ed5853b Compare August 26, 2025 18:59
@renovate renovate bot changed the title fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.3 fix(deps): update dependency io.micronaut.platform:micronaut-platform to v4.9.4 Oct 3, 2025
@renovate renovate bot force-pushed the renovate/micronaut.platform branch from ed5853b to 5917b46 Compare October 3, 2025 10:25
@sdelamo sdelamo changed the base branch from 2.7.x to 2.8.x October 15, 2025 11:49
Copy link
Contributor Author

renovate bot commented Oct 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sdelamo sdelamo merged commit 6b895e7 into 2.8.x Oct 15, 2025
2 of 4 checks passed
@sdelamo sdelamo deleted the renovate/micronaut.platform branch October 15, 2025 11:50
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