jabba
jabba copied to clipboard
Autodiscovery of Corretto versions seems to be broken
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
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Where the following Corretto 11 versions are also available:
- 11.0.13.8.1 - Oct 2021
- 11.0.12.7.2 - July 2021
- 11.0.12.7.1 - July 2021
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
I thought autodiscovery was broken. I see that the index.json
where versions are stored is being added to directly, see this commit.