Micronaut posts tagged java
Browse Micronaut blog posts tagged java.
Available articles
Apr 27, 2026
Micronaut Framework 5.0 with Java 25 baseline
Starting with Micronaut Framework 5.0, to be released in Q2 2026, the Java baseline will be Java 25. Use modern Java features By setting a Java 25 baseline, we can improve our internal code and public APIs by continuing to use features such as Virtual Threads, Structured Concurrency, Scoped Values, Pattern Matching for switch, Record...
Feb 16, 2023
Micronaut Framework 4.0 with Java 17 baseline
Starting with Micronaut framework 4.0, to be released in 2023, the Java baseline will be Java 17. Use modern Java features By setting a Java 17 baseline, we can use new Java features. For example, Micronaut framework 4.0 provides an alternative implementation of the Micronaut HTTP Client based on Java HTTP Client. Moreover, we can...