Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25D948FFE for ; Thu, 1 Sep 2011 16:48:33 +0000 (UTC) Received: (qmail 26346 invoked by uid 500); 1 Sep 2011 16:48:33 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 26142 invoked by uid 500); 1 Sep 2011 16:48:31 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 26133 invoked by uid 99); 1 Sep 2011 16:48:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 16:48:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 16:48:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D150C4A985 for ; Thu, 1 Sep 2011 16:48:09 +0000 (UTC) Date: Thu, 1 Sep 2011 16:48:09 +0000 (UTC) From: "Eric Evans (JIRA)" To: commits@cassandra.apache.org Message-ID: <769052949.7299.1314895689853.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1226195508.13089.1311287758512.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2936) improve dependency situation between JDBC driver and Cassandra 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-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2936: ---------------------------------- Attachment: v2-0005-create-jar-file.txt v2-0004-make-better-reuse-of-new-classes.txt v2-0003-remove-extraneous-methods-from-o.a.c.db.marshal-classe.txt v2-0002-convert-drivers-and-tests-to-o.a.c.cql.term.txt v2-0001-CASSANDRA-2936-create-package-for-CQL-term-marshaling.txt > improve dependency situation between JDBC driver and Cassandra > -------------------------------------------------------------- > > Key: CASSANDRA-2936 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2936 > Project: Cassandra > Issue Type: Improvement > Components: API, Core > Affects Versions: 0.8.1 > Reporter: Eric Evans > Assignee: Eric Evans > Priority: Minor > Labels: cql > Fix For: 1.0 > > Attachments: v1-0001-CASSANDRA-2936-create-package-for-CQL-term-marshaling.txt, v1-0002-convert-drivers-and-tests-to-o.a.c.cql.term.txt, v1-0003-remove-extraneous-methods-from-o.a.c.db.marshal-classe.txt, v1-0004-make-better-reuse-of-new-classes.txt, v1-0005-create-jar-file.txt, v2-0001-CASSANDRA-2936-create-package-for-CQL-term-marshaling.txt, v2-0002-convert-drivers-and-tests-to-o.a.c.cql.term.txt, v2-0003-remove-extraneous-methods-from-o.a.c.db.marshal-classe.txt, v2-0004-make-better-reuse-of-new-classes.txt, v2-0005-create-jar-file.txt > > > The JDBC jar currently depends on the {{apache-cassandra-$version}} jar, despite the fact that it only (directly) uses a handful of Cassandra's classes. In a perfect world, we'd break those classes out into their own jar which both the JDBC driver and Cassandra (ala {{apache-cassandra-$version.jar}}) could depend on. However, the classes used directly don't fall out to anything that makes much sense organizationally (short of creating a {{apache-cassandra-misc-$version.jar}}), and the situation only gets worse when you take into account all of the transitive dependencies. > See CASSANDRA-2761 for more background, in particular ([this|https://issues.apache.org/jira/browse/CASSANDRA-2761?focusedCommentId=13048734&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13048734] and [this|https://issues.apache.org/jira/browse/CASSANDRA-2761?focusedCommentId=13050884&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13050884]) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira