spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
379 stars 311 forks source link

Assert compatibility with Cassandra 4.0 #1123

Closed mp911de closed 3 years ago

mp911de commented 3 years ago

Run tests against Cassandra 4.0.

Current state:

mp911de commented 3 years ago

Cassandra 4.0 not available yet.

mp911de commented 3 years ago

Compatibility verified. Upgrading cassandra-all to 4.0.0 requires a few changes and pretty often the server doesn't come up properly. Requires follow-up in a separate ticket.