-
Notifications
You must be signed in to change notification settings - Fork 678
Release Train Kay
Mark Paluch edited this page Nov 7, 2016
·
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, 11th 2016
- M2 - Januar, 4th 2017
- RC1 - March, 20th 2017
- GA - tba
- SR1 - tba
- SR2 - tba
- SR3 - tba
- Reactive support for MongoDB, Redis and Apache Cassandra.
- Upgrade to Java 8 API.
- Migrate to MongoDB Document API.
- Remove spr 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. requests.
-
DATAMONGO-1176- Use org.bson types instead of com.mongodb. -
DATAMONGO-1444- Reactive support in Spring Data MongoDB.
-
DATACASS-335- Reactive support in Spring Data Cassandra.
-
SGF-492- Enhanced Java-based configuration support. -
SGF-496- Upgrade to GemFire 8.2.1. -
SGF-499- Destroy Pools before Client Regions. -
SGF-504- Support for multiple SD modules on classpath.
-
DATAREDIS-438- Add support for geo commands. -
DATAREDIS-471- Incremental updates for Redis KeyValue Template. -
DATAREDIS-503- Add HashMapper implementation based on MappingRedisConverter. -
DATAREDIS-523- Read back TTL into property.
-
DATAREST-848- Upgrade to the latest HAL browser. -
DATAREST-837- MoveResourceProcessor
invoking infrastructure to Spring HATEOAS. -
DATAREST-840- Make sure JacksonHandlerInstantiator
can use Spring dependency injection.
-
DATAREST-573- Support for CORS configuration.