Skip to content
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

Open
TheSnoozer opened this issue Mar 4, 2024 · 4 comments
Open

Require Java 17 (LTS) #708

TheSnoozer opened this issue Mar 4, 2024 · 4 comments

Comments

@TheSnoozer
Copy link
Collaborator

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

@TheSnoozer
Copy link
Collaborator Author

As per https://maven.apache.org/docs/history.html
maven 4.0.0-alpha-13 now requires Java 17

@TheSnoozer TheSnoozer changed the title Require 17 (LTS) Require Java 17 (LTS) Mar 20, 2024
@elharo
Copy link

elharo commented Jul 22, 2024

Please don't. We are using this with Java 8. I expect others are too.
Also note that Oracle != Java. Java 8 is fully supported by multiple vendors

@TheSnoozer
Copy link
Collaborator Author

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...

@elharo
Copy link

elharo commented Jul 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants