Skip to content

Commit 102a73b

Browse files
committed
DATACMNS-488 - Prepare 1.7.2.RELEASE (Codd SR2).
Upgraded to Spring Data Build 1.3.2.RELEASE, switched to release repository and updated changelog, notice and readme.
1 parent 3982e80 commit 102a73b

File tree

4 files changed

+61
-7
lines changed

4 files changed

+61
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.3.2.BUILD-SNAPSHOT</version>
15+
<version>1.3.2.RELEASE</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -208,8 +208,8 @@
208208

209209
<repositories>
210210
<repository>
211-
<id>spring-libs-snapshot</id>
212-
<url>http://repo.spring.io/libs-snapshot</url>
211+
<id>spring-libs-release</id>
212+
<url>http://repo.spring.io/libs-release</url>
213213
</repository>
214214
</repositories>
215215

src/main/resources/changelog.txt

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 1.7.2.RELEASE (2014-04-15)
5+
---------------------------------------------
6+
** Bug
7+
* [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
8+
* [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
9+
* [DATACMNS-485] - Detected mapping ambiguity when using @TypeAlias on a class with generics type
10+
11+
** Improvement
12+
* [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
13+
* [DATACMNS-484] - Invalid grammar in exception message in RepositoryFactorySupport
14+
15+
** Task
16+
* [DATACMNS-488] - Release 1.7.2
17+
18+
Changes in version 1.8.0.M1 (2014-03-30)
19+
----------------------------------------
20+
** Bug
21+
* [DATACMNS-447] - AbstractMappingContext.getPersistentEntity: Order of strict checking and shouldCreatePersistentEntity is wrong
22+
* [DATACMNS-453] - NullPointerException at listing non-CRUD repositories in RepositoryMetadata.isPageableRepository()
23+
* [DATACMNS-460] - Repositories do not support array return type.
24+
* [DATACMNS-462] - AbstractPersistentProperties prevents collection and map properties from being fully initialized upfront
25+
* [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
26+
* [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
27+
28+
** Improvement
29+
* [DATACMNS-138] - Document the lazy-init behavior of the AuditorAware (in the javadoc of the class as well as in the reference)
30+
* [DATACMNS-243] - Pull up property access improvement from MongoPersistentProperty
31+
* [DATACMNS-365] - @LastModifiedBy and @LastModifiedDate don't work on setters
32+
* [DATACMNS-437] - Move GeoLocation object to Spring Data Commons.
33+
* [DATACMNS-451] - Add custom CollectionFactory to customize collection and map instance creation.
34+
* [DATACMNS-456] - RepositoryConfigurationSource should expose method to lookup String attributes
35+
* [DATACMNS-457] - MappingContext should expose managed types and whether it has a PersistentEntity for a type
36+
* [DATACMNS-458] - Introduce PersistentEntities value object
37+
* [DATACMNS-461] - Cleanups in auditing configuration support
38+
* [DATACMNS-466] - Detect invalid Spring version earlier
39+
* [DATACMNS-468] - Remove obsolete generics for BeanWrapper
40+
* [DATACMNS-475] - Add Jackson module to deserialize new geo types
41+
* [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
42+
* [DATACMNS-480] - Add EntityInformation implementaiton based on PersistentEntity
43+
* [DATACMNS-482] - Geospatial Types should be serializable
44+
45+
** New Feature
46+
* [DATACMNS-397] - Add support for pagination, without the need of a count query
47+
* [DATACMNS-448] - Add support for 'remove', 'delete' keyword in order to be able to trigger store specific delete by queries.
48+
* [DATACMNS-452] - Move types from store modules into Spring Data Commons
49+
* [DATACMNS-474] - Allow conversion of Distance in other Metrics
50+
51+
** Task
52+
* [DATACMNS-450] - Release 1.8 M1
53+
* [DATACMNS-464] - AbstractFallbackTransactionAttributeSource should consider repository target method transaction settings as fallback
54+
* [DATACMNS-465] - Clean up template.mf
55+
* [DATACMNS-470] - Remove code deprecated in 1.6
56+
* [DATACMNS-471] - Add unit tests for PagedResourcesAssembler setup via XML
57+
458
Changes in version 1.7.1.RELEASE (2014-03-13)
559
---------------------------------------------
660
** Bug

src/main/resources/notice.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Spring Data Commons 1.7.1 GA
1+
Spring Data Commons 1.7.2 GA
22
Copyright (c) [2010-2014] Pivotal Software, Inc.
33

4-
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5-
You may not use this product except in compliance with the License.
4+
This product is licensed to you under the Apache License, Version 2.0 (the "License").
5+
You may not use this product except in compliance with the License.
66

77
This product may include a number of subcomponents with
88
separate copyright notices and license terms. Your use of the source

src/main/resources/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 1.7.1 GA (March 13th, 2014)
1+
Spring Data Commons 1.7.2 GA (Apr 15th, 2014)
22
---------------------------------------------
33

44
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).

0 commit comments

Comments
 (0)