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

Ensure specific release instead of 21.latest #63

Closed
borkdude opened this issue Sep 28, 2023 · 2 comments · Fixed by #68
Closed

Ensure specific release instead of 21.latest #63

borkdude opened this issue Sep 28, 2023 · 2 comments · Fixed by #68
Assignees
Labels
enhancement New feature or request

Comments

@borkdude
Copy link

I'd like to download specific releases of Oracle GraalVM 21, like 21.0.0 and not get the 21 latest automatically.

As discussed on Slack with @fniephaus:

good question, I don’t think you can at the moment. the logic is here and does not take into GA releases account. Can you file a ticket so we can look into it?

@fniephaus
Copy link
Member

fniephaus commented Oct 30, 2023

The script-friendly URL are unfortunately a bit awkward with the regard to GA vs latest releases:

I'm proposing to work around this by putting the following special handling for GA versions in place:

  • java-version: '21' will continue to use latest for the latest version
  • java-version: '21.0.0' will use archive for the GA version

Does this makes sense to you?

@fniephaus fniephaus added the enhancement New feature or request label Oct 30, 2023
@borkdude
Copy link
Author

Sounds like a good solution to me!

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

Successfully merging a pull request may close this issue.

2 participants