Please post if any pointers to check Compatibility matrix for Spring-data-cassandra version to cassandra version?
NOTE: This is a broader level question to check compatibility between DataStax's Cassandra and Spring-Data-Cassandra binary.
Please post if any pointers to check Compatibility matrix for Spring-data-cassandra version to cassandra version?
NOTE: This is a broader level question to check compatibility between DataStax's Cassandra and Spring-Data-Cassandra binary.
https://docs.spring.io/spring-data/cassandra/docs/2.1.0.M2/reference/html/#new-features.1-5-0, https://docs.spring.io/spring-data/cassandra/docs/2.0.6.RELEASE/reference/html/#new-features.1-5-0 etc.
Try changing the version number in the URLs. It would be hard to find it all under one roof.
Yes, I tried but could not find a compatibility matrix for above dependency situation ... there exists an opportunity for a product :)
However, As @void answered, I had to crawl thru many versions/poms to find the right dependency as below:
Spring-data-cassandra version:1.4.5 is compatible with cassandra version: 2.1.11, based on pom definitions: https://repo1.maven.org/maven2/org/springframework/data/spring-data-cassandra-parent/1.4.5.RELEASE/spring-data-cassandra-parent-1.4.5.RELEASE.pom
Cassandra 3 version requires spring-data-cassnadra 1.5.x as per : https://repo1.maven.org/maven2/org/springframework/data/spring-data-cassandra-parent/1.5.0.RELEASE/spring-data-cassandra-parent-1.5.0.RELEASE.pom