There is no Java from Adoptium
See original GitHub issueWhen I run
cs java --available
I don’t see any Java from Adoptium. I can see the ones from AdoptOpenJDK, but AdoptOpenJDK is moved to Eclipse and it’s renamed to Adoptium.
The announcement from https://adoptopenjdk.net
24th July 2021: AdoptOpenJDK is moving to the Eclipse Foundation and rebranding. Our July 2021 and future releases will come from Adoptium.net
So I’m wondering if we can have JDKs from Adoptium.
I found this repo https://github.com/coursier/jvm-index and it says
The index generated here could be used by the java and java-home commands of coursier, but it’s not yet.
coursier currently relies on the index from the jabba project, which is regularly updated.
Since jabba is not supporting Adoptium yet, can coursier/jvm-index
be used for Coursier instead of the index from jabba?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
I’m thinking of adding an
adoptium
JVM type, merging both theadopt
andtemurin
JVMs. And use it as default JVM type here, so that short versions from8
to17
all work.@alexarchambault Yeah, it would be so nice to have the
adoptium
JVM type. 🙏