You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2021/10/13 18:05:11 UTC

[geode] branch develop updated (b39958f -> 0f36be8)

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

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


    from b39958f  GEODE-9666: Avoid caching InetSocketAddress (#6938)
     add 905d08a  GEODE-9714: Add Shiro packages to sanctioned serializables
     add 9414f99  Remove unused method
     add c7cd775  Use clearSerializationFilter after each test.
     add 883d0c2  Fix javadocs on SANCTIONED_SERIALIZABLES_DEPENDENCIES_PATTERN.
     add 0f36be8  Fix assumeTrue description in AcceptList tests.

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/InternalDataSerializer.java     |  17 ++-
 ...lDataSerializerSerializationAcceptlistTest.java |  11 +-
 .../InternalDataSerializerShiroAcceptListTest.java | 161 +++++++++++++++++++++
 3 files changed, 178 insertions(+), 11 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/InternalDataSerializerShiroAcceptListTest.java