This is an automated email from the ASF dual-hosted git repository.

burcham pushed a change to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


    from 1319ca0d66 GEODE-10229: GII image should fill disk region RVV's 
exceptions. (#7602)
     new b4c1cf8b3d GEODE-10122: P2P Messaging Handles TLS KeyUpdate Message  
(#7449) (#7615)
     new e961ed9090 GEODE-10122: fix quorm loss in test

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:
 .../internal/P2PMessagingConcurrencyDUnitTest.java |   2 +-
 ...P2pMessagingSslTlsKeyUpdateDistributedTest.java | 377 ++++++++++++++++
 .../tcp/ConnectionCloseSSLTLSDUnitTest.java        |   1 -
 .../internal/net/NioSslEngineKeyUpdateTest.java    | 497 +++++++++++++++++++++
 .../apache/geode/internal/net/NioSslEngine.java    |  67 +--
 .../org/apache/geode/internal/tcp/Connection.java  |   2 +-
 .../geode/internal/net/NioSslEngineTest.java       |  38 +-
 7 files changed, 939 insertions(+), 45 deletions(-)
 create mode 100644 
geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/P2pMessagingSslTlsKeyUpdateDistributedTest.java
 create mode 100644 
geode-core/src/integrationTest/java/org/apache/geode/internal/net/NioSslEngineKeyUpdateTest.java

Reply via email to