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 6F90D200C38 for ; Wed, 15 Mar 2017 16:00:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6E06E160B78; Wed, 15 Mar 2017 15:00:43 +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 B82A4160B70 for ; Wed, 15 Mar 2017 16:00:42 +0100 (CET) Received: (qmail 77044 invoked by uid 500); 15 Mar 2017 15:00:37 -0000 Mailing-List: contact commits-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 commits@camel.apache.org Received: (qmail 76822 invoked by uid 99); 15 Mar 2017 15:00:36 -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, 15 Mar 2017 15:00:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ADC25E10FF; Wed, 15 Mar 2017 15:00:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Wed, 15 Mar 2017 15:00:42 -0000 Message-Id: <6630da61f3574dc99d461413867d629b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/8] camel git commit: CAMEL-10141: make spring-boot starters unit tests pass on Java 9 archived-at: Wed, 15 Mar 2017 15:00:43 -0000 CAMEL-10141: make spring-boot starters unit tests pass on Java 9 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/57a2132b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/57a2132b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/57a2132b Branch: refs/heads/master Commit: 57a2132bdd9cb7db67e137bc84f2f19d7543291a Parents: 8c654e0 Author: jpoth Authored: Wed Mar 15 15:00:10 2017 +0100 Committer: jpoth Committed: Wed Mar 15 15:30:07 2017 +0100 ---------------------------------------------------------------------- platforms/spring-boot/components-starter/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/57a2132b/platforms/spring-boot/components-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml index 17c9df3..c9ceb03 100644 --- a/platforms/spring-boot/components-starter/pom.xml +++ b/platforms/spring-boot/components-starter/pom.xml @@ -308,4 +308,23 @@ camel-zookeeper-master-starter camel-zookeeper-starter + + + + jdk9-build + + 9 + + + + + maven-surefire-plugin + + --add-modules java.xml.bind --add-opens java.base/java.lang=ALL-UNNAMED + + + + + +