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...
`org.springframework.data.cassandra.config.CqlSessionFactoryBean` implements `PersistenceExceptionTranslator` that means that on each RuntimeException `PersistenceExceptionTranslationInterceptor` will find the bean for class `CqlSessionFactoryBean` to try translate the exception. If Cassandra is not available `getBean` method will...
Hello, I noticed consistencyLevel cannot be set when using batchOps. * spring-data-cassandra 3.2.2 and 3.3.0 * Cassandra 4.0.1 (3 nodes, replication factor:2) ---- For example, try executing this code that...
To avoid having two different variants of the `org.apache.commons.logging` classes on the classpath, `jcl-over-slf4j` should be excluded as a transitive dependency. It's present at the moment as it's a transitive...
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. _Originally posted by @mp911de in...
I am using spring data cassandra 3.1.6 artifact and trying to use custom codec. The insert method in StatementFactory class is not passing converter/codec registry to the statement builder class...
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** opened **[DATACASS-830](https://jira.spring.io/browse/DATACASS-830?redirect=false)** and commented --- **Issue Links:** - [DATACMNS-1699](https://jira.spring.io/browse/DATACMNS-1699) Add support for `@Embedded` value objects
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-283](https://jira.spring.io/browse/DATACASS-283?redirect=false)** and commented The Cassandra 3 Java driver provides a `CodecRegistry` which allows the usage of custom codecs for object and UDT value mapping. The mapper is...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-835](https://jira.spring.io/browse/DATACASS-835?redirect=false)** and commented --- No further details from [DATACASS-835](https://jira.spring.io/browse/DATACASS-835?redirect=false)