First Milestone of Spring Data Release Train Gosling Available
Join the DZone community and get the full member experience.
Join For FreeOn behalf of the Spring Data team, I am happy to announce the first milestone of the Spring Data release train Gosling. The release ships with 164 tickets fixed as well asSpring Data KeyValue joining the Spring Data release train with an initial milestone. The highlights of the release include:
- Spring 4.1 as a new minimum baseline.
- Simplified support for adding custom methods to all repositories throughout the individual modules (see this example).
- Declarative ad-hoc JPA 2.1 fetch graph declarations via
@EntityGraph
on repository methods. - Gemfire 8.1 support including multi-index definition operations.
- SpEL expressions in
@Query
as well as support for$geoIntersects
for MongoDB. - Enhanced
ZSET
support for Spring Data Redis includingZRANGEBYLEX
. - A Spring Data REST module shipping the HAL browser as well as support for conditional GETs.
- Map-backed repositories (see this example)
- Support for Neo4J 2.2.
- Support for derived
deleteBy...
queries and bulk updates in Spring Data Elasticsearch.
Here are the participating modules:
- Spring Data Commons 1.11 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data JPA 1.9 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data MongoDB 1.8 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Neo4j 3.4 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Solr 1.5 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Couchbase 1.4 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Cassandra 1.3 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Elasticsearch 1.3 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Gemfire 1.7 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data Redis 1.6 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data REST 2.4 M1 - Artifacts - JavaDocs - Documentation - Changelog
- Spring Data KeyValue 1.0 M1 - Artifacts - JavaDocs - Documentation - Changelog
Be sure to check out the already updated examples. Get in touch via Twitter,StackOverflow or JIRA. We’re looking forward to your feedback!
SpringOne 2GX 2015 is around the corner!
Book your place at SpringOne2GX in Washington, DC soon. Super Early Bird Price expires June 12th! It’s simply the best opportunity to find out first hand all that’s going on and to provide direct feedback.
Discounts
- The Super Early Bird price tier ($300 discount) expires June 12th. The Early Bird price tier (June 13th - August 14th) is discounted $150.
- Register 4 and get the 5th pass free. Contact us with the names of your first 4 registrants for your complimentary pass code (conference admission only).
- Alumni, contact us for your discount code ($150 off any option).
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Microservices: Quarkus vs Spring Boot
-
Mainframe Development for the "No Mainframe" Generation
-
Knowing and Valuing Apache Kafka’s ISR (In-Sync Replicas)
-
21 Hidden Careers in the AI Revolution: Driving Change in the Tech Industry
Comments