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

[geode] branch develop updated (996d24b -> 2c502d0)

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

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


    from 996d24b  GEODE-9187: Implement Radish ZREVRANK command (#6674)
     add 2c502d0  GEODE-9384: Fix exception messages in PdxToJSON and JsonWriter (#6629)

No new revisions were added by this update.

Summary of changes:
 .../apache/geode/pdx/internal/json/PdxToJSON.java  | 36 ++++++++-----
 .../geode/pdx/internal/json/PdxToJSONTest.java     | 59 ++++++++++++++++++++++
 .../geode/rest/internal/web/util/JsonWriter.java   | 10 +++-
 .../rest/internal/web/util/JsonWriterTest.java     | 48 ++++++++++++++++++
 4 files changed, 137 insertions(+), 16 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/pdx/internal/json/PdxToJSONTest.java
 create mode 100644 geode-web-api/src/test/java/org/apache/geode/rest/internal/web/util/JsonWriterTest.java