You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ariel Weisberg (JIRA)" <ji...@apache.org> on 2015/02/19 21:03:11 UTC

[jira] [Created] (CASSANDRA-8836) Factor out CRC32Ex into a separate maven dependency

Ariel Weisberg created CASSANDRA-8836:
-----------------------------------------

             Summary: Factor out CRC32Ex into a separate maven dependency
                 Key: CASSANDRA-8836
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8836
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Ariel Weisberg
            Assignee: T Jake Luciani


The current arrangement works from the CLI, but is inconvenient for developer using Java 7 from an IDE. They have to configure the override class the way build.xml does when compiling.

If we refactored http://pastebin.com/Z5NAEhzr and the interface it needs to compile http://pastebin.com/tCEvuETA into a separate maven dependency and removed CRC32Ex from CRC32Factory it wouldn't trip up IDEs. They would just add all the jars under lib and move on with life.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)