Spring Data Release Train Ingalls Goes GA
On behalf of the Spring Data team I'd like to announce the general availability of our Ingalls release train. After nine months of development, this release not only contains a huge set of new features, improvements and bug fixes, it also marks the conclusion of a branch of Spring Data that has helped developers dealing with persistence for more than 5 years --- even 8, if you count in some module's predecessors.
The release ships more than 630 tickets fixed in total. Here's a very truncated list of the most important features shipping with the release:
- Upgrade to Spring 4.3 as Spring Framework baseline.
- Add Spring Data LDAP (the Spring Data related bits of Spring LDAP) to the release train.
- Elevate Spring Data for Apache Cassandra to a Core module, give it a complete overhaul and upgrade it to Cassandra 3. User defined types, support for Java 8
Stream
andOptional
etc. - Performance improvements in object-to-store mapping by avoiding reflection in favor of ASM generated code using method handles.
- More aggregation framework for MongoDB.
- Improved stream execution verification in JPA (reports a missing surrounding transaction).
- …