You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2016/06/20 02:31:05 UTC

[jira] [Commented] (IGNITE-3277) Migrate rest-http from outdated json-lib to Jackson

    [ https://issues.apache.org/jira/browse/IGNITE-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338905#comment-15338905 ] 

Andrey Novikov commented on IGNITE-3277:
----------------------------------------

Added marker interface for beans with less naming conventions. Mark all classes that can be returned from VisorGatewayTask. Fixed tests. Refactor code.

> Migrate rest-http from outdated json-lib to Jackson
> ---------------------------------------------------
>
>                 Key: IGNITE-3277
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3277
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>            Reporter: Alexey Kuznetsov
>            Assignee: Alexey Kuznetsov
>             Fix For: 1.7
>
>
> ignite-rest-http module uses json-lib 2.4 [1] for java to JSON transformations and this library last release was on 2010-12-14.
> This is very old library and after some investigations I found that it produce a lot of garbage during java to JSON transformation.
> I'm planing to replace json-lib 2.4 with Jackson 2.x [2]
> 1. https://sourceforge.net/projects/json-lib
> 2. https://github.com/FasterXML/jackson



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)