spring-data-cassandra icon indicating copy to clipboard operation
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...

Results 69 spring-data-cassandra issues
Sort by recently updated
recently updated
newest added

Follows signature changes in mircometer API.

related to: https://github.com/spring-projects/spring-data-build/issues/1810

type: task

- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] You use the code formatters provided [here](https://github.com/spring-projects/spring-data-build/tree/master/etc/ide) and have them applied to your changes. Don’t submit any formatting...

status: waiting-for-triage

By avoiding interaction with a potential lazy proxy for a given `CqlSession` until it becomes mandatory we allow users to leverage lazy bean initialization for the `CqlSession` during application startup....