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.
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.2.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.2.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -208,8 +208,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,60 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 1.7.2.RELEASE (2014-04-15)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
* [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
|
||||
* [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
|
||||
* [DATACMNS-485] - Detected mapping ambiguity when using @TypeAlias on a class with generics type
|
||||
|
||||
** Improvement
|
||||
* [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
|
||||
* [DATACMNS-484] - Invalid grammar in exception message in RepositoryFactorySupport
|
||||
|
||||
** Task
|
||||
* [DATACMNS-488] - Release 1.7.2
|
||||
|
||||
Changes in version 1.8.0.M1 (2014-03-30)
|
||||
----------------------------------------
|
||||
** Bug
|
||||
* [DATACMNS-447] - AbstractMappingContext.getPersistentEntity: Order of strict checking and shouldCreatePersistentEntity is wrong
|
||||
* [DATACMNS-453] - NullPointerException at listing non-CRUD repositories in RepositoryMetadata.isPageableRepository()
|
||||
* [DATACMNS-460] - Repositories do not support array return type.
|
||||
* [DATACMNS-462] - AbstractPersistentProperties prevents collection and map properties from being fully initialized upfront
|
||||
* [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified
|
||||
* [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types
|
||||
|
||||
** Improvement
|
||||
* [DATACMNS-138] - Document the lazy-init behavior of the AuditorAware (in the javadoc of the class as well as in the reference)
|
||||
* [DATACMNS-243] - Pull up property access improvement from MongoPersistentProperty
|
||||
* [DATACMNS-365] - @LastModifiedBy and @LastModifiedDate don't work on setters
|
||||
* [DATACMNS-437] - Move GeoLocation object to Spring Data Commons.
|
||||
* [DATACMNS-451] - Add custom CollectionFactory to customize collection and map instance creation.
|
||||
* [DATACMNS-456] - RepositoryConfigurationSource should expose method to lookup String attributes
|
||||
* [DATACMNS-457] - MappingContext should expose managed types and whether it has a PersistentEntity for a type
|
||||
* [DATACMNS-458] - Introduce PersistentEntities value object
|
||||
* [DATACMNS-461] - Cleanups in auditing configuration support
|
||||
* [DATACMNS-466] - Detect invalid Spring version earlier
|
||||
* [DATACMNS-468] - Remove obsolete generics for BeanWrapper
|
||||
* [DATACMNS-475] - Add Jackson module to deserialize new geo types
|
||||
* [DATACMNS-478] - Spring Data Commons should be buildable using Java 8
|
||||
* [DATACMNS-480] - Add EntityInformation implementaiton based on PersistentEntity
|
||||
* [DATACMNS-482] - Geospatial Types should be serializable
|
||||
|
||||
** New Feature
|
||||
* [DATACMNS-397] - Add support for pagination, without the need of a count query
|
||||
* [DATACMNS-448] - Add support for 'remove', 'delete' keyword in order to be able to trigger store specific delete by queries.
|
||||
* [DATACMNS-452] - Move types from store modules into Spring Data Commons
|
||||
* [DATACMNS-474] - Allow conversion of Distance in other Metrics
|
||||
|
||||
** Task
|
||||
* [DATACMNS-450] - Release 1.8 M1
|
||||
* [DATACMNS-464] - AbstractFallbackTransactionAttributeSource should consider repository target method transaction settings as fallback
|
||||
* [DATACMNS-465] - Clean up template.mf
|
||||
* [DATACMNS-470] - Remove code deprecated in 1.6
|
||||
* [DATACMNS-471] - Add unit tests for PagedResourcesAssembler setup via XML
|
||||
|
||||
Changes in version 1.7.1.RELEASE (2014-03-13)
|
||||
---------------------------------------------
|
||||
** Bug
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
Spring Data Commons 1.7.1 GA
|
||||
Spring Data Commons 1.7.2 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.
|
||||
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.
|
||||
|
||||
This product may include a number of subcomponents with
|
||||
separate copyright notices and license terms. Your use of the source
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Commons 1.7.1 GA (March 13th, 2014)
|
||||
Spring Data Commons 1.7.2 GA (Apr 15th, 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