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

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


    from 4c6dcf9  GEODE_6883: Creating membership api classes (#3985)
     add cdca788  GEODE-6973: Use cachelistener to synchronize typeToId with 
IdToType (#4014)

No new revisions were added by this update.

Summary of changes:
 .../geode/pdx/PdxTypeGenerationDUnitTest.java      | 234 +++++++++++++++++++++
 .../org/apache/geode/pdx/jsonStrings/testJSON.txt  |  43 ++++
 .../apache/geode/pdx/JSONFormatterJUnitTest.java   |  26 ++-
 .../PeerTypeRegistrationIntegrationTest.java       |  92 ++++++++
 .../geode/internal/pdx/jsonStrings/testJSON.txt    |  43 ++++
 .../geode/pdx/internal/PeerTypeRegistration.java   | 166 +++++++++++----
 .../pdx/internal/PeerTypeRegistrationTest.java     |   4 +
 7 files changed, 556 insertions(+), 52 deletions(-)
 create mode 100644 
geode-core/src/distributedTest/java/org/apache/geode/pdx/PdxTypeGenerationDUnitTest.java
 create mode 100644 
geode-core/src/distributedTest/resources/org/apache/geode/pdx/jsonStrings/testJSON.txt
 create mode 100644 
geode-core/src/integrationTest/java/org/apache/geode/pdx/internal/PeerTypeRegistrationIntegrationTest.java
 create mode 100644 
geode-core/src/integrationTest/resources/org/apache/geode/internal/pdx/jsonStrings/testJSON.txt

Reply via email to