Description
ActiveMQ Console OSGi bundle now requires org.jasypt.encryption.pbe package (defined in import package statement).
Unfortunately the ActiveMQ feature doesn't provide the jasypt bundle.
So, when you install and start ActiveMQ feature, you get:
java.lang.Exception: Could not start bundle mvn:org.apache.activemq/activemq-console/5.4.1 in feature(s) : Unresolved constraint in bundle org.apache.activemq.activemq-console [44]: Unable to resolve 44.0: missing requirement [44.0] package; (
package=org.jasypt.encryption.pbe) - [44.0] package; (package=org.jasypt.encryption.pbe)
I'm gonna submit a patch to provide a clean ActiveMQ feature.