-
Notifications
You must be signed in to change notification settings - Fork 745
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
Revert "Add support for Oracle JDK" #421
Conversation
This reverts commit 6cdf39a.
What's the reason for reverting #401? |
@fniephaus unfortunately, we're not able to support Oracle JDK in |
Thanks for the info, @brcrista. Can you elaborate on why Oracle JDK cannot be supported? This action already supports a number of other JDK distributions. |
If you'd like to send me an email at brcrista at github.com, I'd be happy to discuss the blockers with you in more detail. |
@brcrista @fniephaus i'd like to join this conversation. Will follow up by email. |
Reverting functionality is fine, but doing this by removing version 3.7.0 (#422) was not ideal. I hope you can push a new release 3.8.0 as soon as possible. We are using Dependabot to update our workflows, and have already updated a lot of repositories to version 3.7.0, which now is failing. Please issue a new version 3.8.0 that contains the revert of #401, and then basically is equal to versjon 3.6.0. This way all normal upgrade routines for actions and packages will fix all builds. |
Thanks @Gakk, we'll have a look |
Thank you all for responding so quickly 🚀 |
* Fix typo in README.md (actions#419) `diractory` -> `directory` * Revert "Add support for Oracle JDK (actions#401)" (actions#421) This reverts commit 6cdf39a. Co-authored-by: Brian Cristante <[email protected]> * adding check for prerelease * add debug lines * add minor fix * expand e2e tests with corretto Co-authored-by: Ashley <[email protected]> Co-authored-by: Brian Cristante <[email protected]>
This reverts commit 6cdf39a. Co-authored-by: Brian Cristante <[email protected]>
…" (actions#450) This reverts commit c3ac5dd.
…" (actions#450) This reverts commit c3ac5dd.
Reverts #401