You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2019/02/21 07:16:00 UTC

[jira] [Resolved] (HBASE-21939) Use gson instead of jackson in hbase-rest module

     [ https://issues.apache.org/jira/browse/HBASE-21939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-21939.
-------------------------------
    Resolution: Won't Fix

After some digging, I think we should keep jackson for the rest module, as it is believed to have a better performance than gson. For other modules json is not on the critical path so it is fine to use shaded gson to reduce possible dependencies conflicts, but for rest I think performance is important, and it is less hurt since usually user will do not depend on it.

> Use gson instead of jackson in hbase-rest module
> ------------------------------------------------
>
>                 Key: HBASE-21939
>                 URL: https://issues.apache.org/jira/browse/HBASE-21939
>             Project: HBase
>          Issue Type: Improvement
>          Components: dependencies, REST
>            Reporter: Duo Zhang
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)