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

Colin Taylor commented on CASSANDRA-4958:
-----------------------------------------

M3 is in maven repo:
http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22snappy-java%22

The git history seems pretty stable 
https://github.com/xerial/snappy-java/commits/develop but maybe 1.5 isn't too 
far away.

The workaround for those who use the cassandra-maven-plugin is an explicit 
dependency:
{noformat} 
                <dependencies>
                    <dependency>
                        <groupId>org.xerial.snappy</groupId>
                        <artifactId>snappy-java</artifactId>
                        <version>1.0.5-M3</version>
                        <type>jar</type>
                    </dependency>
                </dependencies>
{noformat} 
                
> Snappy 1.0.4 doesn't work on OSX / Java 7
> -----------------------------------------
>
>                 Key: CASSANDRA-4958
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4958
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.2.0 beta 2
>            Reporter: Colin Taylor
>            Priority: Minor
>
> Fixed in 1.0.5-M3 see :
> https://github.com/xerial/snappy-java/issues/6

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to