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...
Follows signature changes in mircometer API.
related to: https://github.com/spring-projects/spring-data-build/issues/1810
- [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...
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....