Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI'm pleased to announce the availability of the first and final release candidate of the Spring Data release train named Fowler. The release ships 149 tickets fixed. Here are some of the highlights:
Stream
as return type in JPA and MongoDB.@Score
annotation for Solr.A curated change log can be found in the wiki while the full list can be viewed in JIRA.
Here are the participating modules:
The easiest way to upgrade to the release candidate is by adding the Spring Milestone repository at https://repo.spring.io/libs-milestone. Using Spring Boot you can then simply set the spring-data-releasetrain.version
to Fowler-RC1
. For non-Boot projects, simply add this snippet to the <dependencyManagement />
section of your Maven pom.xml
:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Fowler-RC1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Get in touch via Twitter, StackOverflow or JIRA - We're looking forward to your feedback!