-
Notifications
You must be signed in to change notification settings - Fork 300
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
Require Java 17 (LTS) #708
Comments
As per https://maven.apache.org/docs/history.html |
Please don't. We are using this with Java 8. I expect others are too. |
Maven 4.X is requiring Java 17 so this (breaking)change will eventually happen, not sure when. Certainly there is IMHO the following to consider:
Whenever it is happening needs to evaluate what the best new version would be....I guess as this is a maven plugin following maven makes sense and enforcing java 17 eventually... |
But Maven 3.9 is continuing, and I expect many projects will stick with that for compatibility reasons. Java 8 will go away eventually but not for multiple years yet. |
Describe the question / problem (required)
As per https://www.oracle.com/java/technologies/java-se-support-roadmap.html
11 (LTS) Premier Support Until September 2023.
Maybe the plugin should require Java 17?
Context (optional)
No response
The text was updated successfully, but these errors were encountered: