eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
160 stars 129 forks source link

Stop passing -Xnoagent in Java 22+ #2732

Closed akurtakov closed 3 months ago

akurtakov commented 3 months ago

What it does

Fixes deprecation warnings "Option -Xnoagent was deprecated in JDK 22 and will likely be removed in a future release." in tests output on Java 22+ as can be seen at https://download.eclipse.org/eclipse/downloads/drops4/I20240718-2200/testresults/ep433I-unit-cen64-gtk3-java22_linux.gtk.x86_64_22/org.eclipse.jdt.core.tests.eval.TestAll.txt

Author checklist