Repository: activemq-artemis
Updated Branches:
refs/heads/master d5f152c72 -> 13fac8608
This closes #2059
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/13fac860
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/13fac860
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/13fac860
Branch: refs/heads/master
Commit: 13fac860829a2aca92e6fed3eb42f8885f99ff86
Parents: d5f152c 2de1e49
Author: Clebert Suconic <clebertsuconic@apache.org>
Authored: Wed May 2 11:38:50 2018 -0400
Committer: Clebert Suconic <clebertsuconic@apache.org>
Committed: Wed May 2 11:38:50 2018 -0400
----------------------------------------------------------------------
.../artemis/api/core/client/ServerLocator.java | 8 ++-
.../core/client/impl/ServerLocatorImpl.java | 37 +++++------
.../artemis/core/client/impl/Topology.java | 7 ++-
.../activemq/artemis/ClientThreadPoolsTest.java | 4 +-
.../artemis/ra/inflow/ActiveMQActivation.java | 38 +-----------
.../core/server/cluster/ClusterController.java | 6 ++
.../qourum/SharedNothingBackupQuorum.java | 5 +-
.../artemis/tests/util/ActiveMQTestBase.java | 1 +
.../CloseConnectionFactoryOnGCTest.java | 64 --------------------
.../ra/ActiveMQMessageHandlerXATest.java | 6 --
10 files changed, 43 insertions(+), 133 deletions(-)
----------------------------------------------------------------------
|