shyiko / jabba

(cross-platform) Java Version Manager
2.97k stars 194 forks source link

Autodiscovery of Corretto versions seems to be broken #822

Open sazzer opened 2 years ago

sazzer commented 2 years ago

Sorry if I should have commented on the older issue instead :(

Issue #656 was about Corretto versions being missing, was from Oct 2020 and was closed because Autodiscovery should be working properly now.

However, there are Corretto versions that have since been released that are not available.

-> % jabba ls-remote | grep corretto | grep 11
amazon-corretto@1.11.0-11.9.1
amazon-corretto@1.11.0-10.9.1
amazon-corretto@1.11.0-9.12.1
amazon-corretto@1.11.0-9.11.1
amazon-corretto@1.11.0-8.10.1
amazon-corretto@1.11.0-7.10.1
amazon-corretto@1.11.0-6.10.1
amazon-corretto@1.11.0-5.10.2
amazon-corretto@1.11.0-5.10.1
amazon-corretto@1.11.0-4.11.1

Where the following Corretto 11 versions are also available:

The most recent version is 11.0.11.9.1, from Apr 2021. So it looks like the autodiscovery is broken again - at least for Corretto :(

Cheers

juliocorzo commented 2 years ago

I thought autodiscovery was broken. I see that the index.json where versions are stored is being added to directly, see this commit.