[jira] [Updated] (CHUKWA-764) Consolidate usage of JSON libraries
[ https://issues.apache.org/jira/browse/CHUKWA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-764: - Resolution: Fixed Status: Resolved (was: Patch Available) > Consolidate usage of JSON libraries > --- > > Key: CHUKWA-764 > URL: https://issues.apache.org/jira/browse/CHUKWA-764 > Project: Chukwa > Issue Type: Bug >Reporter: Eric Yang >Assignee: Eric Yang > Attachments: CHUKWA-764.patch > > > Chukwa uses JSON jar from json.org and also json-simple from googlecode. It > would be nice if we only use one implementation of JSON to be consistent. > Mindev JSON-smart was also considered as replacement for JSON simple to > improve performance, but it doesn't handle some characters correctly. > Therefore, it's best to use JSON Simple. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (CHUKWA-764) Consolidate usage of JSON libraries
[ https://issues.apache.org/jira/browse/CHUKWA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-764: - Status: Patch Available (was: Open) > Consolidate usage of JSON libraries > --- > > Key: CHUKWA-764 > URL: https://issues.apache.org/jira/browse/CHUKWA-764 > Project: Chukwa > Issue Type: Bug >Reporter: Eric Yang >Assignee: Eric Yang > Attachments: CHUKWA-764.patch > > > Chukwa uses JSON jar from json.org and also json-simple from googlecode. It > would be nice if we only use one implementation of JSON to be consistent. > Mindev JSON-smart was also considered as replacement for JSON simple to > improve performance, but it doesn't handle some characters correctly. > Therefore, it's best to use JSON Simple. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (CHUKWA-764) Consolidate usage of JSON libraries
[ https://issues.apache.org/jira/browse/CHUKWA-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Yang updated CHUKWA-764: - Attachment: CHUKWA-764.patch Update code to use JSON simple library. > Consolidate usage of JSON libraries > --- > > Key: CHUKWA-764 > URL: https://issues.apache.org/jira/browse/CHUKWA-764 > Project: Chukwa > Issue Type: Bug >Reporter: Eric Yang >Assignee: Eric Yang > Attachments: CHUKWA-764.patch > > > Chukwa uses JSON jar from json.org and also json-simple from googlecode. It > would be nice if we only use one implementation of JSON to be consistent. > Mindev JSON-smart was also considered as replacement for JSON simple to > improve performance, but it doesn't handle some characters correctly. > Therefore, it's best to use JSON Simple. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
