[
https://issues.apache.org/jira/browse/CAMEL-10008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-10008.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.19.0
karaf@root()> la | grep -i spring
65 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-aop
66 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-beans
67 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-context
68 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-context-support
69 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-core
70 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-expression
71 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-jms
72 | Active | 30 | 4.2.8.RELEASE_1 | Apache ServiceMix :: Bundles ::
spring-tx
73 | Active | 50 | 2.19.0.SNAPSHOT | camel-spring
karaf@root()> la | grep -i camel
52 | Active | 50 | 2.19.0.SNAPSHOT | camel-blueprint
53 | Active | 50 | 2.19.0.SNAPSHOT | camel-catalog
54 | Active | 50 | 2.19.0.SNAPSHOT | camel-commands-core
55 | Active | 50 | 2.19.0.SNAPSHOT | camel-core
56 | Active | 80 | 2.19.0.SNAPSHOT | camel-karaf-commands
60 | Active | 50 | 2.19.0.SNAPSHOT | camel-jms
73 | Active | 50 | 2.19.0.SNAPSHOT | camel-spring
> 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: Raúl Kripalani
> Fix For: 2.19.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.15#6346)