-
Notifications
You must be signed in to change notification settings - Fork 678
Release Train Neumann
Oliver Drotbohm edited this page Jan 16, 2020
·
36 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Neumann release train that will not be back-ported into Moore service releases.
- M1 - Jan 15, 2020
- M2 - Feb 12, 2020
- M3 - March 11, 2020
- RC1 - April 2, 2020
- GA - April 15, 2020
- Include Spring Data R2DBC into the release train.
- Repository support for Kotlin Coroutines.
- Upgrade to MongoDB Driver 4.
- Upgrade to Cassandra Driver 4.
- Upgrade to Elasticsearch 7.
- Merge of Spring Data for Apache Geode and Spring Data GemFire into a single Spring Data Geode module.
- Spring Data Build 2.3
- Spring Data Commons 2.3
- Spring Data JPA 2.3
- Spring Data MongoDB 3.0
- Spring Data Neo4j 5.3
- Spring Data for Apache Solr 4.1
- Spring Data Elasticsearch 4.0
- Spring Data Couchbase 3.3
- Spring Data for Apache Cassandra 3.0
- Spring Data for Apache Geode 2.3
- Spring Data Redis 2.3
- Spring Data REST 3.3
- Spring Data KeyValue 2.3
- Spring Data LDAP 2.3
- Spring Data JDBC 2.0
- Spring Data R2DBC 1.1
- Spring Data Envers 2.3
-
DATACMNS-1508- Repository support for Kotlin Coroutines. -
DATACMNS-1639- Support for fully immutable types (setting properties via copy constrcutors). -
DATACMNS-1596- Modules not exposing identifying annotations do not claim repository interfaces anymore. -
DATACMNS-1591- @Primary is now considered on repository interfaces.
- DATAMONGO-2427 - Upgrade to MongoDB Driver 4.0.
-
DATAES-677- Upgrade to Elasticsearch 7.4.
-
DATACASS-656- Upgrade to Cassandra Driver 4.3.
-
DATAJDBC-219- Support for optimistic locking.