Spring Projects Issues
Spring Projects Issues
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-366](https://jira.spring.io/browse/DATACASS-366?redirect=false)** and commented Spring Data Cassandra requires simple types for primary key columns. Any types that require converters cannot be used (e.g. `LocalDate` as partition key) for...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** opened **[DATACASS-723](https://jira.spring.io/browse/DATACASS-723?redirect=false)** and commented The `o.s.d.c.core.cql.session.init.SessionFactoryInitializer` is not sufficient to replace the `o.s.d.c.config.AbstractSessionConfiguration` class's now **deprecated** `getStartupScripts()` and `getShutdownScripts()` methods. As as application developer using _Spring Data for...
**[David Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=dwebb)** opened **[DATACASS-67](https://jira.spring.io/browse/DATACASS-67?redirect=false)** and commented Create the Specifications and CQLGenerators for User and Role domains --- No further details from [DATACASS-67](https://jira.spring.io/browse/DATACASS-67?redirect=false)
**[Matthew T. Adams](https://jira.spring.io/secure/ViewProfile.jspa?name=matthewadams)** opened **[DATACASS-82](https://jira.spring.io/browse/DATACASS-82?redirect=false)** and commented Users need to be able to map classes that extend other classes to tables. The two most likely inheritance mappings are table-per-hierarchy and...
**[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...
**[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)
**[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....
**[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...
**[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 *...
**[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...