[
https://issues.apache.org/jira/browse/GEODE-6196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787342#comment-16787342
]
ASF subversion and git services commented on GEODE-6196:
--------------------------------------------------------
Commit 14bc5d66ab5be0f8d171352460157b3b4bfbadc5 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=14bc5d6 ]
GEODE-6196 Replace use of org.json with Jackson JSON library
removed TypedJson, replacing with QueryResultFormatter
most of TypedJson's internals were replaced so I just renamed it to
QueryResultFormatter to better show its intended purpose.
QueryResultFormatter uses a Jackson ObjectMapper so it will pay
attention to Jackson annotations placed on classes to be serialized.
Object traversal depth is limited to the element-count being passed
by the QueryDataFunction function. Element-count in collections
are also limited. There is a new constructor that lets you specify
separate elementCount and serializationDepth parameters.
> Remove TypedJson
> ----------------
>
> Key: GEODE-6196
> URL: https://issues.apache.org/jira/browse/GEODE-6196
> Project: Geode
> Issue Type: Sub-task
> Components: gfsh
> Reporter: Anilkumar Gingade
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Once we move to use Jackson, we should remove TypedJson from product and
> tests.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)