Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreOn behalf of the Spring Data team, I’m pleased to announce the availability of the first milestone of the Moore release train.
Notable changes include:
CrudRepository.findByIdOrNull(…)
.Please find a high-level overview of what has been added in our release wiki.
If you’re using Spring Boot and want to give the milestone a try, upgrading to the release train is as easy as setting the Maven property spring-data-releasetrain.version
to Moore-M1
.
Just make sure to add the milestone repository to your Maven configuration:
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
As always, we're looking forward to your feedback! Don't hesitate and get in touch @SpringData.
Last but not least the laundry list: