Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Cassandra 3.x #12

Open
seanryan41 opened this issue Jan 29, 2016 · 4 comments
Open

Support for Cassandra 3.x #12

seanryan41 opened this issue Jan 29, 2016 · 4 comments

Comments

@seanryan41
Copy link
Contributor

The current version of this project is using cassandra-driver-core version 2.1.9, which is not compatible with Cassandra 3.x. Datastax has a driver compatibility matrix here: http://datastax.github.io/java-driver/manual/native_protocol/

It looks like the 3.x driver will support all versions of Cassandra, but the 2.1.x driver is not supported with Cassandra 3.x.

Is it possible to update the dependency of cassandra-driver-core to 3.x so we can use the latest version of Cassandra?

seanryan41 pushed a commit to seanryan41/cassandra-migration that referenced this issue Feb 1, 2016
seanryan41 pushed a commit to seanryan41/cassandra-migration that referenced this issue Feb 2, 2016
@SteveFeldman
Copy link

Sorry about the delay @seanryan41. We'll take a look at the PR.

@hhandoko
Copy link

hhandoko commented Sep 8, 2016

@seanryan41 I've forked and published a SNAPSHOT version to Sonatype which has Cassandra driver 3.x support. Let me know if you have issues.

Link: https://github.com/builtamont-oss/cassandra-migration

@nikedlab
Copy link

@hhandoko Dependency com.builtamont:cassandra-migration:0.9-SNAPSHOT not found. Can you provide repository details?

@hhandoko
Copy link

@nikedlab the README wasn't very clear, my bad! Since it's still a SNAPSHOT, you need to add Sonatype Nexus OSS to your pom.xml, e.g.

<repositories>
    <repository>
        <id>oss-sonatype</id>
        <name>oss-sonatype</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

rintcius pushed a commit to rintcius/cassandra-migration that referenced this issue Sep 28, 2016
…/update_readme_with_new_api

Chore - Update README with new API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants