-
Notifications
You must be signed in to change notification settings - Fork 765
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 OpenJDK in order to use -ea versions #492
Comments
Hi, @gortiz 👋 Thanks for the feature request! We will think about it and let you know if it's approved to be implemented or not. |
Hello, I am wondering why there are no support of OpenJDK at all, not even Early Access? It seems to have proper license -- GPL+classpath extension. |
As an alternative, you're invited to use https://github.com/oracle-actions/setup-java to install Early Access releases of the JDK: steps:
- name: 'Set up latest JDK EA from jdk.java.net'
uses: oracle-actions/setup-java@v1
with:
website: jdk.java.net
release: EA Note that Related discussion: #69 |
What is the status here? |
Description:
As we know, OpenJDK used to be the place where free JRE and JDKs were downloaded from, but in the new model consumers should use other vendors like temurin, microsoft, etc. This is true for all versions but the EA, which are not packaged by these vendors and therefore they should be downloaded from OpenJDK*.
As said in OpenJDK docker page:
<list of publishers>
Justification:
In order to support newest JVMs as fast as possible, it is very useful to be able to compile and test libraries and applications using the JDK that is being development. This is specially important in a moment like this when the release in EA is going to be LTS and will include tons of improvements and new features compared to the last LTS.
The text was updated successfully, but these errors were encountered: