-
Notifications
You must be signed in to change notification settings - Fork 115
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
[TP] Update to WWD 1.3.4 and LSP4E 0.26 #1753
Conversation
Test Results665 tests ±0 652 ✅ - 2 9m 18s ⏱️ +5s For more details on these failures and errors, see this check. Results for commit 5c3d907. ± Comparison against base commit d368f6a. ♻️ This comment has been updated with latest results. |
Build fails with
Altough |
dc21b64
to
ed10b81
Compare
Altough I have changed the pipelines with use Java-21 the build fails as follows:
@laeubi or @merks any immediate idea? I haven't yet investigated it in great detail. |
You have to change targetJRE to Java 21 in target file too. |
Configure the Tycho-surefire and tycho-compiler plug-ins to still use a Java-17 JDK to run tests respectively build m2e projects.
ed10b81
to
5c3d907
Compare
🤦🏽♂️Obviously. Thanks, that worked locally.
Thanks for that hint, but this is not set in m2e's pom.xml. |
@laeubi any objections against building with 21? Actually we have no other option. |
IMO even M2E should move to target Java 21 now. |
The build succeeded now and the test failures are unrelated, so lets submit this.
In general I have no objects about that, but I currently don't have the time to change all the configurations. |
This will require that EPPs (and consequently Eclipse SDK) move to Java 21 I just wanted to mention it. |
EPPs already made the move - eclipse-packaging/packages#130 |
Yes and the SDK also doesn't have to move. |
Fixes #1751