Skip to content

Please provide more update-to-date Temurin JDKs

Summary

When I run this job:

https://ci.eclipse.org/oomph/job/internal/job/shell-script/lastBuild/console

configured like this:

image

it says this:

+ which java
/opt/tools/java/temurin/jdk-17/latest/bin/java
+ java -version
openjdk version "17.0.3" 2022-04-19
OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7)
OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (build 17.0.3+7, mixed mode, sharing)

So the latest is pretty old now given that jdk-17.0.5+8 is available here:

https://adoptium.net/temurin/archive/

Priority

  • Urgent
  • High
  • Medium
  • Low

Severity

  • Blocker
  • Major
  • Normal
  • Low

Impact

The problem is that as of version 17.0.5+8, certain types of signatures have been disabled.

https://www.oracle.com/java/technologies/javase/17-relnote-issues.html#JDK-8196415

So when I use the Eclipse Installer with that newer version of the Temurin JDK/JRE to generate a report, it reports all kinds of unsigned content:

https://download.eclipse.org/oomph/archive/reports-extra/staging-2022-12/download.eclipse.org/staging/2022-12/index.html

So I would like to be able to run a Maven build using this newer JRE as soon as possible, with M3 due next week...