This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 11c26943fa ARTEMIS-2876: remove duplicate dependency entry to fix
immediate warning upon building
new b565a8a7b9 ARTEMIS-4114 Avoiding deadlock during scale down
new 4550fcf47c ARTEMIS-4116 Management lock to avoid multiple long running
tasks running from user requests
new bc1258ab25 ARTEMIS-3609 Using a different thread for the completion
listener
The 3 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:
.../activemq/artemis/api/core/ICoreMessage.java | 8 +
.../api/core/management/ActiveMQServerControl.java | 4 +-
.../core/client/impl/ClientMessageImpl.java | 11 +
.../core/client/impl/ClientProducerImpl.java | 6 +-
.../core/client/impl/ClientSessionFactoryImpl.java | 2 +-
.../core/client/impl/ClientSessionImpl.java | 23 +-
.../core/client/impl/ClientSessionInternal.java | 9 +-
.../impl/SendAcknowledgementHandlerWrapper.java | 22 +-
.../protocol/core/impl/ActiveMQSessionContext.java | 2 +-
.../management/impl/ActiveMQServerControlImpl.java | 450 +++++++-------
.../core/management/impl/AddressControlImpl.java | 128 ++--
.../core/management/impl/QueueControlImpl.java | 671 +++++++++++----------
.../cluster/impl/ClusterConnectionBridge.java | 19 +-
.../core/server/impl/ActiveMQServerImpl.java | 11 +-
.../artemis/core/server/replay/ReplayManager.java | 18 +-
15 files changed, 738 insertions(+), 646 deletions(-)