GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1976
Fix camel-jpa on JDK9 GA With this, `mvn clean install` builds successfully on JDK9 GA. 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/1976.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 #1976 ---- commit c1390a40f5aebd75b97ea5331daaa87d2824cae7 Author: jpoth <poth.j...@gmail.com> Date: 2017-09-28T08:42:07Z Fix camel-jpa on JDK9 GA ---- ---