First milestone of Spring Data release train Babbage arrived
I am pleased to announce the first service milestone release for the Spring Data release train named Babbage. It includes the following modules:
- Spring Data Commons 1.6 M1 - Changelog
- Spring Data JPA 1.4 M1 - Changelog
- Spring Data MongoDB 1.3 M1 - Changelog
- Spring Data Neo4j 2.3 M1 - Changelog
The first milestone includes quite a few new features as well as all the bug fixes already released in the service release for Arora.
A quick tour through the release
Most of the changes of this release have made it into Spring Data Commons to build a solid foundation for the next generation of Spring Data projects and make sure that foundation matures fastly. The other modules released in this train station have been adapted to these changes and thus benefit from them as well.
We've upgraded to Querydsl 3.x APIs to accomodate the changes introduced in their major release. The repositories abstraction has added support for ordering ignoring case as well as count…By…(…)
projection for derived queries…