Spring Data Release Train Babbage - SR3 Released

Releases | Oliver Drotbohm | February 17, 2014 | ...

I 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.

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all