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

Support all Java versions #725

Open
danishnawab opened this issue Jan 17, 2025 · 1 comment
Open

Support all Java versions #725

danishnawab opened this issue Jan 17, 2025 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@danishnawab
Copy link

Description:

The README mentions only the Java versions "8, 11, 16, 17, 21". [1]

Can you please explain the rationale for how it is decided to support a certain version or not?

I would additionally request adding support for all Java versions (at least going forward) because "The Tip & Tail Model of Library Development" [2] recommended by OpenJDK would require popular libraries to be able to build and release against the latest versions (as well as using older versions to verify compatibility of older releases).

[1] https://github.com/actions/setup-java/blob/main/README.md#supported-version-syntax
[2] https://openjdk.org/jeps/14

Justification:

Supporting more Java version will allow even more maintainers and vendors to be able to use this action for their builds.

@danishnawab danishnawab added feature request New feature or request to improve the current logic needs triage labels Jan 17, 2025
@priya-kinthali
Copy link

Hello @danishnawab 👋,
Thank you for this feature request. We will investigate it and get back to you as soon as we have some feedback.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants