An open index of dependabot pull requests across open source projects.

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

Open
Number: #1350
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 30, 2025 at 11:32 AM UTC
(11 months ago)
Updated: June 30, 2025 at 11:32 AM UTC
(11 months ago)
Labels:
dependencies java
Description:

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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
maven
Version Change:
4.8.2 → 4.9.0
Update Type:
Minor
Path:
/labs/unicorn-store/software/alternatives/unicorn-store-micronaut
Technical Details
ID: 2491739
UUID: 2628638936
Node ID: PR_kwDOHlIHls6crdjY
Host: GitHub
Repository: aws-samples/aws-lambda-java-workshop
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes