This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.2.x by this push:
new f224dc7f86 fix(assembly): add missing jolokia-core to assembly
descriptor (#1808)
f224dc7f86 is described below
commit f224dc7f86fb1cf5ff76c826c1223bf8cae200c5
Author: JB Onofré <[email protected]>
AuthorDate: Fri Mar 20 07:31:27 2026 +0100
fix(assembly): add missing jolokia-core to assembly descriptor (#1808)
The jolokia-core artifact (containing org.jolokia.core.api.LogHandler)
is a transitive dependency of jolokia-server-core in Jolokia 2.x but
was not listed in the assembly descriptor's explicit includes, causing
a NoClassDefFoundError at runtime.
---
assembly/src/main/descriptors/common-bin.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/assembly/src/main/descriptors/common-bin.xml
b/assembly/src/main/descriptors/common-bin.xml
index 4574d21bc0..833e3f7dc6 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -309,6 +309,7 @@
<include>org.jdom:jdom2</include>
<!-- REST API -->
+ <include>org.jolokia:jolokia-core</include>
<include>org.jolokia:jolokia-server-core</include>
<include>org.jolokia:jolokia-json</include>
<include>org.jolokia:jolokia-service-jmx</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact