eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
160 stars 129 forks source link

Fix running Java9ElementsTest on Java 23 #2736

Closed akurtakov closed 2 months ago

akurtakov commented 2 months ago

Due to Removal of Module jdk.random number of modules and provides of java.base module change and the test assertions are adjusted accordingly. Fixes https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2735

What it does

Due to Removal of Module jdk.random number of modules and provides of java.base module change and the test assertions are adjusted accordingly. Fixes https://github.com/eclipse-jdt/eclipse.jdt.core/issues/2735

How to test

Run the tests in question with Java 23 and confirm them not failing.

Author checklist

akurtakov commented 2 months ago

@stephan-herrmann Any concerns here?