This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git.
from b3fd74a GEODE-8174: Fix ConcurrentModificationException when using
JTA transaction. (#5170)
new 207e3ee GEODE-8144: endpoint identification in servers is not working
(#5131)
new 214fb5d Feature/geode 8144 (#5164)
new bcc097a GEODE-8144 another attempt to fix a failing test (#5172)
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:
.../client/sni/DualServerSNIAcceptanceTest.java | 3 +-
.../org/apache/geode/client/sni/docker-compose.yml | 1 +
.../client/sni/geode-config/gemfire.properties | 1 +
.../client/sni/geode-config/gfsecurity.properties | 2 +-
.../sni/geode-config/locator-maeve-keystore.jks | Bin 2048 -> 3525 bytes
.../geode-config/server-clementine-keystore.jks | Bin 2059 -> 3537 bytes
.../sni/geode-config/server-dolores-keystore.jks | Bin 2050 -> 3528 bytes
.../geode/client/sni/geode-config/truststore.jks | Bin 8095 -> 1126 bytes
.../geode/client/sni/scripts/geode-starter-2.gfsh | 8 ++---
.../geode/client/sni/scripts/geode-starter.gfsh | 6 ++--
.../RestrictUseOfInetAddressJUnitTest.java | 1 +
.../geode/admin/internal/InetAddressUtils.java | 9 ++++++
.../distributed/internal/InternalLocator.java | 2 +-
.../apache/geode/internal/net/SocketCreator.java | 33 +++++++++++++++++----
.../GfshHostNameVerificationDistributedTest.java | 15 ++++++----
15 files changed, 60 insertions(+), 21 deletions(-)