-
Notifications
You must be signed in to change notification settings - Fork 111
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
Review the JDK version support matrix for a next release/tests #654
Comments
No objections recieved so far. Cantaloupe dev meeting on 3rd of July raised no objections to dropping JDK11. |
Which versions do we want to support?
Go by the support for OpenJDK: https://access.redhat.com/articles/1299013#OpenJDK_Life_Cycle (which is much clearer than Oracles page). |
Java v22 is a non-LTS release so not sure how suitable it is for the future compared to v21. |
@mrghosti3 I believe we were thinking "last two LTS (17,21) + latest non-LTS (22)". This means in September, when OpenJDK 23 is released, we can switch to 17,21,23. |
Oh, understood. I guess I misunderstood the message. 😅 |
What?
Current tests include JDK 11, see
cantaloupe/.github/workflows/release.yml
Line 13 in 21057cf
JDK11 is End of Life.
With #653 coming in, for a 6.0.0 release we could probably drop old JDK versions and focus only on LTS/still valid versions of Java
see https://endoflife.date/oracle-jdk
The text was updated successfully, but these errors were encountered: