You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bu...@apache.org on 2021/10/26 22:20:34 UTC

[geode] branch develop updated (d759a52 -> 115704a)

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

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


    from d759a52  GEODE-9767: Bump netty from 4.1.67.Final to 4.1.69.Final (#7031)
     add 115704a  GEODE-9763: DUnit Test of Concurrent P2P Messaging with TLS Enabled (#6930)

No new revisions were added by this update.

Summary of changes:
 .../internal/P2PMessagingConcurrencyDUnitTest.java | 304 +++++++++++++++++++++
 .../geode/internal/net/ByteBufferVendor.java       |   9 +
 .../internal/net/ByteBufferConcurrencyTest.java    | 131 +++++----
 .../serialization/DataSerializableFixedID.java     |   2 +-
 4 files changed, 394 insertions(+), 52 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/P2PMessagingConcurrencyDUnitTest.java