[ https://issues.apache.org/jira/browse/GEODE-5013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793139#comment-16793139 ]
ASF subversion and git services commented on GEODE-5013: -------------------------------------------------------- Commit aa38e224f484d22def2bae2ff940715f2ab86de9 in geode's branch refs/heads/develop from Bruce Schuchardt [ https://gitbox.apache.org/repos/asf?p=geode.git;h=aa38e22 ] GEODE-5013 Replace org.json with Jackson in GfJsonObject This removes org.json as a dependency in geode-core and associated test modules. GfJsonObject and GfJsonArray are ported to use the same basic Jackson ObjectMapper setup as QueryResultFormatter so that we now have a uniform mechanism for managing JSON documents for querying/gfsh and folks can use Jackson annotations like @JsonIgnore on their classes. The geode-web-api and geode-pulse modules still use the geode-json module in tests. When/if they are ported to use GfJsonObject/Array we can delete the geode-json module. > Replace org.json with Jackson in GfJsonObject > --------------------------------------------- > > Key: GEODE-5013 > URL: https://issues.apache.org/jira/browse/GEODE-5013 > Project: Geode > Issue Type: Sub-task > Components: gfsh > Reporter: Jens Deppe > Assignee: Bruce Schuchardt > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > -- This message was sent by Atlassian JIRA (v7.6.3#76005)