Bump io.micronaut.platform:micronaut-parent from 4.8.2 to 4.9.2 in /labs/unicorn-store/software/alternatives/unicorn-store-micronaut
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(10 months ago)
(9 months ago)
(9 months ago)
dependencies java
Bumps io.micronaut.platform:micronaut-parent from 4.8.2 to 4.9.2.
Release notes
Sourced from io.micronaut.platform:micronaut-parent's releases.
Micronaut Core 4.9.2
What's Changed
Bug Fixes 🐞
- When checking
refCnt > 0, make sure we're the exclusive owner beforehand by@yawkatin micronaut-projects/micronaut-core#11864- Check error element type. Fixes #11859 by
@graemerocherin micronaut-projects/micronaut-core#11865Other Changes 💡
- sourcegen 1.8.1 by
@sdelamoin micronaut-projects/micronaut-core#11869Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.9.1...v4.9.2
Micronaut Core 4.9.1
What's Changed
Bug Fixes 🐞
- Remove managed Kotlin 2 KSP 2 from BOM by
@dstepanovin micronaut-projects/micronaut-core#11862Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.9.0...v4.9.1
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-netty4.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
@ClassImportannotation allows to process already compiled classes as if they were ordinary non-compiled classes.
@MixinIt’s possible to define a Mixin class by annotating it with
@Mixinand 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-http3withio.micronaut:micronaut-http-netty-http3.
... (truncated)
Commits
6e37a0c[skip ci] Release v4.9.24e9f208sourcegen 1.8.1 (#11869)e2653acCheck error element type. Fixes #11859 (#11865)0dfa034When checkingrefCnt > 0, make sure we're the exclusive owner beforehand (#...d69a803chore: Bump version to 4.9.2-SNAPSHOT18c7d33[skip ci] Release v4.9.101e351dRemove managed Kotlin 2 KSP 2 from BOM (#11862)3b51fe5chore: Bump version to 4.9.1-SNAPSHOT19592f5[skip ci] Release v4.9.06ab770fFix javadoc aggregation (#11861)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
1
1
+1
-1
Package Dependencies
maven
4.8.2 → 4.9.2
Minor
/labs/unicorn-store/software/alternatives/unicorn-store-micronaut
Technical Details
| ID: | 7198462 |
| UUID: | 2718197453 |
| Node ID: | PR_kwDOHlIHls6iBGbN |
| Host: | GitHub |
| Repository: | aws-samples/aws-lambda-java-workshop |
| Mergeable: | Yes |
| Merge State: | Clean |