Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 25315 invoked from network); 28 Dec 2009 21:19:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Dec 2009 21:19:06 -0000 Received: (qmail 81992 invoked by uid 500); 28 Dec 2009 21:19:06 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 81946 invoked by uid 500); 28 Dec 2009 21:19:06 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 81936 invoked by uid 99); 28 Dec 2009 21:19:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 21:19:06 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2009 21:18:59 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A81CB234C045 for ; Mon, 28 Dec 2009 13:18:39 -0800 (PST) Message-ID: <1082848061.1262035119673.JavaMail.jira@brutus.apache.org> Date: Mon, 28 Dec 2009 21:18:39 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-587) consolidate json libraries In-Reply-To: <8692304.1259622020820.JavaMail.jira@brutus> 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/CASSANDRA-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794936#action_12794936 ] Jonathan Ellis commented on CASSANDRA-587: ------------------------------------------ +1 > consolidate json libraries > -------------------------- > > Key: CASSANDRA-587 > URL: https://issues.apache.org/jira/browse/CASSANDRA-587 > Project: Cassandra > Issue Type: Improvement > Components: Core > Reporter: Eric Evans > Assignee: Eric Evans > Priority: Minor > Fix For: 0.9 > > Attachments: v1-0001-CASSANDRA-587-consolidate-json-libraries.txt > > > CASSANDRA-499 introduced a new dependency json-simple. Originally this was done to take advantage of its SAX-like parser but that ended up a bust (because the SSTableWriter constructor needs the number of rows anyway). > It might be worth taking this opportunity to look at http://json-lib.sourceforge.net since it seems to be packaged for several major linux distributions and would make stripping dependencies for cassandra packaging easier later on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.