Spring Data REST 1.0.0.RC3 Released
I'm pleased to announce the release of Spring Data REST 1.0.0.RC3! This release includes a significant number of bug fixes, changes to the structure of the JSON representation, better integration of user-defined Jackson Modules that are bootstrapped into the internal ObjectMapper, as well integration with Spring HATEOAS. Also included in this release is support for extending the resource representation (e.g. to add links to other, related resources) using the Spring HATEOAS ResourceProcessor abstraction.
New functionality includes:
- JSON output looks different in an effort to make property names consistent and structure clearer.
- Pulls in any Jackson Module beans discovered and integrates user configuration with internal ObjectMapper.
- Integration with Spring HATEOAS - Customize the outgoing JSON by adding or removing links or otherwise altering the resource.
Starter Web Application | Wiki | Release Notes
To learn more about the project, visit the Spring Data REST homepage, or visit the Github repository…