Return-Path: X-Original-To: apmail-chukwa-dev-archive@www.apache.org Delivered-To: apmail-chukwa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF03518A8D for ; Thu, 25 Jun 2015 21:00:13 +0000 (UTC) Received: (qmail 4199 invoked by uid 500); 25 Jun 2015 21:00:05 -0000 Delivered-To: apmail-chukwa-dev-archive@chukwa.apache.org Received: (qmail 4184 invoked by uid 500); 25 Jun 2015 21:00:05 -0000 Mailing-List: contact dev-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list dev@chukwa.apache.org Received: (qmail 4054 invoked by uid 99); 25 Jun 2015 21:00:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 21:00:05 +0000 Date: Thu, 25 Jun 2015 21:00:05 +0000 (UTC) From: "Eric Yang (JIRA)" To: dev@chukwa.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CHUKWA-764) Consolidate usage of JSON libraries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)