Spring Projects Issues
Spring Projects Issues
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** commented SD _Cassandra_ does not currently support automatic addition/removal of columns, based on the current definition of the persistent entity associated with the table requiring an update, using...
**[Alexandre Dutra](https://jira.spring.io/secure/ViewProfile.jspa?name=adutra)** commented Hi [Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de) how do you see the new design in terms of API and behavior? We are available to help but I think this ticket requires...
**[Tomasz Lelek](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50019)** commented I will work on this ticket and investigate possible ways of dealing with this API change. [Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de) what do you mean by `We should deprecate our ...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Right now, I'm not sure there is much we can do since the execution model is a different one between Spring Data's `ReactiveResultSet` and the one obtained...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** commented This problem was first detected in _Spring Boot for Apache Geode_ (SBDG), testing the **_Inline Caching_** capabilities provided by SBDG to back an Apache Geode cache with...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** commented I see 2 possible solutions (there maybe others as well): 1. First is to define `getKeyspaceStartupScripts()` and `getKeyspaceShutdownScripts()` methods in the `AbstractCassandraConfiguration` class (again, see [here](https://github.com/spring-projects/spring-data-cassandra/blob/3.0.0.M2/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/config/AbstractSessionConfiguration.java#L237-L238)) matching...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** commented Keyspace creation and initialization were intentionally split with the driver upgrade. Previously, factory beans carried a lot of functionality that blurred the lines of responsibility. We have...
**[John Blum](https://jira.spring.io/secure/ViewProfile.jspa?name=jblum)** commented [Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)- Just acknowledging that I saw your reply comments, but need more time to respond to your questions. Will followup more shortly
**[Andrew](https://jira.spring.io/secure/ViewProfile.jspa?name=ausov)** commented To speed up the process, just wanted to suggest an example of what we implemented in our project. Define additional views on table entities: ```java @Table("user") @MaterializedViews({ @MaterializedView(name="user_by_email",...
**[Kamil](https://jira.spring.io/secure/ViewProfile.jspa?name=eximius)** commented Guys, are there any plans to support it?