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 78 spring-data-cassandra issues
Sort by recently updated
recently updated
newest added

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-266](https://jira.spring.io/browse/DATACASS-266?redirect=false)** and commented Cassandra list/set typed columns represent an empty collection as `null`. From here one can't tell whether the state was `null` or empty at the...

type: bug
in: mapping

**[tavim](https://jira.spring.io/secure/ViewProfile.jspa?name=tavim)** opened **[DATACASS-594](https://jira.spring.io/browse/DATACASS-594?redirect=false)** and commented Implement table & column name validation at startup (as SchemaAction enum option, like 'validate' in hibernate) --- No further details from [DATACASS-594](https://jira.spring.io/browse/DATACASS-594?redirect=false)

in: core
type: enhancement

**[Jens Rantil](https://jira.spring.io/secure/ViewProfile.jspa?name=jensrantil)** opened **[DATACASS-187](https://jira.spring.io/browse/DATACASS-187?redirect=false)** and commented Currently Spring Data Cassandra allows creation and recreation of keyspaces on startup (SchemaAction). Spring Data JPA also supports this but on a column level....

type: enhancement

**[Chad Jaros](https://jira.spring.io/secure/ViewProfile.jspa?name=chad.jaros)** opened **[DATACASS-210](https://jira.spring.io/browse/DATACASS-210?redirect=false)** and commented If cassandra is not available at boot time, CassandraCqlSessionFactoryBean.afterPropertiesSet() causes the application to exit before completing the startup process. It is desirable for my...

type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-361](https://jira.spring.io/browse/DATACASS-361?redirect=false)** and commented Today's `@PrimaryKey`, `@Id` and `@PrimaryKeyColumn` lead to ambiguity which types to use. * `@Id`: applied on field/property level to mark the primary key/identified *...

type: task
in: mapping

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-324](https://jira.spring.io/browse/DATACASS-324?redirect=false)** and commented Entities with a composite key inside the entity class require using `MapId` as Id or the entity itself when invoking operations with a given...

in: mapping
type: enhancement

**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATACASS-273](https://jira.spring.io/browse/DATACASS-273?redirect=false)** and commented Both the `CassandraTemplate` and `CqlTemplate` make use of the Template design pattern with anonymous callbacks (temporary objects) that, when called under load, can reck...

in: core
type: enhancement

**[David Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=dwebb)** opened **[DATACASS-36](https://jira.spring.io/browse/DATACASS-36?redirect=false)** and commented Create overload convenience methods for Passing in JSON String. This JSON String can be mapped to a Object\ to generate the appropriate query operation...

in: core
type: enhancement

**[Jens Rantil](https://jira.spring.io/secure/ViewProfile.jspa?name=jensrantil)** opened **[DATACASS-188](https://jira.spring.io/browse/DATACASS-188?redirect=false)** and commented Thought I had reported this previously, but couldn't find any mention of it. https://github.com/spring-projects/spring-data-cassandra/blob/ff41674809f2fa27362d361ad78730da1d6ebbd8/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/config/CassandraSessionFactoryBean.java#L99 mentions a TODO for this, so it does not seem...

type: enhancement