asdf-java icon indicating copy to clipboard operation
asdf-java copied to clipboard

Support for adoptium

Open NikolayMetchev opened this issue 3 years ago • 5 comments

adoptopenjdk has moved to adoptium (https://blog.adoptium.net/2021/08/adoptium-celebrates-first-release/) Any chance this plugin could start supporting the new JDKs?

NikolayMetchev avatar Aug 03 '21 08:08 NikolayMetchev

Just wanted to ask the same question :- )

a4z avatar Aug 04 '21 11:08 a4z

The OpenJDK distribution produced under the Adoptium top-level project is called Eclipse Temurin and it is already supported by asdf-java. 😉

Since August 2, 2021 to be exact: ff8769411864ecbf6950d2045b430ddf8241f7ab

# asdf list-all java temurin
temurin-8.0.302+8
temurin-11.0.12+7
temurin-16.0.2+7

joschi avatar Aug 07 '21 23:08 joschi

So I guess this is a candidate to be closed 😏

x80486 avatar Oct 23 '21 23:10 x80486

It has both names now, but probably one will be saved in the future:

❯ asdf list all java | grep '\-21.0.0+'
adoptopenjdk-21.0.0+35.0.LTS
adoptopenjdk-jre-21.0.0+35.0.LTS
temurin-21.0.0+35.0.LTS
temurin-jre-21.0.0+35.0.LTS

yakimant avatar Oct 13 '23 09:10 yakimant

for some reason temurin 8 was removed?

vmrvictor avatar Nov 24 '23 11:11 vmrvictor

Sorry, I see now that it depends on the platform we are working on, and for ARM is not being supported https://adoptium.net/en-GB/supported-platforms/

for some reason temurin 8 was removed?

vmrvictor avatar Nov 24 '23 12:11 vmrvictor