Spring Data Release Train Gosling Goes GA
On behalf of the Spring Data team I'd like to announce the general availability of the Spring Data release train Gosling. Over the last 6 months we've fixed 344 tickets in total, 56 of that after the latest release candidate.
- Upgraded Spring baseline to 4.1.
- Easier implementability of custom repository code (per repo, see the reference documentation) .
- Improved compatibility with Hibernate 5 (JPA module).
- SpEl support for
@Query
methods in MongoDB (see this example). - Support to create Querydsl
Predicates
from web requests (see the reference documentation). - A new Spring Data KeyValue module for
Map
-backed repositories using SpEL as query language. - Improved POST forms for the HAL browser in Spring Data REST.
- Support for internationalization of enum values and link titles in Spring Data REST. …