Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C2C1200D0B for ; Wed, 27 Sep 2017 17:52:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0AC631609CA; Wed, 27 Sep 2017 15:52:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7A9CF1609BC for ; Wed, 27 Sep 2017 17:52:40 +0200 (CEST) Received: (qmail 36742 invoked by uid 500); 27 Sep 2017 15:52:39 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 36731 invoked by uid 99); 27 Sep 2017 15:52:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2017 15:52:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 33B7CF5568; Wed, 27 Sep 2017 15:52:39 +0000 (UTC) From: johnpoth To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1971: Camel 11850 Content-Type: text/plain Date: Wed, 27 Sep 2017 15:52:39 +0000 (UTC) archived-at: Wed, 27 Sep 2017 15:52:41 -0000 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 Date: 2017-09-27T11:25:42Z CAMEL-11850 fix camel-asn1 on JDK9 commit 451341868f785964cd664f069b88f096e0b7e2c8 Author: jpoth 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 Date: 2017-09-27T14:15:06Z CAMEL-11850 fix camel-kubernetes on Java 9 commit baa659f396da791ae7f3c8d128ce8aa411f4039e Author: jpoth 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 Date: 2017-09-27T15:46:34Z CAMEL-11850 build camel-olingo2-api on Java 9 ---- ---