You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/08/04 06:19:00 UTC

[jira] [Commented] (AMQ-7254) ActiveMQ feature doesn't install on Karaf 4.2.x

    [ https://issues.apache.org/jira/browse/AMQ-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899571#comment-16899571 ] 

Jean-Baptiste Onofré commented on AMQ-7254:
-------------------------------------------

This is related to the guava update introduced by this commit:

{code}
commit db5561a9975ade8a9c2eae4b6afa1b21fc8e0b0a (refs/bisect/good-db5561a9975ade8a9c2eae4b6afa1b21fc8e0b0a)
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Date:   Thu Jul 18 08:50:14 2019 -0400

    AMQ-7208 - update Guava to 28.0-jre
    
    (cherry picked from commit e6f4d2f97c720b1e2a98e12794e573d874d75bca)
{code}

I'm checking to update the feature, else I will revert for 5.15.10.

> 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)