spring-data-cassandra
spring-data-cassandra copied to clipboard
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 d...
`Query`, `Update`, `Columns` and `ColumnName` now accept `TypedPropertyPath` Closes #1625
See spring-projects/spring-data-commons#3400
There are multiple non-deterministic tests (found with [NonDex](https://github.com/TestingResearchIllinois/NonDex) tool) across different test classes in spring-data-cassandra. ### Description These tests listed below fail intermittently due to reliance on iteration order of...