jabba icon indicating copy to clipboard operation
jabba copied to clipboard

Autodiscovery of Corretto versions seems to be broken

Open sazzer opened this issue 3 years ago • 1 comments

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:

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

sazzer avatar Nov 26 '21 11:11 sazzer

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

juliocorzo avatar Jan 13 '22 00:01 juliocorzo