mattrpav commented on code in PR #1937:
URL: https://github.com/apache/activemq/pull/1937#discussion_r3094694909
##########
activemq-karaf/src/main/resources/features-core.xml:
##########
@@ -40,6 +40,8 @@
<bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.3_spec/1.0</bundle>
<bundle
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
<bundle>mvn:org.apache.commons/commons-pool2/${commons-pool2-version}</bundle>
+
<bundle>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
+
<bundle>mvn:org.apache.commons/commons-text/${commons-text-version}</bundle>
Review Comment:
The web console is deployed as an independent feature. Requiring these
dependencies for activemq-client *only* users in Karaf (Camel, etc) is
incorrect. Same for users using activemq-broker-noweb feature.
These dependencies should be added to the activemq-web-console feature here:
https://github.com/apache/activemq/blob/ca34bcd387156b7bacb8abc382c768354c48d730/activemq-karaf/src/main/resources/features.xml#L49
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact