Spring Data Moore goes GA
On behalf of the community and everyone who has contributed, it’s my pleasure to announce that Spring Data Moore is now generally available from Maven Central and our release repository.
Spring Data Moore requires JDK 8 or higher and specifically supports JDK 11 as the current long-term support branch as well as JDK 13 as the latest OpenJDK release. Here's an excerpt from the 960 tickets that were addressed with this release train:
- Imperative and Reactive EntityCallback APIs for immutable object support and as a base for future reactive auditing
- First-class support for Kotlin Coroutines
- Performance improvements
- Declarative aggregations and reactive Querydsl support Spring Data MongoDB repositories
- Reactive transaction manager in Spring Data MongoDB
- Reactive support for Spring Data Elasticsearch
- Redis Streams support with Spring Data Redis …