Replies: 2 comments 3 replies
-
@hantsy Thanks for the feedback. Current plan is to have Micronaut Framework 4 with Java 17 as a baseline. We have been upgrading as much as possible to use moving this to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
Currently most of the Microant modules are based on JavaEE 8/Jakarta EE 8, Jakarta EE 10 was released for a long time, and the latest Spring 6/Spring Boot 3.0 has already upgraded to Jakarta EE9/10 and Java 17.
I think in the next generation 4.0 Micronaut should consider the alignment of Jakarta EE 10 and Java 17.
Upgrade all modules to use new
jakarta.
.Use Java 17 as base line to build Micronaut projects, consider more integration with new features in Java 17, such as Record, HttpClient(since Java 11) etc.
Beta Was this translation helpful? Give feedback.
All reactions