Skip to content

Commit

Permalink
Document Datastax driver version support.
Browse files Browse the repository at this point in the history
Closes #1096.
  • Loading branch information
mp911de committed Mar 1, 2021
1 parent a46a50b commit 82739fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82739fa

Please sign in to comment.