Update Micronaut monorepo to v3.4.0 #12439
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.3.4
->3.4.0
3.3.4
->3.4.0
3.3.4
->3.4.0
3.3.4
->3.4.0
Release Notes
micronaut-projects/micronaut-core
v3.4.0
v3.4.0 (2022-03-22)
Full Changelog
Localized Message Source
You can now inject
LocalizedMessageSource
, a@RequestScope
bean, in your controllers to resolve localized messages for the current HTTP Request. It works in combination with Micronaut Locale Resolution capabilities.Referencing bean properties in @Requires.
With 3.4.0, you can reference other beans properties in
@Requires
to load beans conditionally.Micronaut Data MongoDB
Micronaut Data 3.3.0 includes Micronaut Data MongoDB.
Micronaut AOT and Maven
Micronaut AOT is now fully supported for Maven users. Enabling AOT is as simply as passing
-Dmicronaut.aot.enabled
when running, testing, or packaging your application.For more details, check the Micronaut Maven Plugin documentation.
Micronaut TOML
Micronaut TOML allows you to write your application configuration with TOML in addition to
Properties
,YAML
,Groovy
orConfig4k
.Micronaut Security
Micronaut Security 3.4.1 responds with an error when an authenticated user visits a sensitive endpoint. This forces the developer to define how they want their application to behave in that scenario. Read the release notes and the documentation to learn more.
BOM Modules
Several projects include a BOM (Bills of Materials) module:
Other Module Upgrades
javamail
module users.Changes
JavaWildcardElement
native type @dstepanov (#7088)JavaGenericPlaceholderElement
native type @dstepanov (#7081)PackageElement#getName
method @dstepanov (#7063)includeHiddenMethods
as it's also useful for hidden fields @dstepanov (#7051)@Nonnull(when=MAYBE)
@yawkat (#6980)🚀 Features
🐛 Bug Fixes
Contributors
@GavrilovSV, @alvarosanchez, @dstepanov, @graemerocher, @jameskleeh, @melix, @micronaut-build, @obukhovas, @sdelamo, @timyates, @tobiasschaefer and @yawkat
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 WhiteSource Renovate. View repository job log here.