-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bump minimal requirements to Java 17 #532
Conversation
This commit upgrades the plugin to build with Java 17, but also require everything to use Java 17 minimally: this is preparation work for supporting Micronaut 4 which will raise the minimal JDK version to 17. This doesn't upgrade transitive plugins like the Docker plugin yet.
2b4c88f
to
08ada12
Compare
Kudos, SonarCloud Quality Gate passed! |
I'm not sure what defines the |
Isn't it too early for this change? If you plan to make future releases from a 3.5.x maintenance branch, be aware that we mostly release from master. Doing a release from a different branch may or may not work :)
That is defined here: https://github.com/micronaut-projects/management/blob/master/repositories.tf#L112 |
Yes this is intentional, so that we have |
I guess we can merge as is for now, this is going to be changed globally for Micronaut 4. |
This commit upgrades the plugin to build with Java 17, but also require everything to use Java 17 minimally: this is preparation work for supporting Micronaut 4 which will raise the minimal JDK version to 17.
This doesn't upgrade transitive plugins like the Docker plugin yet.