Replies: 2 comments 1 reply
-
What would we gain from raising the baseline from 17 to 21? Enabling virtual threads is to my understanding just a Spring Boot setting if you are running the app with Java 21+. I think we should follow the baseline of the Spring Boot version used. (https://github.com/grails/grails-core/tree/7.0.x is already on Java 17) |
Beta Was this translation helpful? Give feedback.
1 reply
-
We are going in the 17 as Java baseline direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since Spring Boot 3.0, the baseline version is Java 17. As we plan to support the latest spring boot, I think we need to raise to a minimum of Java 17. Maybe we could take the opportunity to go to 21 as the Java baseline.
28 votes ·
Beta Was this translation helpful? Give feedback.
All reactions