eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 45 forks source link

Fix ModuleOptionsTests on Java 22 #422

Closed akurtakov closed 3 months ago

akurtakov commented 3 months ago

What it does

As per https://www.oracle.com/java/technologies/javase/22all-relnotes.html#JDK-8308398 jdk.crypto.ec module is gone on Java 22 (see failing test at https://download.eclipse.org/eclipse/downloads/drops4/I20240407-1800/testresults/html/org.eclipse.jdt.debug.tests_ep432I-unit-cen64-gtk3-java22_linux.gtk.x86_64_22.html ). This PR adjusts the tests to not look for it in Java 22+.

How to test

Test succeeds in next I-build.

Author checklist