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

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


The following commit(s) were added to refs/heads/main by this push:
     new 14b6800810 ARTEMIS-4909 use names that match original xml tags
14b6800810 is described below

commit 14b6800810f0982ee952d19632776032ba481412
Author: Erwin Dondorp <[email protected]>
AuthorDate: Tue Jul 9 01:49:38 2024 +0200

    ARTEMIS-4909 use names that match original xml tags
---
 .../apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
index 6e0bef711b..b22789a393 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java
@@ -4689,7 +4689,7 @@ public class ActiveMQServerImpl implements ActiveMQServer 
{
 
    private void deployReloadableConfigFromConfiguration() throws Exception {
       if (configurationReloadDeployed.compareAndSet(false, true)) {
-         ActiveMQServerLogger.LOGGER.reloadingConfiguration("security");
+         ActiveMQServerLogger.LOGGER.reloadingConfiguration("security 
settings");
          securityRepository.swap(configuration.getSecurityRoles().entrySet());
          recoverStoredSecuritySettings();
 


---------------------------------------------------------------------
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