GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1460
Support for java 9 https://issues.apache.org/jira/browse/CAMEL-10141 This PR adds support for java 9 up to camel-core in the reactor build order. I've tested with the latest java 9 (Build 156). I'll squash the commits once approved (left them for clarity). Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-10141 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1460.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 #1460 ---- commit 2a7519bd264db12ce5535b94dca5422f614c2c47 Author: jpoth <poth.j...@gmail.com> Date: 2017-02-09T11:18:21Z CAMEL-10141 Tools.jar is no longer present in java 9 commit 3ef980bb0658223fdc8c6a0c0a97b15b08fde9d4 Author: jpoth <poth.j...@gmail.com> Date: 2017-02-09T11:34:11Z CAMEL-10141 Upgrade maven jar plugin for java 9 support commit 0cc95d885fdfd99f3acff450127d881fc04a4684 Author: jpoth <poth.j...@gmail.com> Date: 2017-02-09T12:20:52Z CAMEL-10141 The inal plugin isn't compatible with java 9 and isn't unmaintained so lets remove it and rely on the rat plugin instead commit db07ce88dd86631cfa46c8040904ae199725f013 Author: jpoth <poth.j...@gmail.com> Date: 2017-02-10T17:44:51Z CAMEL-10141 Lets build camel-core and have some unit tests pass commit a1b8ca2e3428acb92188ce95bc875496578a004c Author: jpoth <poth.j...@gmail.com> Date: 2017-02-13T15:58:47Z CAMEL-10141 Lets pass all unit tests in camel-core on java 9 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---