Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI am happy to announce the availability of the third service release of the Spring Data Babbage release train. The release includes the following modules:
The release bundles a bunch of important enhancements and bug fixes and is a recommended upgrade. You can find all issues fixed in this release in our JIRA.
An important addition to the release is the release train BOM that allows you to easily upgrade to the service release by including the following dependency into your project:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework-data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Babbage-SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
This additional dependency will allow you to skip the declarations of the Spring Data module dependency declarations and makes sure you use compatible versions of all Spring Data modules.
In case you want to learn more about Spring Data repositories, be sure to register for our webinar tomorrow.
The next step will be the final release of the Codd release train scheduled for mid next week. More details about that here.