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 38628200B14 for ; Fri, 3 Jun 2016 10:34:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 36E57160A2A; Fri, 3 Jun 2016 08:34:01 +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 5BC55160A48 for ; Fri, 3 Jun 2016 10:34:00 +0200 (CEST) Received: (qmail 53424 invoked by uid 500); 3 Jun 2016 08:33:59 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 53254 invoked by uid 99); 3 Jun 2016 08:33:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 08:33:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 51CAD2C1F68 for ; Fri, 3 Jun 2016 08:33:59 +0000 (UTC) Date: Fri, 3 Jun 2016 08:33:59 +0000 (UTC) From: =?utf-8?Q?Ra=C3=BAl_Kripalani_=28JIRA=29?= To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-10008) camel-spring Karaf feature is incompatible with camel-jms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Jun 2016 08:34:01 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10008?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D153= 13852#comment-15313852 ]=20 Ra=C3=BAl Kripalani commented on CAMEL-10008: ---------------------------------------- [~davsclaus] =E2=80=93 the problem is not camel-spring, but camel-jms which= depends on spring [4.1,5). Thus dragging in the 4.x dependency and not coe= xisting with 3.x. Also, the import version ranges of camel-jms are [4,5), so it's not just a = feature issue. > camel-spring Karaf feature is incompatible with camel-jms > --------------------------------------------------------- > > Key: CAMEL-10008 > URL: https://issues.apache.org/jira/browse/CAMEL-10008 > Project: Camel > Issue Type: Bug > Components: camel-jms, camel-spring, karaf > Affects Versions: 2.17.1 > Reporter: Ra=C3=BAl Kripalani > Assignee: Claus Ibsen > Fix For: 2.18.0 > > > *camel-jms requires spring [4.1,5):* > {code} > karaf@root()> feature:info camel-jms > Feature camel-jms 2.17.1 > Feature has no configuration > Feature has no configuration files > Feature depends on: > camel-core 2.17.1 > spring [4.1,5) > spring-jms [4.1,5) > Feature contains followed bundles: > mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 > mvn:commons-pool/commons-pool/1.6 > mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1 > mvn:org.apache.camel/camel-jms/2.17.1 > Feature has no conditionals. > {code} > *camel-spring requires spring [3.2,4):* (because spring-dm no longer work= s with 4.x and above) > {code} > karaf@root()> feature:info camel-spring > Feature camel-spring 2.17.1 > Feature has no configuration > Feature has no configuration files > Feature depends on: > spring [3.2,4) > spring-dm [1.2,2) > spring-tx [3.2,4) > camel-core 2.17.1 > Feature contains followed bundles: > mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1 > mvn:org.apache.camel/camel-spring/2.17.1 > Feature has no conditionals. > {code} > Installing both Camel features leads to several versions of Spring gettin= g installed in the container. -- This message was sent by Atlassian JIRA (v6.3.4#6332)