-
Notifications
You must be signed in to change notification settings - Fork 75
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
[I-Build-Tests] Use JDK23-EA for Linux-Java23 tests #2523
[I-Build-Tests] Use JDK23-EA for Linux-Java23 tests #2523
Conversation
The verification build does not test this, but I tested it in my local Jenkins by replying the existing job with the changes applied and I'm to test this instead. |
828ada8
to
5425912
Compare
jdt.ui tests still fail. To fix we need a jdk after 2024-10-27 .
|
It's a bit confusing when looking at https://adoptium.net/de/temurin/nightly/?version=23, In general if anybody can provide me a link to a better JDK it can be changed easily. |
I believe 23+37 means build 37 of stream 23.0.0, while 23.0.1-beta+11 means build 11 of stream 23.0.1 - aka the later is newer as it's beta builds towards 23.0.1 and this is what we need as the fix is done after 23(.0.0) release. |
Yes that's what I assume as well. And looking throught the nightly builds I have the impression that the Adoptium project somehow has messed up the semantic versions of the JDK 23 nightly builds. I have the impression that https://github.com/adoptium/temurin23-binaries/releases/tag/jdk-23.0.1%2B11 is the most recent JDK-23 build available, but I don't see a newer one here: So we probably just have to wait for a new build. |
I now wanted to try out But in the latest I-builds the JDT failures for java-23 seem to be gone. |
Fixes eclipse-jdt/eclipse.jdt.ui#1664
See also https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5179