spring-projects / spring-boot-data-geode

Spring Boot support for Apache Geode and VMware GemFire
https://projects.spring.io/spring-boot
Apache License 2.0
46 stars 49 forks source link

[OPTIONAL] Consider replacing JSONFormatter with a new PdxJsonObjectMapper #83

Open jxblum opened 4 years ago

jxblum commented 4 years ago

Currently, the Apache Geode JSONFormatter class (source) and PdxInstance types (e.g. PdxInstanceImpl) has the following problems: