[
https://issues.apache.org/jira/browse/AMQ-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16894273#comment-16894273
]
Jean-Baptiste Onofré commented on AMQ-7254:
-------------------------------------------
I think it's related to the guava update (from 18.0 to 28.0). The features.xml
should be probably updated. I'm tackling that.
> 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é
> Priority: Major
> 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)