Document Datastax driver version support.

Closes #1096.
This commit is contained in:
Mark Paluch
2021-03-01 10:16:37 +01:00
parent 35972c2fbc
commit bb2e02aa77
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ With the power to stay at a high level with annotated POJOs, or at a low level w
* Exception Translation to the familiar Spring DataAccessException hierarchy
* Convenient QueryBuilders to eliminate the need to learn CQL
* Automatic implementation of Repository interfaces including support for custom query methods
* Based on the 3.x DataStax CQL Java Driver
* Based on the 4.x DataStax CQL Java Driver
== Code of Conduct

View File

@@ -61,7 +61,7 @@ https://docs.datastax.com/en/landing_page/doc/landing_page/current.html[DataStax
Spring Data for Apache Cassandra 2.x binaries require JDK level 8.0 and later and https://spring.io/docs[Spring Framework] {springVersion} and later.
It requires https://cassandra.apache.org/[Cassandra] 2.0 or later.
It requires https://cassandra.apache.org/[Cassandra] 2.0 or later and Datastax driver 4.x.
== Additional Help Resources