-
Notifications
You must be signed in to change notification settings - Fork 21
Compatibility with cassandra-driver-core 3.3.0 ? #65
Comments
Hi @goerge , I have not tested it yet against newer My plan was to bring the drivers up-to-date post
PS. I've updated the roadmap to suit: https://github.com/builtamont-oss/cassandra-migration/wiki/Roadmap |
cqlsh connects fine. however, Cassandra Migration 0.11 cqlsh version [cqlsh 5.0.1 | Cassandra 2.1.14 | DSE | CQL spec 3.2.1 | Native protocol v3] |
I think this happens when calculateVersionRank tries to execute an empty batch. |
v |
Is
cassandra-migration
0.11
compatible withdatastax cassandra-driver-core
3.3.0
?cassandra-migration
depends ondatastax cassandra-driver-core
3.0.6
which has a compatibility issue withGuava
20
(see https://datastax-oss.atlassian.net/browse/JAVA-1328)Is it safe to force a newer version of
datastax cassandra-driver-core
(at least3.2.0
) when usingcassandra-migration
0.11
?The text was updated successfully, but these errors were encountered: