Spring Data Release Train Gosling Goes GA
The Spring Data examples have already been upgraded to the new version. Find a more detailed list of what has change in this train in our wiki. Spring Data ninja Christoph Strobl has a blog post covering some of the introduced features in more depth.
To upgrade to the new release train use the BOM we ship as described in our examples repository and configure its version to Gosling-RELEASE
. If you're using Spring Boot, upgrading to the release train is as easy as setting the Maven property spring-data-releasetrain.version
to that version. Note, that to use Spring Data REST with Boot 1.2, you also need to upgrade to Spring HATEOAS 0.19.0.RELEASE (by setting the spring-hateoas.version
property) and Jackson 2.5 or better (current 2.6.1 preferred, via the jackson.version
property).
Read full article from Spring Data Release Train Gosling Goes GA
No comments:
Post a Comment