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

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


    from b900a1e4bd ARTEMIS-4020 Standardize the naming of Logger types for 
consistency
     new 03ef286cc8 ARTEMIS-4025 - trap failure to apply properties as errors 
and report via the broker status in a configuration/properties/errors status 
field
     new 3b981b3920 ARTEMIS-4028 - add alder32 checksum to the status of 
properties files read by the broker

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../FluentPropertyBeanIntrospectorWithIgnores.java |   2 +-
 .../apache/activemq/artemis/api/core/JsonUtil.java |  64 ++++++
 .../activemq/artemis/api/core/JsonUtilTest.java    | 104 ++++++++++
 .../core/config/impl/ConfigurationImpl.java        | 228 +++++++++++++++++++--
 .../management/impl/ActiveMQServerControlImpl.java |   2 +-
 .../artemis/core/server/ActiveMQServer.java        |   2 +
 .../core/server/impl/ActiveMQServerImpl.java       |  15 ++
 .../artemis/core/server/impl/ServerStatus.java     |  85 ++++++++
 .../core/security/jaas/ReloadableProperties.java   |  34 ++-
 .../core/config/impl/ConfigurationImplTest.java    |  51 +++++
 .../security/jaas/PropertiesLoginModuleTest.java   |  28 +++
 .../integration/server/ConfigurationTest.java      |   6 +-
 12 files changed, 600 insertions(+), 21 deletions(-)
 create mode 100644 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerStatus.java

Reply via email to