GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1971
Camel 11850 Fix for [CAMEL-11850](https://issues.apache.org/jira/browse/CAMEL-11850) Also includes other fixes to build the entire project (without tests) using JDK9 GA. I'll work on fixing remaining test failures in a separate PR. Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-11850 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1971.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 #1971 ---- commit 148664081f4948c947da8ba964d44871092077b8 Author: jpoth <poth.j...@gmail.com> Date: 2017-09-27T11:25:42Z CAMEL-11850 fix camel-asn1 on JDK9 commit 451341868f785964cd664f069b88f096e0b7e2c8 Author: jpoth <poth.j...@gmail.com> Date: 2017-09-27T13:46:25Z CAMEL-11850 upgrade maven-javadoc-plugin to 3.0.0-M1 containing fix for MJAVADOC-485 to pass Java 9 builds commit d7995da5bff965a6f81d85b3a8be6e80d834baab Author: jpoth <poth.j...@gmail.com> Date: 2017-09-27T14:15:06Z CAMEL-11850 fix camel-kubernetes on Java 9 commit baa659f396da791ae7f3c8d128ce8aa411f4039e Author: jpoth <poth.j...@gmail.com> Date: 2017-09-27T15:45:49Z CAMEL-11850 upgrade hadoop to 2.7.4 to include fix for HADOOP-14586 to build on Java 9 commit 8d0e897953d4450d73415a20ca6d3db4600e33af Author: jpoth <poth.j...@gmail.com> Date: 2017-09-27T15:46:34Z CAMEL-11850 build camel-olingo2-api on Java 9 ---- ---