[
https://issues.apache.org/jira/browse/CASSANDRA-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13041177#comment-13041177
]
Eric Evans commented on CASSANDRA-2263:
---------------------------------------
Ultimately, we don't want to have to depend on the main jar, but the fact that
this is the case now, is known. I think the problem here (as you already
suggested), is that there is also a copy in the cassandra jar. The attached
patch remedies that.
> cql driver jar
> --------------
>
> Key: CASSANDRA-2263
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2263
> Project: Cassandra
> Issue Type: Bug
> Components: API
> Affects Versions: 0.8 beta 1
> Reporter: Eric Evans
> Priority: Minor
> Labels: cql
> Fix For: 1.0
>
> Attachments: v1-0001-CASSANDRA-2263-don-t-ship-jdbc-in-main-jar.txt
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> Work was done in CASSANDRA-1848 to create a jar for the CQL Java driver.
> The generated Thrfit code was broken out into it's own jar as well, since
> that is a dependency for both servers and clients. However, based on the work
> currently happening in CASSANDRA-2262 and CASSANDRA-2124, it seems that
> additional dependencies will exist, and new jar(s) will need to be created.
> The easiest way to fix this will probably be to put copies of all of
> {{o.a.c.db.marshal}} and {{o.a.c.utils}}, and a copy of
> {{o.a.c.config.ConfigurationException}} into the CQL driver jar (a split
> along those lines to create another jar doesn't make sense IMO).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira