[
https://issues.apache.org/jira/browse/CAMEL-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313852#comment-15313852
]
Raúl Kripalani commented on CAMEL-10008:
----------------------------------------
[~davsclaus] – 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 coexisting 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úl 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 works
> 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 getting
> installed in the container.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)