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 e47d8ea7c1 ARTEMIS-4774 Fixing PageCounters out of sync after
AckMnager retries
new 2f77ca2abb ARTEMIS-4763 support .class values for non string
attributes, properties config of metrics plugins
new f5973d53e6 ARTEMIS-4766 - validate type before newInstance calls
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:
.../apache/activemq/artemis/cli/commands/Run.java | 4 +-
.../cli/commands/messages/DestAbstract.java | 3 +-
.../factory/security/SecurityManagerHandler.java | 2 +-
.../activemq/artemis/utils/ClassloadingUtil.java | 61 ++++++++-----------
.../core/client/impl/ClientSessionFactoryImpl.java | 2 +-
.../core/client/impl/ServerLocatorImpl.java | 4 +-
.../wireformat/FederationStreamConnectMessage.java | 3 +-
.../remoting/impl/TransportConfigurationUtil.java | 6 +-
.../artemis/core/remoting/impl/ssl/SSLSupport.java | 2 +-
.../jdbc/store/drivers/JDBCDataSourceUtils.java | 3 +-
.../jms/client/ActiveMQConnectionFactory.java | 2 +-
.../artemis-lockmanager-api/pom.xml | 8 +++
.../lockmanager/DistributedLockManager.java | 8 ++-
.../core/config/impl/ConfigurationImpl.java | 71 ++++++++++++----------
.../deployers/impl/FileConfigurationParser.java | 6 +-
.../core/server/impl/ServiceRegistryImpl.java | 14 ++---
.../core/server/metrics/ActiveMQMetricsPlugin.java | 4 ++
.../core/config/impl/ConfigurationImplTest.java | 31 +++++++++-
.../artemis/component/WebServerComponent.java | 3 +-
19 files changed, 145 insertions(+), 92 deletions(-)