clebertsuconic commented on pull request #3846:
URL: https://github.com/apache/activemq-artemis/pull/3846#issuecomment-972177555
@jbonofre / @gtully the only thing missing here now is the feature failure.
At the moment the module is commented out on the main pom so just I could
run some tests.. but if you enable it, you will get failures:
```
[ERROR] Feature resolution failed for [artemis-openwire/2.20.0.SNAPSHOT]
[ERROR] Message: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=artemis-openwire; type=karaf.feature;
version=2.20.0.SNAPSHOT;
filter:="(&(osgi.identity=artemis-openwire)(type=karaf.feature)(version>=2.20.0.SNAPSHOT))"
[caused by: Unable to resolve artemis-openwire/2.20.0.SNAPSHOT: missing
requirement [artemis-openwire/2.20.0.SNAPSHOT] osgi.identity;
osgi.identity=org.apache.activemq.artemis-openwire-protocol; type=osgi.bundle;
version="[2.20.0.SNAPSHOT,2.20.0.SNAPSHOT]"; resolution:=mandatory [caused by:
Unable to resolve
org.apache.activemq.artemis-openwire-protocol/2.20.0.SNAPSHOT: missing
requirement [org.apache.activemq.artemis-openwire-protocol/2.20.0.SNAPSHOT]
osgi.wiring.package;
filter:="(osgi.wiring.package=org.apache.activemq.artemis.api.core.client)"
[caused by: Unable to resolve
org.apache.activemq.artemis-server-osgi/2.20.0.SNAPSHOT: missing requirement
[org.apache.activemq.artemis-server-osgi/2.20.0.SNAPSHOT] osgi.wiring.package;
fil
ter:="(osgi.wiring.package=org.glassfish.json)"]]]
[ERROR] Repositories: {
[ERROR]
file:/Users/clebertsuconic/work/apache/activemq-artemis/artemis-features/target/classes/features.xml
[ERROR] mvn:org.apache.aries.jpa/jpa-features/2.7.3/xml/features
[ERROR] mvn:org.apache.karaf.features/enterprise/4.3.3/xml/features
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]