CamelAMQPBindingTest is throwing this :
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.camel.camel-amqp [166]: Unable to resolve 166.0: missing requirement [166.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.qpid.amqp_1_0.jms.impl)(version>=0.20.0)(!(version>=1.0.0)))
It looks like the issue is with the camel-amqp component feature. Once this issue is fixed or patch we need to re-enable the CamelAMQPBindingTest in release/karaf/tests/pom.xml.
|