Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to switch to adoptium api #15

Open
mkurz opened this issue Aug 3, 2021 · 7 comments
Open

Need to switch to adoptium api #15

mkurz opened this issue Aug 3, 2021 · 7 comments

Comments

@mkurz
Copy link
Contributor

mkurz commented Aug 3, 2021

adoptopenjdk is now adoptium: https://adoptium.net/

Therefore there is a need to switch from https://api.adoptopenjdk.net/ to https://api.adoptium.net/ (also from https://api.adoptopenjdk.net/q/swagger-ui/ to https://api.adoptium.net/q/swagger-ui/ - GitHub repo: https://github.com/adoptium/api.adoptium.net)

Code which needs change:

node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk8'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk9'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk10'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk11'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk12'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk13'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk14'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk15'),
node('adoptopenjdk-net-v2.js https://api.adoptopenjdk.net/v2/info/releases/openjdk16'),
// todo: Project Amber (https://adoptopenjdk.net/nightly.html?variant=amber)

@mkurz
Copy link
Contributor Author

mkurz commented Dec 28, 2021

We could use jdk@eclipse-temurin for naming, like suggested here: shyiko/jabba#824

@mkurz
Copy link
Contributor Author

mkurz commented Jan 31, 2022

There is another jabba index which you can user right now to get the adoptium builds and others: https://github.com/typelevel/jdk-index You just need to change an environment variable.

@aeimer
Copy link

aeimer commented Jul 1, 2022

@mkurz we would like to use jabba with adoptium 17. Is there any progress expected in the near future on this topic?

@mkurz
Copy link
Contributor Author

mkurz commented Jul 4, 2022

@aeimer I am not the maintainer of this project. However you can use adoptium 17 today already by using jabba with the index from here: https://github.com/typelevel/jdk-index Checkout the readme of that repo, you just have to set the JABBA_INDEX env var.

@aeimer
Copy link

aeimer commented Jul 4, 2022

Hi @mkurz, thank you! I already saw that and set it up, but I think jabba should also keep their index uptodate, thats why I ask...

@mkurz
Copy link
Contributor Author

mkurz commented Jul 4, 2022

It seems jabba is dying... I recommend using sdkman instead

@aeimer
Copy link

aeimer commented Jul 4, 2022

uff okay thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants