This works:
karaf@root> feature:repo-add camel 3.7.7
karaf@root> feature:install camel camel-cxf
This doesn't work:
karaf@root> feature:repo-add camel 3.8.0
karaf@root> feature:install camel camel-cxf
Error message:
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity;
osgi.identity=camel-cxf; type=karaf.feature; version="[3.8.0,3.8.0]";
filter:="(&(osgi.identity=camel-cxf)(type=karaf.feature)(version>=3.8.0)(version<=3.8.0))"
[caused by: Unable to resolve camel-cxf/3.8.0: missing requirement [camel-cxf/3.8.0]
osgi.identity; osgi.identity=cxf-core; type=karaf.feature; version="[3.3.0,4.0.0)"]
Why did this stop working between these two versions, or rather how do I resolve this issue?