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

Update builds to use new JDK source #3100

Closed
Phergus opened this issue Oct 22, 2021 · 2 comments
Closed

Update builds to use new JDK source #3100

Phergus opened this issue Oct 22, 2021 · 2 comments
Assignees
Labels
build-configuration feature Adding functionality that adds value Hacktoberfest

Comments

@Phergus
Copy link
Contributor

Phergus commented Oct 22, 2021

Is your feature request related to a problem? Please describe.
AdoptOpen has changed it's name to Eclipse Adoptium project and the JDK downloads have a new download location.

See: https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/

Describe the solution you'd like
Update build.gradle to use the new download location:

Current Java 16.0.2 URLs.

https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_linux_hotspot_16.0.2_7.tar.gz
https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_windows_hotspot_16.0.2_7.zip
https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_x64_mac_hotspot_16.0.2_7.tar.gz

Or current Java 17 downloads:

https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_linux_hotspot_17_35.tar.gz
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip
https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_mac_hotspot_17_35.tar.gz

Additional context
Added benefit of this 16.0.2 Java is the fix for the drag-n-drop freeze on Windows. #2781
Moving to Java 17 resolves issue #2754.

@Phergus Phergus added feature Adding functionality that adds value build-configuration labels Oct 22, 2021
@Phergus Phergus self-assigned this Oct 28, 2021
@Phergus
Copy link
Contributor Author

Phergus commented Oct 28, 2021

Pushing PR to more to the 16.0.2_7 JDKs.

Can possibly move to JDK 17 after more testing.

@Phergus
Copy link
Contributor Author

Phergus commented Nov 27, 2021

No problems seen with 16.0.2_7 JDKs. Move to Java 17 can come later.

@Phergus Phergus closed this as completed Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-configuration feature Adding functionality that adds value Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant