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

Microsoft OpenJDK 17 out of date #296

Closed
codylerum opened this issue Mar 1, 2022 · 7 comments
Closed

Microsoft OpenJDK 17 out of date #296

codylerum opened this issue Mar 1, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@codylerum
Copy link

appears that the Microsoft distribution is very manual and has not been updated for the 17.0.2 release

Is there a process in place to get that updated?

@codylerum codylerum added bug Something isn't working needs triage labels Mar 1, 2022
@dmitry-shibanov
Copy link
Contributor

Hello @codylerum. Thank you for your report. Unfortunately, Microsoft distribution does not have public API. It uses hardcoded versions and urls. Could please provide information about available versions or API we'll try add it.

Related pull request Add Microsoft distribution of the JDK - #252

@codylerum
Copy link
Author

I do wonder if this should be a supported distribution if it can't be automated.

https://docs.microsoft.com/en-us/java/openjdk/download

@karianna
Copy link

I do wonder if this should be a supported distribution if it can't be automated.

https://docs.microsoft.com/en-us/java/openjdk/download

We are going to be adding an API in the not too distant future (we wrote Adoptium's API, so it's matter of co-opting that :-))

@d3r3kk
Copy link

d3r3kk commented Mar 16, 2022

We do have 'static' URLs that you can use in this instance, that always point to the latest of a specific JDK version.

For instance, https://aka.ms/download-jdk/microsoft-jdk-17-linux-x64.tar.gz will currently download our microsoft-jdk-17.0.2.8.1-linux-x64 build, and https://aka.ms/download-jdk/microsoft-jdk-11-linux-x64.tar.gz will download our microsoft-jdk-11.0.14.1_1-31205-linux-x64 build.

Will that help? (We will update those static URLs with each release).

gdams added a commit to gdams/setup-java that referenced this issue Mar 16, 2022
@brunoborges
Copy link

@codylerum any thoughts on @d3r3kk's comment?

Also, @gdams can you please change your PR accordingly?

@codylerum
Copy link
Author

That would probably work perfectly.

@e-korolevskii
Copy link
Contributor

Hi all!

In the latest release, we have updated the Microsoft OpenJDK version to 17.0.3.
I'm closing this issue for now, but if you have any additional questions, you can ask them here or open a new issue.
Have a nice day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants