is Spring-data-cassandra 1.4.5 compatible with Cassandra 3.0.5?

丶灬走出姿态 提交于 2019-12-13 09:09:58

问题


It seems underlying cassandra version has been upgraded to 3.0.5. Wanted to find if our current spring-data-casssandra version is compatible with new cassandra 3.0.5 version?

Any takes to point to compatibility matrix for the version check (spring-data-cassandra version to cassandra version)


回答1:


Looking into dependencies for it, it looks like it won't be compatible - it's based on Cassandra 2.1 that won't work with 3.x. You need to upgrade to latest 1.5.x to be compatible with Cassandra 3.x




回答2:


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



来源:https://stackoverflow.com/questions/49639577/is-spring-data-cassandra-1-4-5-compatible-with-cassandra-3-0-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!