This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new f9cf9ddc79 fix(assembly): add missing jolokia-core to assembly 
descriptor (#1758)
f9cf9ddc79 is described below

commit f9cf9ddc79924cbe8309cb23b44fd4c2de863af1
Author: JB Onofré <[email protected]>
AuthorDate: Thu Mar 12 11:59:50 2026 +0100

    fix(assembly): add missing jolokia-core to assembly descriptor (#1758)
    
    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


Reply via email to