Dear Spring Community, I'd like to announce the availability of the GA release of Spring Data 1.1.0. The overall release comes with 72 bugs fixed, improvements and new features. Here are the most important ones: The release binaries are available via our Artifactory instance at http://repo.springsource.org and will be available in Maven Central in a bit as well. Download | JavaDocs | Reference documentation (HTML) | Reference documentation (PDF) | Changelog
I'd like to announce the availability of Spring Data MongoDB 1.1.0 M1. This is the first milestone of the 1.1.0 branch and comes with a hand full of new features: Downloads | JavaDocs | Reference Documentation | Changelog The release is available from our Maven repository. To learn more about the project, visit the Spring Data MongoDB Page. Looking forward to your feedback on the forum or in the issue tracker.
On the way to Spring IO conference I'd like to announce the availability of Spring Data MongoDB 1.0.1. It's mainly a bug fix release covering a few glitches found in the first major release. We've fixed some issues in entity mapping, query execution and added a converter for UUIDs out of the box. Downloads | JavaDocs | Reference Documentation | Changelog The release is available from our Maven repository and from Maven Central as well. To learn more about the project, visit the Spring Data MongoDB Page. Looking forward to your feedback on the forum or in the issue tracker.
Dear Spring Community, I am happy to announce the release of Spring Data JPA 1.1.0 RC1 as well as 1.0.3 GA. The release candidate includes a ton of new features and a variety of bug fixes. Here's a brief list of the most important ones: The CDI integration was contributed by Dirk Mahler of Buschmais to a large degree. For a full list of changes see the changelog. Quite a few of the bugs fixed were back ported so we definitely recommend to upgrade to 1.0.3 as well as playing with the release candidate to help improving the final release. The 1.0.3 GA release can be obtained from Maven central…
Dear Spring Community, to go on with SpringSource Christmas presents I'd like to announce the availability of Spring Data Mongo 1.0 GA. The release marks the end of a long road to the first step of developing sophisticated data access using a MongoDB datastore. The overall feature set includes: Part of that release is the release of Spring Data Commons 1.2 GA which contains most of the core functionality of the high-level functionality such as entity mapping and repository abstraction. Note that we will remove the Spring Data Document repository from GitHub as we moved it to the Spring Data…
Dear Spring Community, I'd like to announce the release of Spring Data JPA 1.0.2.RELEASE. The release includes the following improvements and fixes: Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Data JPA Page. Looking forward to your feedback on the forum or in the issue tracker.
Dear Spring Community, On the heels of the Spring Data MongoDB 1.0.0.M4 release I'd like to announce the availability of Spring Data JPA 1.0.1 and 1.1.0.M1. The point release contains a variety of bugfixes listed in the changelog. The first milestone of the 1.1 train contains these bug fixes as well of course, adds IgnoreCase as keyword for the query parser and allows users to use that version alongside Spring Data MongoDB 1.0.0.M4 as they both refer to the same version of Spring Data Commons. Beyond that we ship a ton of bug fixes and improvements mostly around the mapping subsystem and…
Dear Spring Community, I am pleased to announce the availability of Spring Data MongoDB 1.0.0 M4. Here are the most important features added: Beyond that we ship a ton of bug fixes and improvements mostly around the mapping subsystem and performance. For a detailed list of tickets fixed have a look at the changelog. Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Data MongoDB Page. Looking forward to your feedback on the forum or in the issue tracker.
It's only been a few days only since we've released Spring Data JPA 1.0 GA which is the first major version of a Spring Data project shipping with an implementation of the repository abstraction inside our Spring Data Commons module. The repository abstraction consists of three major parts: defining a repository interface, exposing CRUD methods and adding query methods. Adding query methods was discussed in detail in the first Spring Data JPA blog post. But defining a repository interface and exposing CRUD methods triggered quite some questions in earlier blog posts. That's why will have a…
The release will also be available in Maven Central as well. Download | JavaDocs | Reference documentation (HTML) | Reference documentation (PDF) | Changelog