Spring Data Moore M2 released
On behalf of the Spring Data team, I’m pleased to announce the availability of the second milestone of the Moore release train.
Notable changes include:
- Support for Kotlin Coroutines in Spring Data MongoDB, Cassandra and Redis.
- Querydsl support for reactive repositories.
Range
type support for derived repository query methods usingbetween
for Spring Data MongoDB & Cassandra.exists
projection in Neo4j repositories.- Reactive repositories for Spring Data Elasticsearch.
- Pivotal Gemfire and Apache Geode upgrades.
- Upgrade to Spring HATEOAS 1.0 M1.
- …and numerous features for the JDBC module like direct
insert
&update
methods skipping the is new check.
Please find a high-level overview of what has been added in our release wiki or a detailed list of changes in our issue tracker.
If you’re using Spring Boot and want to give the milestone a try, please make sure to switch to the most recent version of Spring Boot 2.2.
And don’t forget to add the milestone repository to your Maven configuration:
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
As always, we’re looking forward to your feedback! Don’t hesitate and get in touch @SpringData.
Last but not least the laundry list:
- Spring Data Commons 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data JDBC 1.1 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data JPA 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data for Apache Solr 4.1 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data for Apache Cassandra 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Gemfire 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data KeyValue 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Neo4j 5.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data MongoDB 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data for Apache Geode 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data LDAP 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Envers 2.2 M2 - Artifacts - Javadoc - Documentation
- Spring Data REST 3.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Redis 2.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Elasticsearch 3.2 M2 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Couchbase 3.2 M2 - Artifacts - Javadoc - Documentation - Changelog