Bump version.io.micronaut from 4.8.3 to 4.9.0 #261

Merged
dependabot[bot] merged 1 commit from dependabot/maven/version.io.micronaut-4.9.0 into main 2025-06-25 22:52:04 +02:00
dependabot[bot] commented 2025-06-25 22:50:04 +02:00 (Migrated from github.com)

Bumps version.io.micronaut from 4.8.3 to 4.9.0.
Updates 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

Updates io.micronaut:micronaut-inject-java from 4.8.3 to 4.9.0

Release notes

Sourced from io.micronaut:micronaut-inject-java's releases.

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 🐞

... (truncated)

Commits

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 `version.io.micronaut` from 4.8.3 to 4.9.0. Updates `io.micronaut.platform:micronaut-platform` from 4.8.3 to 4.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-platform/releases">io.micronaut.platform:micronaut-platform's releases</a>.</em></p> <blockquote> <h2>Micronaut Platform 4.9.0</h2> <p>The Micronaut Foundation is excited to announce the release of Micronaut framework 4.9.0!</p> <h2>Micronaut Core Improvements</h2> <h3>Netty 4.2.2</h3> <p>Micronaut 4.9.0 updates to <a href="https://netty.io/news/2025/06/05/4-2-2.html">Netty 4.2</a>. This Netty release changes the default buffer allocator, which may affect application performance.</p> <h3>Event loop Carrier</h3> <p><code>micronaut-http-server-netty</code> 4.9.0 introduces <a href="https://docs.micronaut.io/guide/index.html#_event_loop_carrier">an experimental mode to run virtual threads on the Netty event loop</a>. This can lead to more predictable performance when migrating from async code to virtual threads.</p> <h3><a href="https://github.com/ClassImport"><code>@​ClassImport</code></a></h3> <p><a href="https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/ClassImport.html"><code>@ClassImport</code></a> annotation allows to <a href="https://docs.micronaut.io/guide/index.html#classImport">process already compiled classes as if they were ordinary non-compiled classes</a>.</p> <h3><code>@Mixin</code></h3> <p>It’s possible to define a <a href="https://docs.micronaut.io/guide/index.html#mixin">Mixin class</a> by annotating it with <a href="https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/Mixin.html"><code>@Mixin</code></a> and specifying which class does it reference.</p> <p>Mixins only modify the Micronaut annotations metadata model. Original classes are not modified in any way. Mixins are currently supported only in Java.</p> <h3>HTTP/3</h3> <p>If you were using the <a href="https://docs.micronaut.io/latest/guide/index.html#http3Server">experimental HTTP/3 support</a> you need to replace the dependency <code>io.netty.incubator:netty-incubator-codec-http3 </code> with <code> io.micronaut:micronaut-http-netty-http3</code>.</p> <h3>Graceful Shutdown</h3> <p>This release includes a <a href="https://docs.micronaut.io/latest/guide/index.html#gracefulShutdown">Graceful shutdown API</a>. A graceful shutdown allows you to stop accepting new work and finish in-progress tasks.</p> <h3>Cache Control API</h3> <p>A fluid API <a href="https://docs.micronaut.io/latest/api/io/micronaut/http/cachecontrol/CacheControl.html">CacheControl</a> permits you to populate the <a href="https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Cache-Control">HTTP Cache-Control</a> header in an HTTP Response easily.</p> <h3>KSP 2</h3> <p>This release supports <a href="https://github.com/google/ksp">KSP</a> 2 (starting from the version 2.0.2) and it's tested to work with Kotlin 2.</p> <h2>Jakarta Data</h2> <p><a href="https://micronaut-projects.github.io/micronaut-data/latest/guide/#jakartaData">Micronaut Data provides implementation support for the Jakarta Data</a> 1.0 specification, allowing developers to leverage <a href="https://jakarta.ee/specifications/data/1.0/jakarta-data-1.0">Jakarta Data’s standardized approach</a> to data access within Micronaut applications.</p> <h2>Protocol Buffers Json Support</h2> <p><a href="https://github.com/micronaut-projects/micronaut-grpc/releases/tag/v4.11.0">Micronaut gRPC</a>, thanks to a community contribution, adds a <a href="https://micronaut-projects.github.io/micronaut-grpc/latest/guide/#protocolBuffersJsonSupport">new module</a> that adds the ability to send JSON-serialized messages via a POST HTTP 1.1 call.</p> <h2>Persistence</h2> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-sql/releases/tag/v6.2.0">Micronaut SQL</a> updates ojdbc to <code>23.8.0.25.04</code>, MariaDB to <code>3.5.3</code>, and MySQL Connector to <code>9.2.0</code>, Hikari to <code>6.3.0</code>, and Tomcat JDBC to <code>11.0.7</code>.</li> <li><a href="https://github.com/micronaut-projects/micronaut-coherence/releases/tag/v5.0.6">Micronaut Coherence</a> updates to Coherence <code>25.03.1</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/caefb34f2d6e5cbd07077e07749ea260d40da27a"><code>caefb34</code></a> [skip ci] Release v4.9.0</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/5bda182e895cfeccfb35125d3ec99b6697c59780"><code>5bda182</code></a> fix(deps): update dependency io.micronaut.discovery:micronaut-discovery-clien...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/84071af09b709bd841c44eed346954ccf122e5a9"><code>84071af</code></a> fix(deps): update dependency io.micronaut.openapi:micronaut-openapi-bom to v6...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/42fcc96a339c22ee250786ebfd2ab7fe95b53994"><code>42fcc96</code></a> fix(deps): update dependency org.openrewrite.maven:rewrite-maven-plugin to v6...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/c324ad7369ca13c2b34c228030f1629c9ced0b19"><code>c324ad7</code></a> fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.9.5 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/2040">#2040</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/8ef5aba30526cdc4a26a89aecee76cd2295d3a60"><code>8ef5aba</code></a> Upgrade langchain4j to 1.0.0 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/2038">#2038</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/87af4ddf11d032914bf20e0e9ee85b26f5f69a32"><code>87af4dd</code></a> fix(deps): update dependency io.micronaut.build.internal.publishing:io.micron...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/e5f2d0d231352bbed5a564477208bef40ccb6de8"><code>e5f2d0d</code></a> fix(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.4....</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/2e8a347424828afcde07843a547440f446fc0840"><code>2e8a347</code></a> chore(deps): update plugin io.micronaut.build.shared.settings to v7.5.0 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/2034">#2034</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/8d64207b02433936b95f40f4368d5656fc7259f0"><code>8d64207</code></a> Kafka 5.9.0 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/2031">#2031</a>)</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.3...v4.9.0">compare view</a></li> </ul> </details> <br /> Updates `io.micronaut:micronaut-inject-java` from 4.8.3 to 4.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-core/releases">io.micronaut:micronaut-inject-java's releases</a>.</em></p> <blockquote> <h2>Micronaut Core 4.9.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Netty 4.2.2</h3> <p>Micronaut 4.9.0 updates to <a href="https://netty.io/news/2025/06/05/4-2-2.html">Netty 4.2</a>. This Netty release changes the default buffer allocator, which may affect application performance.</p> <h3>Event loop Carrier</h3> <p><code>micronaut-http-server-netty</code> 4.9.0 introduces <a href="https://docs.micronaut.io/guide/index.html#_event_loop_carrier">an <em>experimental</em> mode to run virtual threads on the Netty event loop</a>. 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.</p> <h3><code>@ClassImport</code></h3> <p><a href="https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/ClassImport.html"><code>@​ClassImport</code></a> annotation allows to <a href="https://docs.micronaut.io/guide/index.html#classImport">process already compiled classes as if they were ordinary non-compiled classes</a>.</p> <h3><code>@Mixin</code></h3> <p>It’s possible to define a <a href="https://docs.micronaut.io/guide/index.html#mixin">Mixin class</a> by annotating it with <a href="https://docs.micronaut.io/latest/api/io/micronaut/context/annotation/Mixin.html"><code>@​Mixin</code></a> and specifying which class does it reference.</p> <p>Mixins only modify the Micronaut annotations metadata model. Original classes are not modified in any way. Mixins are currently supported only in Java.</p> <h3>HTTP/3</h3> <p>If you were using the <a href="https://docs.micronaut.io/latest/guide/index.html#http3Server">experimental HTTP/3 support</a> you need to replace the dependency <code>io.netty.incubator:netty-incubator-codec-http3</code> with <code>io.micronaut:micronaut-http-netty-http3</code>.</p> <h3>Graceful Shutdown</h3> <p>This release includes a <a href="https://docs.micronaut.io/latest/guide/index.html#gracefulShutdown">Graceful shutdown API</a>. A graceful shutdown allows you to stop accepting new work and finish in-progress tasks.</p> <h3>Cache Control API</h3> <p>A fluid API <a href="https://docs.micronaut.io/latest/api/io/micronaut/http/cachecontrol/CacheControl.html">CacheControl</a> permits you to populate the <a href="https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Cache-Control">HTTP Cache-Control header</a> in an HTTP Response easily.</p> <h3>KSP 2</h3> <p>This release supports KSP 2 (starting from the version 2.0.2) and it's tested to work with Kotlin 2.</p> <h3>New Features 🎉</h3> <ul> <li>Move to main HTTP/3 version by <a href="https://github.com/yawkat"><code>@​yawkat</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11849">micronaut-projects/micronaut-core#11849</a></li> <li>Allow visiting imported classes + Mixin by <a href="https://github.com/dstepanov"><code>@​dstepanov</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11860">micronaut-projects/micronaut-core#11860</a></li> <li>Introduce <code>TypeElementQuery</code> to limit visitations of <code>TypeElementVisitor</code> by <a href="https://github.com/dstepanov"><code>@​dstepanov</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11809">micronaut-projects/micronaut-core#11809</a></li> <li>Event loop loom carrier by <a href="https://github.com/yawkat"><code>@​yawkat</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11704">micronaut-projects/micronaut-core#11704</a></li> <li>Add graceful shutdown by <a href="https://github.com/yawkat"><code>@​yawkat</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/10701">micronaut-projects/micronaut-core#10701</a></li> <li>Cache Control API by <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11701">micronaut-projects/micronaut-core#11701</a></li> </ul> <h3>Bug Fixes 🐞</h3> <ul> <li>fix: don’t throw NPE if exception message is null by <a href="https://github.com/sdelamo"><code>@​sdelamo</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-core/pull/11591">micronaut-projects/micronaut-core#11591</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/19592f5fd0c07570f14aa9470c68406e1d6dc1b9"><code>19592f5</code></a> [skip ci] Release v4.9.0</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/6ab770f58268ad93bb0ae6a5ce8db30d2aa87b59"><code>6ab770f</code></a> Fix javadoc aggregation (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11861">#11861</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ba72999bf3d0f47fd2b741d6cb5f6ac9fb9272de"><code>ba72999</code></a> Reintroduce KSP test projects (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11858">#11858</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/908644b01ba32995be40aae1c9ca01d40431ed58"><code>908644b</code></a> Allow visiting imported classes + Mixin (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11860">#11860</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/ab7f7411ac458845a44cad05a44d155112f6a715"><code>ab7f741</code></a> Add graceful shutdown (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/10701">#10701</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/d49a70b47b3e699e3970a2114b7304d91775e64c"><code>d49a70b</code></a> Support Kotlin 2 KSP 2 (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11742">#11742</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/e335d5e1d6a2e277be3902d378f46c34f2362adf"><code>e335d5e</code></a> Disable Loom support on JVMs that support the virtual threads API but don't r...</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/69fa75ec5ab8d3854cf993cde254467f3d96f88b"><code>69fa75e</code></a> Event loop loom carrier (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11704">#11704</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/f7b96d682541410dc1c15a5b3f990acdb08cab54"><code>f7b96d6</code></a> Move to main HTTP/3 version (<a href="https://redirect.github.com/micronaut-projects/micronaut-core/issues/11849">#11849</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-core/commit/5896cb3d4c72e89d3b25ef3c061556d6e54979fa"><code>5896cb3</code></a> Merge branch '4.8.x' into 4.9.x</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-core/compare/v4.8.3...v4.9.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
sschnabe (Migrated from github.com) reviewed 2025-06-25 22:50:04 +02:00
rpahli (Migrated from github.com) reviewed 2025-06-25 22:50:04 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2025-06-25 22:50:04 +02:00
wistefan (Migrated from github.com) reviewed 2025-06-25 22:50:04 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-06-25 22:50:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#261
No description provided.