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/03/05 20:27:38 UTC

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

    [ https://issues.apache.org/jira/browse/CASSANDRA-8836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349326#comment-14349326 ] 

Ariel Weisberg commented on CASSANDRA-8836:
-------------------------------------------

+1 Works for me. Can build with Java 7, open it in Eclipse with Java 7. If I run with Java 8 it returns the Java 8 implementation.

> 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
>             Fix For: 3.0
>
>         Attachments: 8836.patch
>
>
> 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)