DATACMNS-443 - Prepare 1.7.0.RELEASE.
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.0.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -201,8 +201,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>http://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>http://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,6 +1,45 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 1.7.0.RELEASE (2014-02-24)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
* [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
|
||||
* [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
|
||||
* [DATACMNS-441] - Analyzing @Query annotated bridge methods lead to NPEs during QueryMethod processing in Java 8
|
||||
* [DATACMNS-442] - ID type not detected for intermediate repository interface
|
||||
|
||||
** Improvement
|
||||
* [DATACMNS-433] - Add IsLike and IsNotLike
|
||||
* [DATACMNS-434] - Update spring-data-parent's slf4j dependencies to version 1.7.5
|
||||
* [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
|
||||
* [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
|
||||
* [DATACMNS-446] - Add toString() methods to ClassTypeInformation
|
||||
|
||||
** Task
|
||||
* [DATACMNS-443] - Release 1.7 GA.
|
||||
* [DATACMNS-444] - DefaultPersistentPropertyPath should drop null path segments in toDotPath(…)
|
||||
* [DATACMNS-445] - Documentation overhaul
|
||||
|
||||
Changes in version 1.6.4.RELEASE (2014-02-17)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
* [DATACMNS-407] - Incorrect prev and next links when using paging and sorting
|
||||
* [DATACMNS-412] - Exception ' java.lang.IllegalArgumentException: Not an managed type' upon a tomcat context reload
|
||||
* [DATACMNS-429] - PageRequest constructor documentation parameter order incorrect.
|
||||
* [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
|
||||
* [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
|
||||
|
||||
** Improvement
|
||||
* [DATACMNS-433] - Add IsLike and IsNotLike
|
||||
* [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
|
||||
* [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
|
||||
|
||||
** Task
|
||||
* [DATACMNS-417] - Add contribution guidelines
|
||||
* [DATACMNS-422] - Mitigate semantic changes in Spring 4.0's GenericTypeResolver
|
||||
* [DATACMNS-438] - Release 1.6.4
|
||||
|
||||
Changes in version 1.7.0.RC1 (2014-01-29)
|
||||
-----------------------------------------
|
||||
** Bug
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Spring Data Commons 1.7.0 RC1
|
||||
Copyright (c) [2010-2013] SpringSource, a division of Pivotal, Inc.
|
||||
Spring Data Commons 1.7.0 GA
|
||||
Copyright (c) [2010-2014] Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||
You may not use this product except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SPRING DATA Commons 1.7.0 M1 (Nov 19th 2013)
|
||||
-------------------------------------------------
|
||||
Spring Data Commons 1.7.0 GA (Feb 24th, 2014)
|
||||
---------------------------------------------
|
||||
|
||||
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user