[
https://issues.apache.org/jira/browse/CASSANDRA-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745506#action_12745506
]
Michael Greene commented on CASSANDRA-380:
------------------------------------------
The patch gets rid of all the Callout classes. The diff to 0 issue is there,
as you mention.
After applying the patch the following will clean up the empty files:
{{{
svn rm --force src/java/org/apache/cassandra/db/CalloutDeployMessage.java
svn rm --force src/java/org/apache/cassandra/db/CalloutDeployVerbHandler.java
svn rm --force src/java/org/apache/cassandra/db/CalloutManager.java
}}}
> Remove Groovy binary until we need to use it
> --------------------------------------------
>
> Key: CASSANDRA-380
> URL: https://issues.apache.org/jira/browse/CASSANDRA-380
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Affects Versions: 0.4
> Reporter: Michael Greene
> Fix For: 0.4
>
> Attachments: 380_v1.diff
>
>
> The Groovy JAR has been kept around for eventual callout support. However,
> no one is actively working on this task, and it is not slated for 0.4 (or 0.5
> as far as I can tell). We should remove the JAR until it is needed,
> particularly since the Groovy project is advancing much more quickly (the
> current JAR is severely outdated). Also, it adds 2.2MB to a checkout.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.