Category "spring-data-cassandra"

How to save collection of user defined type to ScyllaDB with Spring Data Cassandra?

When I try to save entity with a list or set of user defined type, I get error: Failed to convert from type [java.util.ImmutableCollections$Set12<?>] to

Injection problem in Spring Boot Test: "messageConverters must not be empty"

I have a strange problem with a Spring Boot Test. The test itself is empty, but it does not even manage to start the application. I get an error "Failed to load

Timezone in Cassandra DB

I am unable to store timestamp in cassandra in the local timezone. My springdata API receives the data from a flat file (populated from a UNIX server). The data

Why `spring-data-jpa` with `spring-data-cassandra` won't create cassandra tables automatically?

I'm using spring-data-cassandra:3.1.9 and the properties looks like : spring: data: cassandra: keyspace-name: general_log session-name: genera