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

fix: Include latest Oracle JDK releases #49

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

mattnelson
Copy link
Contributor

@mattnelson mattnelson commented Aug 12, 2024

Fixes #48

@@ -43,10 +43,8 @@ function current_releases {
arch=$(cut -f2 -d, <<<"$param")
local ext_list
ext_list=$(cut -f3 -d, <<<"$param")
local exts
exts=$(cut -f3 -d: <<<"$ext_list")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it was cutting the 3rd item in the ext list only windows/zip and linux/x64/tar.gz were discovered.

@joschi joschi changed the title Loop through the OracleJDK current release extensions. (Fixes #48) fix: Include latest Oracle JDK releases Aug 14, 2024
@joschi joschi added the bug Something isn't working label Aug 14, 2024
Copy link
Owner

@joschi joschi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattnelson Thanks for your contribution! ❤️

@joschi joschi merged commit 4edf86d into joschi:main Aug 14, 2024
1 check passed
@mattnelson mattnelson deleted the oracle_current_extensions branch August 14, 2024 13:49
roele referenced this pull request in roele/mise-java-metadata Aug 28, 2024
roele referenced this pull request in jdx/rtx-java-metadata Aug 28, 2024
* fix: Include latest Oracle JDK releases (#49)

Fixes #48

* Add java-se-ri 21 and 22

---------

Co-authored-by: Matt Nelson <mattnelson@users.noreply.github.com>
Co-authored-by: Jochen Schalanda <jochen@schalanda.name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OracleJDK missing last several releases for macosx aarch64
2 participants