-
Notifications
You must be signed in to change notification settings - Fork 678
Release Train Kay
Mark Paluch edited this page Mar 31, 2017
·
30 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Kay release train that will not be back-ported into Ingalls service releases.
- M1 - November 23rd, 2016
- M2 - April 3rd, 2017
- M3 - ? (TBD; there may or may not be a M3)
- RC1 - tba
- GA - tba
- SR1 - tba
- SR2 - tba
- SR3 - tba
- Reactive support for MongoDB, Redis and Apache Cassandra.
- Upgrade to Java 8.
- Upgrade to Spring Framework 5.
- Migrate to MongoDB Document API.
- Remove Support for SRP and JRedis drivers in Spring Data Redis.
- Revised blocking and asynchronous Template API for Apache Cassandra.
- Spring Data Build 2.0
- Spring Data Commons 2.0
- Spring Data JPA 2.0
- Spring Data MongoDB 2.0
- Spring Data Neo4j 5.0
- Spring Data Solr 3.0
- Spring Data Elasticsearch 3.0
- Spring Data Couchbase 3.0
- Spring Data for Apache Cassandra 2.0
- Spring Data Gemfire 2.0
- Spring Data Redis 2.0
- Spring Data REST 3.0
- Spring Data KeyValue 2.0
- Spring Data Envers 2.0
-
DATACMNS-836- Add components to support reactive repositories.
-
DATAMONGO-1176- Useorg.bson
types instead ofcom.mongodb
. -
DATAMONGO-1444- Reactive support in Spring Data MongoDB. -
DATAMONGO-1509- Write type hint as last element of a Document.
-
DATAMONGO-1637- Add support for aggregation result streaming.
-
DATACASS-292- DATACASS-292 Break Async and Sync operations inCqlOperations
andCassandraOperations
into separate interfaces and templates. -
DATACASS-335- Reactive support in Spring Data Cassandra.
-
DATACASS-330- Add routing capabilities to support per tenant keyspace. -
DATACASS-415- Provide insert methods on TypedIdCassandraRepository. -
DATACASS-416- Add overrides on TypedIdCassandraRepository for methods returning Lists.
-
DATAREDIS-525- Add support for reactiveRedisConnection
andRedisOperations
. -
DATAREDIS-567- Remove Support for SRP and JRedis.