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

brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-console.git


The following commit(s) were added to refs/heads/main by this push:
     new b81b1e3  ARTEMIS-5905 - Fix web console menu items not respecting RBAC 
permissions
b81b1e3 is described below

commit b81b1e344a6ba3b98dc55bbf2b9ed31c5495e3a7
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Wed Feb 25 08:22:00 2026 +0100

    ARTEMIS-5905 - Fix web console menu items not respecting RBAC permissions
    
    Upgrade jolokia-integration-artemis to 0.9.0 to fix an issue where the web
    console was displaying the same action menu items across all addresses
    regardless of user permissions. The bug was caused by Jolokia's list
    operation caching responses based only on MBean class without considering
    the RBAC configuration, resulting in users seeing menu options they didn't
    have permission to access. For further details, see
    https://github.com/jolokia/jolokia-integration/issues/4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2756e66..3917c89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
         <slf4j.version>2.0.17</slf4j.version>
         <log4j.version>2.25.3</log4j.version>
-        
<jolokia-integration-artemis.version>0.8.0</jolokia-integration-artemis.version>
+        
<jolokia-integration-artemis.version>0.9.0</jolokia-integration-artemis.version>
         <jolokia.version>2.4.3</jolokia.version>
         <jetty-version>12.1.4</jetty-version>
         <corepack-version>0.34.0</corepack-version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to