- 
                Notifications
    You must be signed in to change notification settings 
- Fork 699
Release Train Lovelace
        Mark Paluch edited this page Feb 5, 2018 
        ·
        32 revisions
      
    This page contains a list of the most significant features and bugfixes implemented in the Spring Data Lovelace release train that will not be back-ported into Kay service releases.
- M1 - February 6th, 2018
- M2 - March 23rd, 2018
- RC1 - tba
- GA - June, 2018
- SR1 - tba
- SR2 - tba
- SR3 - tba
- MongoDB 3.6 support for Change Streams and $jsonSchema.
- Apache Cassandra mapping improvements for Mapand tuple types.
- Include Spring Data JDBC in release train.
- Spring Data Build 2.1
- Spring Data Commons 2.1
- Spring Data JPA 2.1
- Spring Data MongoDB 2.1
- Spring Data Neo4j 5.1
- Spring Data for Apache Solr 3.1
- Spring Data Elasticsearch 3.1
- Spring Data Couchbase 3.1
- Spring Data for Apache Cassandra 2.1
- Spring Data Gemfire 2.1
- Spring Data for Apache Geode 2.1
- Spring Data Redis 2.1
- Spring Data REST 3.1
- Spring Data KeyValue 2.1
- Spring Data LDAP 2.1
- Spring Data JDBC 1.0
- Spring Data Envers 2.1
- 
DATACMNS-1206- Introduce abstraction to detect declared methods in declaration order.
- 
DATAJPA-949- Add support for JPA 2.2 Query.getResultStream().
- 
DATAMONGO-1322- Add support for validator when creating collection.
- 
DATAMONGO-1761- Add distinct operation to MongoTemplate.
- 
DATAMONGO-1803- Add support for MongoDB 3.6 change streams.
- 
DATAMONGO-1835- Add support for $jsonSchema to Criteria API.
- 
DATAMONGO-1846- Upgrade to MongoDB Java Driver 3.6.
- 
DATAGRAPH-1056- Support for persistence constructors.
- 
DATAGRAPH-1065- Upgrade to Neo4j OGM 3.1.0.
- 
DATACASS-284- Add support for TupleType/TupleValue.
- 
DATACASS-485- Add fluent alternative for CassandraTemplateOperations.
- 
DATACASS-487- SupportMaps with mapped and converted key/value types.
- 
DATACASS-512- Support exists and count projections.
- 
SGF-401- Add Spark Connector support.
- 
SGF-428- Add HDFS Storage support.
- 
SGF-689- Add support for JSR-107 JCache API Annotations in Caching-defined Regions.
- 
DATAGEODE-60- Add support for JSR-107 JCache API Annotations in Caching-defined Regions.
- 
DATAREDIS-580- Support Master/Slave connections using Lettuce.
- 
DATAREDIS-605- Query by Example support.
- 
DATAREDIS-682- Support unix domain socket connections.
- 
DATAREDIS-713- Provide constant UTF-8 and ASCII StringRedisSerializer instances.
- 
DATAREST-1176- Add ability to only expose repository methods explicitly declared for exposure.
- 
DATALDAP-5- Add CDI extension for LDAP repositories.