This is an automated email from the ASF dual-hosted git repository.
gaohoward pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 6a04a33 ARTEMIS-2637 Fixing checkstyle
new eb41be7 [ARTEMIS-2176] RA connection properties are not propagated to
XARecoveryConfig
new cb8da54 ARTEMIS-2716 Refactoring
new 0c04664 This closes #2432
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:
.../artemis/api/config/ServerLocatorConfig.java | 86 ++++++
.../artemis/api/core/client/ServerLocator.java | 5 +
.../core/client/impl/ClientSessionFactoryImpl.java | 27 +-
.../core/client/impl/ServerLocatorImpl.java | 315 ++++++---------------
.../extensions/xa/recovery/XARecoveryConfig.java | 51 +++-
.../tests/integration/ra/ResourceAdapterTest.java | 34 +++
6 files changed, 271 insertions(+), 247 deletions(-)
create mode 100644
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/config/ServerLocatorConfig.java