Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.6.0
-
None
-
None
Description
See the feature file
https://issues.apache.org/jira/browse/KARAF-1497?focusedCommentId=13282170#comment-13282170
Notice that the activemq-camel feature is hardcoded to 2.9.2 version of Camel
<feature name="activemq-camel" version="5.6.0" resolver="(obr)"> <feature version="5.6.0">activemq</feature> <feature version="2.9.2">camel-jms</feature> <bundle>mvn:org.apache.activemq/activemq-camel/5.6.0</bundle> </feature>
That should be a version range IMHO. But I can't remember if Karaf supports this. But basically it should be something alike, if supported by Karaf:
<feature version="[2.9,3)">camel-jms</feature>