From c3e04eefea4cc9a93a1427bd3b811e82d153b345 Mon Sep 17 00:00:00 2001 From: Thomas Risberg Date: Fri, 21 Oct 2011 16:16:15 -0400 Subject: [PATCH] prepared for Spring Data Commons 1.2.0.M2 release --- pom.xml | 2 +- spring-data-commons-core/pom.xml | 2 +- spring-data-commons-parent/pom.xml | 2 +- src/main/resources/changelog.txt | 27 +++++++++++++++++++++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 102420e0d9..4bf8161059 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-commons-dist Spring Data Commons Distribution - 1.2.0.BUILD-SNAPSHOT + 1.2.0.M2 pom diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 83adecb628..8ae1170818 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -4,7 +4,7 @@ org.springframework.data spring-data-commons-parent - 1.2.0.BUILD-SNAPSHOT + 1.2.0.M2 ../spring-data-commons-parent/pom.xml spring-data-commons-core diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 3766b1213a..7195758ec8 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -6,7 +6,7 @@ spring-data-commons-parent Spring Data Commons Parent http://www.springsource.org/spring-data - 1.2.0.BUILD-SNAPSHOT + 1.2.0.M2 pom UTF-8 diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index df7098c0eb..0318ffb2c9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,33 @@ Spring Data Commons Changelog ============================================= +Changes in version 1.2.0.M2 (2011-10-21) +---------------------------------------- + +** Bug + * [DATACMNS-81] - RepositoryInterfaceAwareBeanPostProcessor potentially suffers from NullPointerException + +** Improvement + * [DATACMNS-79] - Treat empty strings as null for username and password for UserCredentials + * [DATACMNS-82] - Increase performance by defaulting PlatformTransactionManager bean name + * [DATACMNS-83] - RepositoryInterfaceAwareBeanPostProcessor should log not being able to load the repo interface + * [DATACMNS-84] - Improve access to property paths + * [DATACMNS-85] - Extend PersistentPropertyPath + * [DATACMNS-87] - AbstractMappingContext.getPropertyPath(...) must not access the leaf property's PersistentEntity + +** New Feature + * [DATACMNS-76] - Extract core converter infrastructure from MongoDB module + * [DATACMNS-78] - Add LessThanEquals and GreaterThanEquals as supported query keywords + +** Refactoring + * [DATACMNS-73] - Create dedicated crossstore package + * [DATACMNS-75] - Consolidate entity instantiation strategies + * [DATACMNS-86] - Remove o.s.d.transaction package, move ChangeSetBackedTransactionSynchronization to o.s.d.persistence + +** Task + * [DATACMNS-80] - Upgrade to Spring 3.0.6 + + Changes in version 1.2.0.M1 (2011-09-01) ----------------------------------------