matthiasblaesing opened a new pull request #3862: URL: https://github.com/apache/netbeans/pull/3862
The intention of this PR is to enable running commit-validation on JDK 18. The first commit just enables running NetBeans on JDK 18. The second commit contains the changes necessary to enable running tests on JDK 18: - Add missing library to batik dependency reported on JDK 11+ - Add opens/exports used for NetBeans IDE also to unittest runs by default - Set system property `java.security.manager` to `allow` for unittest runs - Remove version filter from `VerifySimpleTemplatesTest` so that the string template tests are actually run - Remove `test.run.args` where covered by common definition - Add special `test.run.args` to `ide.kit` (adding module `jdk.jdi` and exporting `com.sun.jdi`) and `java.hints` (supressing the add-opens definitions from the default arguments) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
