GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1982
Jdk9 ga Enable more tests on JDK9 GA and upgrade maven-surefire-plugin to 2.20.1. Some tests are still skipped on JDK9 GA due to: [CXF-7520](https://issues.apache.org/jira/browse/CXF-7520) [BOON-376](https://github.com/boonproject/boon/issues/376) [groovy-eclipse-265](https://github.com/groovy/groovy-eclipse/issues/265) [TOMEE-2038](https://issues.apache.org/jira/browse/TOMEE-2038) Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel jdk9-ga Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1982.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1982 ---- commit b354ebbbfaeefeca49a05e02a4b1e59e2fcdfe90 Author: jpoth <poth.j...@gmail.com> Date: 2017-09-29T10:56:46Z Upgrade maven-surefire-plugin which fixes SUREFIRE-1265 on JDK9 GA commit 4553bb6f8fc04e6b9f9c0397790eb020d28011fd Author: jpoth <poth.j...@gmail.com> Date: 2017-09-29T11:03:57Z Enable tests that now pass on JDK9 GA ---- ---