From commits-return-60660-archive-asf-public=cust-asf.ponee.io@camel.apache.org Fri Jan 5 10:03:04 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id DE18D180647 for ; Fri, 5 Jan 2018 10:03:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CDE7E160C27; Fri, 5 Jan 2018 09:03:04 +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 1F0DF160C19 for ; Fri, 5 Jan 2018 10:03:03 +0100 (CET) Received: (qmail 43883 invoked by uid 500); 5 Jan 2018 09:03:03 -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 43874 invoked by uid 99); 5 Jan 2018 09:03:03 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2018 09:03:03 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2E80E88185; Fri, 5 Jan 2018 09:03:01 +0000 (UTC) Date: Fri, 05 Jan 2018 09:03:01 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Use Xstream-java8 bundle in Karaf features MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151514298094.27916.11721745060745592216@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: acb631c4bc9e2078ac869b234d8101404c3670ff X-Git-Newrev: 29692dd7975668d79779b118ba6579ff22616910 X-Git-Rev: 29692dd7975668d79779b118ba6579ff22616910 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/master by this push: new 29692dd Use Xstream-java8 bundle in Karaf features 29692dd is described below commit 29692dd7975668d79779b118ba6579ff22616910 Author: Andrea Cosentino AuthorDate: Fri Jan 5 10:02:31 2018 +0100 Use Xstream-java8 bundle in Karaf features --- platforms/karaf/features/src/main/resources/features.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index f82c30d..66e6207 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -345,7 +345,7 @@
Not working well in OSGi atm, requires the runtime to provide sun.nio.ch, sun.misc, sun.reflect, com.sun.jdi.connect.spi, com.sun.nio.file
camel-core mvn:org.xerial.snappy/snappy-java/${snappy-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/${xstream-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream-java8/${xstream-bundle-version} mvn:net.java.dev.jna/jna/${jna-version} mvn:net.java.dev.jna/jna-platform/${jna-version} mvn:commons-cli/commons-cli/${commons-cli-version} @@ -1139,7 +1139,7 @@ mvn:org.drools/drools-core/${jbpm-version} mvn:org.drools/drools-compiler/${jbpm-version} wrap:mvn:org.kie/kie-internal/${jbpm-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/${xstream-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream-java8/${xstream-bundle-version} mvn:commons-codec/commons-codec/${commons-codec-version} mvn:org.mvel/mvel2/${mvel-version} wrap:mvn:org.kie/kie-api/${jbpm-version} @@ -1674,7 +1674,7 @@ mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.reflections/${reflections-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-xjc/${jaxb-bundle-version} mvn:org.mvel/mvel2/${mvel-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/${xstream-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream-java8/${xstream-bundle-version} mvn:com.google.protobuf/protobuf-java/${protobuf-version} mvn:com.google.guava/guava/${google-guava-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/${javax-inject-bundle-version} -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" '].