Update Micronaut monorepo to v3.5.0 #12533
Merged
+1
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.4.4
->3.5.0
3.4.4
->3.5.0
3.4.4
->3.5.0
3.4.4
->3.5.0
Release Notes
micronaut-projects/micronaut-core
v3.5.0
v3.5.0 (2022-05-25)
Full Changelog
GraalVM 22.1.0
Micronaut framework 3.5 supports GraalVM 22.1.0.
Micronaut Gradle Plugin v3.4.0 and Micronaut Maven Plugin v3.3.0 support GraalVM 22.1.0.
Incremental Compilation for Gradle Builds
Micronaut framework 3.5 supports fully incremental compilation, including GraalVM metadata for Gradle Builds.
Micronaut Data
Micronaut Data 3.4.0 supports:
Turbo Integration
Micronaut Views adds integration with Turbo
New Module - Micronaut Microstream
Micronaut Microstream eases working with MicroStream, a native Java object graph storage engine.
@Scheduled with Time Zones
Optionally, you can specify a time zone when using the <<scheduling,
@Scheduled
annotation>>.Support validation groups with
@Validated
You can enforce a subset of constraints using validation groups using groups on the
@Validated
.Advanced Listener Configuration
Micronaut framework 3.5.0 offers more flexibility in configuring the HTTP Server. Instead of configuring a single port, you can specify each listener manually.
EPHEMERAL FACTORIES
A Factory has the default scope
@Singleton
, and it is destroyed with the context. Since Micronaut framework v3.5.0, you can dispose of the factory after producing a bean by annotating your factory class with@Prototype
and@Factory
Module upgrades
grpc-auth
1.45.1 and
grpc-netty-shaded
. Moreover, we have clarified the documentation to support GraalVM Native Images when using the GCP libraries, and the Micronaut GCP Bom now includes thecom.google.cloud:native-image-support
dependency.1.0.0.RELEASE
.Several modules publish a BOM (Bill of Materials) or use a Gradle Version Catalogs:
Schema Migration Modules
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.