You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mh...@apache.org on 2021/10/12 16:41:43 UTC

[geode] branch develop updated (e8942b7 -> 09d840d)

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

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


    from e8942b7  GEODE-9629: remove factory method added to public API (#6978)
     add 09d840d  GEODE-9645: mulituserauth don't do dataserializer registrations from client (#6935)

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/PoolManagerIntegrationTest.java | 195 +++++++++++++++++++++
 .../cache/client/internal/EndpointManagerImpl.java |   6 +
 .../geode/cache/client/internal/PoolImpl.java      |   6 +-
 .../client/internal/RegisterDataSerializersOp.java |   4 +-
 .../internal/InternalDistributedSystem.java        |   5 +
 .../geode/internal/cache/PoolManagerImpl.java      |  16 +-
 6 files changed, 227 insertions(+), 5 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/internal/cache/PoolManagerIntegrationTest.java