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 3195B200BBE for ; Fri, 11 Nov 2016 12:13:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3087F160AF5; Fri, 11 Nov 2016 11:13:12 +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 77A3C160AE4 for ; Fri, 11 Nov 2016 12:13:11 +0100 (CET) Received: (qmail 85940 invoked by uid 500); 11 Nov 2016 11:13:10 -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 85930 invoked by uid 99); 11 Nov 2016 11:13:10 -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; Fri, 11 Nov 2016 11:13:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5D5A0DFF41; Fri, 11 Nov 2016 11:13:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: CAMEL-10465 - camel ahc uses netty 4.0.41 transitively but 4.1.5 explicitly - leads to runtime exceptions. Renamed property. Date: Fri, 11 Nov 2016 11:13:09 +0000 (UTC) archived-at: Fri, 11 Nov 2016 11:13:12 -0000 Repository: camel Updated Branches: refs/heads/master f89e7682f -> c5203c033 CAMEL-10465 - camel ahc uses netty 4.0.41 transitively but 4.1.5 explicitly - leads to runtime exceptions. Renamed property. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c5203c03 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c5203c03 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c5203c03 Branch: refs/heads/master Commit: c5203c033557b97903f011f633e50644ef6fdde0 Parents: f89e768 Author: Andrea Cosentino Authored: Fri Nov 11 12:12:33 2016 +0100 Committer: Andrea Cosentino Committed: Fri Nov 11 12:12:33 2016 +0100 ---------------------------------------------------------------------- components/camel-ahc/pom.xml | 2 +- parent/pom.xml | 2 +- .../karaf/features/src/main/resources/features.xml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c5203c03/components/camel-ahc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml index 1951187..b0e4a52 100644 --- a/components/camel-ahc/pom.xml +++ b/components/camel-ahc/pom.xml @@ -52,7 +52,7 @@ io.netty netty-all - ${netty-ahc-version} + ${netty40-version} http://git-wip-us.apache.org/repos/asf/camel/blob/c5203c03/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2e53669..f2cfc05 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -448,7 +448,7 @@ 3.0.1 3.10.6.Final 4.1.6.Final - 4.0.41.Final + 4.0.41.Final 0.5_1 1.2.7 http://git-wip-us.apache.org/repos/asf/camel/blob/c5203c03/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 50fc7ff..335fec5 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -87,13 +87,13 @@ camel-core wrap:mvn:org.asynchttpclient/async-http-client/${ahc-version} - mvn:io.netty/netty-common/${netty-ahc-version} - mvn:io.netty/netty-buffer/${netty-ahc-version} - mvn:io.netty/netty-transport/${netty-ahc-version} - mvn:io.netty/netty-handler/${netty-ahc-version} - mvn:io.netty/netty-transport-native-epoll/${netty-ahc-version} - mvn:io.netty/netty-codec/${netty-ahc-version} - mvn:io.netty/netty-codec-http/${netty-ahc-version} + mvn:io.netty/netty-common/${netty40-version} + mvn:io.netty/netty-buffer/${netty40-version} + mvn:io.netty/netty-transport/${netty40-version} + mvn:io.netty/netty-handler/${netty40-version} + mvn:io.netty/netty-transport-native-epoll/${netty40-version} + mvn:io.netty/netty-codec/${netty40-version} + mvn:io.netty/netty-codec-http/${netty40-version} mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version} mvn:org.apache.camel/camel-http-common/${project.version} mvn:org.apache.camel/camel-ahc/${project.version}