Micronaut Framework 4.0.0 Milestone 2 Released!
by Sergio Del Amo CaballeroThe Micronaut Foundation is excited to announce the release of Micronaut framework 4 Milestone 2. This is the first public milestone release and includes many new features.
We have published several blog posts about the changes introduced in Micronaut framework 4.0. You can find more details in the What’s new and breaking changes sections of the Micronaut framework 4.0 core documentation.
Generating a Micronaut Framework 4 application
You can generate a Micronaut framework 4.0.0-M2 application with Micronaut Launch or with the Micronaut CLI. The easiest way to install 4.0.0-M2 CLI is with sdkman. Type sdk install micronaut 4.0.0-M2
, and then run mn-create
.
Upgrading to Micronaut Framework 4
To help you try Micronaut framework 4.0.0-M2, we have published the following upgrade to Micronaut Framework 4 guide.
Thanks to all those who contributed to the release, and we look forward to your feedback as we progress towards a GA (General Availability) release.