Spring Data Release Train Hopper M1 Released
Lots of releases from Spring Data team for various SQL and NoSQL libraries and many bug fixes.
Join the DZone community and get the full member experience.
Join For FreeOn behalf of the Spring Data team, I’m happy to announce the first milestone of the Hopper release train. The release ships 250 tickets fixed! The most important new features are:
- Upgrade to Querydsl 4.
- Integration of Spring Data Neo4j 4.1, Spring Data Couchbase 2.1 and Spring Data Solr 2 (on Solr 5).
- Support for Redis Cluster.
- Support for projections on repository query methods in JPA and MongoDB (see the example for details).
- Addition of Spring Data Envers to the release train (previously maintained separately).
Find a curated changelog in our release train wiki or skim through a full list of changes in JIRA. We’re shooting for a release candidate early March and a GA release at the end of the month.
The easiest way to play with the milestone is declaring the spring-data-releasetrain.version
property to Hopper-M1
in your Spring Boot application. If you’re using Solr or Querydsl, make sure you also upgrade these versions as shown in the example.
We’re looking forward to your feedback!
- Spring Data Commons 1.12 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data JPA 1.10 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Cassandra 1.4 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Solr 2.0 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Gemfire 1.8 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Neo4j 4.1 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data MongoDB 1.9 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Envers 1.0 M1 - Artifacts - JavaDocs - Documentation
- Spring Data KeyValue 1.1 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data REST 2.5 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Redis 1.7 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Elasticsearch 1.4 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Couchbase 2.1 M1 - Artifacts - JavaDocs - Documentation - Changelog
Published at DZone with permission of Joshua Long, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments