Skip to content

Bump io.micronaut.platform:micronaut-parent from 4.8.2 to 4.9.0 in /labs/unicorn-store/software/alternatives/unicorn-store-micronaut #1350

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.micronaut.platform:micronaut-parent from 4.8.2 to 4.9.0.

Release notes

Sourced from io.micronaut.platform:micronaut-parent'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 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-parent](https://github.com/micronaut-projects/micronaut-core) from 4.8.2 to 4.9.0.
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.10.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.8.2...v4.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
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