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-794](https://jira.spring.io/browse/DATACASS-794?redirect=false)** and commented Cassandra has generally no means to generate Id values as they key is expected to be provided. For cases where the identifier is a...

type: task

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-710](https://jira.spring.io/browse/DATACASS-710?redirect=false)** and commented We should deprecate our `DefaultBridgedReactiveSession` and use the `ReactiveSession` that is shipped by the unified Datastax driver. Requires Cassandra driver 4.4 --- **Issue Links:**...

type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-383](https://jira.spring.io/browse/DATACASS-383?redirect=false)** and commented See http://www.datastax.com/dev/blog/new-in-cassandra-3-0-materialized-views --- 5 votes, 9 watchers

in: mapping
type: enhancement

**[Abhijit Sarkar](https://jira.spring.io/secure/ViewProfile.jspa?name=asarkar)** opened **[DATACASS-668](https://jira.spring.io/browse/DATACASS-668?redirect=false)** and commented It's currently possible to create a `Converter`, but that's a all-or-nothing approach. It will be very useful to be able to selectively attach converters...

in: core
in: mapping
type: enhancement

**[lmcdasi](https://jira.spring.io/secure/ViewProfile.jspa?name=lmcdasi)** opened **[DATACASS-751](https://jira.spring.io/browse/DATACASS-751?redirect=false)** and commented In the data stax 4.5 manual it is indicated that creating session/keyspace (https://docs.datastax.com/en/developer/java-driver/4.5/manual/core/) is an anti-pattern: "`// Anti-pattern: creating two sessions doubles the number of...

in: core
type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-768](https://jira.spring.io/browse/DATACASS-768?redirect=false)** and commented Spring Data's approach uses a `CqlSession` per keyspace/tenant to achieve multi-tenancy. Keeping multiple sessions is considered an anti-pattern by the driver which should not...

type: enhancement

**[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...

in: core
in: mapping
type: enhancement

**[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...

in: core
type: enhancement

**[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)

in: core
type: enhancement

**[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...

in: core
type: enhancement