You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Tamas Penzes (Jira)" <ji...@apache.org> on 2020/10/06 10:54:00 UTC

[jira] [Updated] (ZOOKEEPER-3956) Remove json-simple from ZooKeeper

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

Tamas Penzes updated ZOOKEEPER-3956:
------------------------------------
    Description: 
In ZooKeeper server we only use one class' one method from json-simple in SnapshotFormatter.

We also use it in a loggraph, which is part of contrib and not that much maintained.

I don't think it's worth to keep json-simple as it is an additional, not maintained dependency and for generating JSON we have Jackson2 in ZooKeeper anyway.

  was:
In ZooKeeper server we only use one class' one method from json-simple in SnapshotFormatter.

I don't think it's worth to keep it that way as it is an additional, not maintained dependency and for generating JSON we have Jackson2 in ZooKeeper anyway.


> Remove json-simple from ZooKeeper
> ---------------------------------
>
>                 Key: ZOOKEEPER-3956
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3956
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: contrib, server
>    Affects Versions: 3.7.0
>            Reporter: Tamas Penzes
>            Assignee: Tamas Penzes
>            Priority: Major
>
> In ZooKeeper server we only use one class' one method from json-simple in SnapshotFormatter.
> We also use it in a loggraph, which is part of contrib and not that much maintained.
> I don't think it's worth to keep json-simple as it is an additional, not maintained dependency and for generating JSON we have Jackson2 in ZooKeeper anyway.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)