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

Feature: Support view and download old version of corretto java #1300

Open
1 of 2 tasks
xiaoxiangmoe opened this issue Jun 26, 2024 · 0 comments
Open
1 of 2 tasks

Feature: Support view and download old version of corretto java #1300

xiaoxiangmoe opened this issue Jun 26, 2024 · 0 comments

Comments

@xiaoxiangmoe
Copy link

xiaoxiangmoe commented Jun 26, 2024

Feature request

In github corretto-21/releases, we can download corretto java 21.0.2.14.1 and corretto java 21.0.2.13.1

But I try

sdk install java 21.0.2.14.1-amzn

it puts

Stop! java 21.0.2.14.1-amzn is not available. Possible causes:
 * 21.0.2.14.1-amzn is an invalid version
 * java binaries are incompatible with your platform
 * java has not been released yet

If we try to get all version of java

sdk list java
================================================================================
Available Java Versions for macOS ARM 64bit
================================================================================
 Vendor        | Use | Version      | Dist    | Status     | Identifier
--------------------------------------------------------------------------------
 Corretto      |     | 22.0.1       | amzn    |            | 22.0.1-amzn         
               |     | 21.0.3       | amzn    | installed  | 21.0.3-amzn           
               |     | 17.0.11      | amzn    |            | 17.0.11-amzn        
               |     | 11.0.23      | amzn    |            | 11.0.23-amzn        
               |     | 8.0.412      | amzn    |            | 8.0.412-amzn  

I can't see version of 21.0.2.14.1 and 21.0.2.13.1

If we try to download it

sdk install java 21.0.2-amzn

it will get Corretto-21.0.2.13.1

java --version        
openjdk 21.0.2 2024-01-16 LTS
OpenJDK Runtime Environment Corretto-21.0.2.13.1 (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Corretto-21.0.2.13.1 (build 21.0.2+13-LTS, mixed mode, sharing)

Question

  1. Can we view all version of corretto java?
  2. Can we download both corretto-21.0.2.13.1 and corretto-21.0.2.14.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant