-
Notifications
You must be signed in to change notification settings - Fork 742
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
Add support for Oracle OpenJDK binaries #69
Add support for Oracle OpenJDK binaries #69
Comments
In the meanwhile, I published https://github.com/sormuras/download-jdk -- which downloads a JDK from https://jdk.java.net that is consumable by |
FYI, I updated sormuras/download-jdk
|
Google
andriod
Pada Isn, 12 Okt 2020 14:25 Christian Stein <notifications@github.com>
menulis:
… FYI, I updated sormuras/download-jdk
***@***.*** to version 1.1:
- Supports Linux, Mac OS, and Windows
- Supports Early-Access builds of top-level projects, like Loom,
Panama, or Valhalla
- Supports archived (EOL!) builds
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARILQ33MMIXOXMMNYFDFM43SKKONDANCNFSM4NMT6ACA>
.
|
Good reason to fix this: |
latest oracle openjdk download link follows this format: |
Thanks for the ping and good timing. We just launched You can find more information here: |
@carimura Actions can have very high level of access to a repository and thus a high security impact. Thus please do indeed ship your code as a PR to this official repository :) |
@xor-freenet given that they rewrote all the TS code in Java from scratch, it may be a bit challenging... |
I'm also for merging With two actions using matrix for jdk is difficult .... |
@slawekjaranowski @berezovskyi https://inside.java/2022/03/11/setup-java/ explains why we needed a separate action |
@delabassee I buy all the arguments except why a rewrite from TypeScript was needed. TypeScript is not my favourite language but I think all of the changes Oracle team needed could have been implemented as a PR (or a fork but still in TS). Anyway, I am awaiting native support for #68 more eagerly as NFTC only vaguely permits "running the Program for Your own personal use or internal business operations". Re: input change, the addition of Oracle JDK support may have warranted a new major version of the action with the corresponding breaking changes. Finally, congrats on the JDK 18 release! |
I am reading this issue now and I as a maintainer of Java projects would like to see the Oracle JDK and Open JDK from jdk.java.net available in the I do not think that it is good to force Open Source maintainers to need to create multiple GitHub Workflows to be able to test with different JDKs. @delabassee, I can't understand the justifications provided in https://inside.java/2022/03/11/setup-java/. I do not think that someone will have a problem in doing a breaking change in a new major version of I, and I guess a lot of other Open Source maintainers, will be happy to see a convergence on this in order to reduce the duplicate work that we need to do. I hope you understand my position on this. |
Hi all, I've opened #401 which adds support for Oracle JDK to this action. |
Thanks @fniephaus - would be awesome to get an official review of your PR in order to make developers live easier, especially for those using this action in a matrix setup. |
Thanks for the PR @fniephaus. Unfortunately, we historically haven't been able to support Oracle JDK and I believe we are still in that state. As a result, we had to roll back the v3.7 release for
I apologize for the churn that this creates. I wanted to roll back the change as quickly as possible to minimize the number of workflows and |
Do I understand you correctly @brcrista that the issue is not technical? |
Hello everyone. We had discussions with Oracle teams and confirmed that we can add support for Oracle OpenJDK. We've released a new version of the action with support of Oracle OpenJDK. We are sorry for the confusion. |
@dmitry-shibanov: is there a reason you didn't close this ticket? |
Thanks for your guys generous works. And one question, I looking for v3.10.0, but I find that it's |
Hi, @mobeicanyue 👋 Thanks for the question, actually we have an open feature request related to adding OpenJDK. As soon as we got license-wise approval, the implementation process can be started. |
Could I learn about the approval progress? I think it's so wired about oracle, they seems put copyright so hard even to open source project. It should be easy to use. |
With work being done towards adding additional binary distributions of OpenJDK as options (likely under the "distro" option, see e.g. #67), it would be useful to include the Oracle OpenJDK binaries among the distro options
The text was updated successfully, but these errors were encountered: