Skip to content

Bump io.micronaut.platform:micronaut-platform from 4.8.3 to 4.9.0 in /imperative/micronaut #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2025

Bumps io.micronaut.platform:micronaut-platform from 4.8.3 to 4.9.0.

Release notes

Sourced from io.micronaut.platform:micronaut-platform's releases.

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.

... (truncated)

Commits
  • caefb34 [skip ci] Release v4.9.0
  • 5bda182 fix(deps): update dependency io.micronaut.discovery:micronaut-discovery-clien...
  • 84071af fix(deps): update dependency io.micronaut.openapi:micronaut-openapi-bom to v6...
  • 42fcc96 fix(deps): update dependency org.openrewrite.maven:rewrite-maven-plugin to v6...
  • c324ad7 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.5 (#2040)
  • 8ef5aba Upgrade langchain4j to 1.0.0 (#2038)
  • 87af4dd fix(deps): update dependency io.micronaut.build.internal.publishing:io.micron...
  • e5f2d0d fix(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.4....
  • 2e8a347 chore(deps): update plugin io.micronaut.build.shared.settings to v7.5.0 (#2034)
  • 8d64207 Kafka 5.9.0 (#2031)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/micronaut-platform) from 4.8.3 to 4.9.0.
- [Release notes](https://github.com/micronaut-projects/micronaut-platform/releases)
- [Commits](micronaut-projects/micronaut-platform@v4.8.3...v4.9.0)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-platform
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 26, 2025
@github-actions github-actions bot merged commit 18ca8f0 into main Jun 26, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/imperative/micronaut/io.micronaut.platform-micronaut-platform-4.9.0 branch June 26, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants