Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
Description
The automatic installation of Tool JDK 10 failed today for us with a 404. It seems Oracle JDK 10 not available anymore at all. And Java 11 cannot be used in production due to new licences. No JDK 11 is available in Jenkins java.sun.com JDK Tool installer.
https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
I guess the tool installer should be changed to use http://openjdk.java.net/projects/jdk/11/ (downloaded from http://jdk.java.net/11/).
Acceptance criteria
- a JDK 11 is proposed as download
- ideally, see if we can still propose JDK10,
- and JDK12
Attachments
Issue Links
- is duplicated by
-
JENKINS-55482 JDK 10 no longer working
-
- Resolved
-
- is related to
-
WEBSITE-623 Change jdk-tool-plugin by jdk tool in Java requirements page
-
- Done
-
- relates to
-
JENKINS-57090 Some Java 8 artifacts return 404 on download
-
- Open
-
An installer for JDK from AdoptOpenJDK would be a welcoming addition.
The Oracle OpenJDK 11 LTS builds will only receive updates for 6 months, while AdoptOpenJDK will commit to providing builds until LTS EOL.
Though we still need the Oracle JDK Installer, for those who still use an older JDK.
We have some legacy application using JDK 1.6 and JDK 1.7.
I like batmat suggestion of Using a repository manager like Nexus to get the JDK. Then you could get the JDK from your preferred source.