Spring Data Release Train Ingalls M1 Released
Milestone 1 of the Spring Data Ingalls release train is now out! Come check out what's included in it!
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 Ingalls release train. The release ships 230 tickets fixed! The most noteworthy new features are:
- Use of method handles for property access in conversion subsystem (Commons, MongoDB).
- Upgrade to Cassandra 3.0 for Spring Data Cassandra.
- Support for declarative query methods for Cassandra repositories.
- Support for Redis geo commands.
- Any-match mode for query-by-example.
- Support for XML and JSON based projections for REST payloads (see the example for details)
Find a curated change log in our release train wiki or skim through a full list of changes in JIRA.
The easiest way to play with the milestone is declaring the spring-data-releasetrain.version
property to Ingalls-M1
in your Spring Boot application. If you’re using Spring Data REST, make sure to set the spring-hateoas.version
property to 0.21.0.M1
. Spring Data Redis users need to upgrade to Jedis 2.9.0 (Boot users set the jedis.version
property accordingly). Also, please check out our updated Spring Data Examples for more samples on integrating the particular components.
To sum things up, here’s the list of modules included in the release:
- Spring Data Commons 1.13 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data JPA 1.11 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data KeyValue 1.2 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Cassandra 1.5 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Solr 2.1 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Gemfire 1.9 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Neo4j 4.2 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data MongoDB 1.10 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Envers 1.1 M1 - Artifacts - JavaDocs - Documentation
- Spring Data REST 2.6 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Redis 1.8 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Elasticsearch 2.1 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Couchbase 2.2 M1 - Artifacts - JavaDocs - Documentation - Changelog
On a final note, SpringOne Platform 2016 is around the corner! Meet the Spring Data team at SpringOne Platform 2016 in Las Vegas, Nevada, next week. We’ve prepared a lot of sessions to cover Spring & Data related topics and it’s not too late to register. Vegas is never a bad place to be at, even more so with the Spring team around!
Published at DZone with permission of Mark Paluch. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments