ARTEMIS-4909 use names that match original xml tags

This commit is contained in:
Erwin Dondorp 2024-07-09 01:49:38 +02:00 committed by Justin Bertram
parent 5ab9765345
commit 14b6800810

View File

@ -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();