You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2020/01/13 22:54:40 UTC

[geode-native] branch develop updated (07db3d8 -> 8ddc0e8)

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

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


    from 07db3d8  GEODE-7646: Fix CI failure to build examples on Windows (#570)
     add 8ddc0e8  GEODE-7694: fix pdx type lookup (#572)

No new revisions were added by this update.

Summary of changes:
 cppcache/integration/test/CMakeLists.txt      |   1 +
 cppcache/integration/test/PdxJsonTypeTest.cpp | 116 ++++++++++++++++++++++++++
 cppcache/src/PdxType.cpp                      |   6 +-
 3 files changed, 122 insertions(+), 1 deletion(-)
 create mode 100644 cppcache/integration/test/PdxJsonTypeTest.cpp