-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
Sorry about the delay @seanryan41. We'll take a look at the PR. |
@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 |
@hhandoko Dependency com.builtamont:cassandra-migration:0.9-SNAPSHOT not found. Can you provide repository details? |
@nikedlab the <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> |
…/update_readme_with_new_api Chore - Update README with new API
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?
The text was updated successfully, but these errors were encountered: