Jean-Baptiste Onofré created AMQ-7254:
-----------------------------------------
Summary: ActiveMQ feature doesn't install on Karaf 4.2.x
Key: AMQ-7254
URL: https://issues.apache.org/jira/browse/AMQ-7254
Project: ActiveMQ
Issue Type: Bug
Components: karaf
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 5.16.0, 5.15.10
The {{activemq-broker}} feature doesn't install on Karaf 4.2.x due to:
{code}
Unable to resolve root: missing requirement [root] osgi.identity;
osgi.identity=activemq-broker; type=karaf.feature;
version="[5.15.10.SNAPSHOT,5.15.10.SNAPSHOT]";
filter:="(&(osgi.identity=activemq-broker)(type=karaf.feature)(version>=5.15.10.SNAPSHOT)(version<=5.15.10.SNAPSHOT))"
[caused by: Unable to resolve activemq-broker/5.15.10.SNAPSHOT: missing
requirement [activemq-broker/5.15.10.SNAPSHOT] osgi.identity;
osgi.identity=activemq; type=karaf.feature;
version="[5.15.10.SNAPSHOT,5.15.10.SNAPSHOT]" [caused by: Unable to resolve
activemq/5.15.10.SNAPSHOT: missing requirement [activemq/5.15.10.SNAPSHOT]
osgi.identity; osgi.identity=activemq-client; type=karaf.feature;
version="[5.15.10.SNAPSHOT,5.15.10.SNAPSHOT]" [caused by: Unable to resolve
activemq-client/5.15.10.SNAPSHOT: missing requirement
[activemq-client/5.15.10.SNAPSHOT] osgi.identity;
osgi.identity=org.apache.activemq.activemq-osgi; type=osgi.bundle;
version="[5.15.10.SNAPSHOT,5.15.10.SNAPSHOT]"; resolution:=mandatory [caused
by: Unable to resolve org.apache.activemq.activemq-osgi/5.15.10.SNAPSHOT:
missing requirement [org.apache.activemq.activemq-osgi/5.15.10.SNAPSHOT]
osgi.wiring.package;
filter:="(osgi.wiring.package=com.google.errorprone.annotations)"]]]]
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)