-
Notifications
You must be signed in to change notification settings - Fork 683
Release Train Ingalls
Mark Paluch edited this page Jun 17, 2016
·
40 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Ingalls release train that will not be back-ported into Hopper service releases.
- M1 - tba
- RC1 - tba
- GA - tba
- SR1 - tba
- SR2 - tba
- SR3 - tba
- Upgrade to Cassandra 3.0
- Support Java 8 types (
Optional
,Stream
), JSR-310 and ThreeTen back-port types for Cassandra.
- Spring Data Build 1.9
- Spring Data Commons 1.13
- Spring Data JPA 1.11
- Spring Data MongoDB 1.10
- Spring Data Neo4j 4.2
- Spring Data Solr 2.1
- Spring Data Elasticsearch 2.1
- Spring Data Couchbase 2.2
- Spring Data Cassandra 1.5
- Spring Data Gemfire 1.9
- Spring Data Redis 1.8
- Spring Data REST 2.6
- Spring Data KeyValue 1.2
- Spring Data Envers 1.1
-
DATACASS-271- Upgrade to Cassandra 3.0.0. -
DATACASS-141- Support for enumeration mapping. -
DATACASS-247-Optional<T>
return type for Repositories. -
DATACASS-297- Add support for streaming queries to select entities. -
DATACASS-219- On startup CREATE TABLE from entities should only add 'if not exists'.