You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by al...@apache.org on 2022/07/08 09:00:50 UTC

[geode-native] branch develop updated (d4d09908d -> 26fe7275c)

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

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


    from d4d09908d Merge pull request #974 from Nordix/feature/GEODE-10371
     new 8ca51af94 GEODE-10076. Align String serialization with Java client
     new 4f0d19ecf GEODE-10076: Fix test case in windows
     new 26fe7275c Merge pull request #973 from Nordix/feature/GEODE-10076

The 1496 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:
 cppcache/include/geode/DataOutput.hpp              | 41 ++++++++++---
 cppcache/integration/test/PdxInstanceTest.cpp      | 46 ++++++++++++++-
 cppcache/test/DataOutputTest.cpp                   | 35 ++++++++++-
 cppcache/test/PdxTypeTest.cpp                      | 16 ++---
 cppcache/test/QueueConnectionRequestTest.cpp       |  4 +-
 ...nction.java => ComparePdxInstanceFunction.java} | 68 +++++++++++++---------
 6 files changed, 161 insertions(+), 49 deletions(-)
 copy tests/javaobject/{QueryFunction.java => ComparePdxInstanceFunction.java} (50%)