Skip to content

Commit bb2e02a

Browse files
committed
Document Datastax driver version support.
Closes #1096.
1 parent 35972c2 commit bb2e02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ With the power to stay at a high level with annotated POJOs, or at a low level w
2020
* Exception Translation to the familiar Spring DataAccessException hierarchy
2121
* Convenient QueryBuilders to eliminate the need to learn CQL
2222
* Automatic implementation of Repository interfaces including support for custom query methods
23-
* Based on the 3.x DataStax CQL Java Driver
23+
* Based on the 4.x DataStax CQL Java Driver
2424

2525
== Code of Conduct
2626

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ https://docs.datastax.com/en/landing_page/doc/landing_page/current.html[DataStax
6161

6262
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.
6363

64-
It requires https://cassandra.apache.org/[Cassandra] 2.0 or later.
64+
It requires https://cassandra.apache.org/[Cassandra] 2.0 or later and Datastax driver 4.x.
6565

6666
== Additional Help Resources
6767

0 commit comments

Comments
 (0)