Skip to content
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

Update Micronaut monorepo to v3.4.0 #12439

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut:micronaut-runtime (source) 3.3.4 -> 3.4.0 age adoption passing confidence
io.micronaut:micronaut-inject-groovy (source) 3.3.4 -> 3.4.0 age adoption passing confidence
io.micronaut:micronaut-inject-java (source) 3.3.4 -> 3.4.0 age adoption passing confidence
io.micronaut:micronaut-inject (source) 3.3.4 -> 3.4.0 age adoption passing confidence

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.

@​Requires(bean=Config.class, beanProperty="foo", value="John")
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 or Config4k.

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

Changes
🚀 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@puneetbehl puneetbehl merged commit b6da4a5 into 5.2.x Mar 23, 2022
@renovate renovate bot deleted the renovate/micronaut-monorepo branch March 23, 2022 09:03
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants