From 13729964b9bd6088788ad271749ff2b99d6f4f77 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Wed, 11 Dec 2013 13:38:13 +0100 Subject: [PATCH] DATACMNS-409 - Prepare Release 1.6.3. Updated changelog, notice and readme. --- src/main/resources/changelog.txt | 52 ++++++++++++++++++++++++++++++++ src/main/resources/notice.txt | 2 +- src/main/resources/readme.txt | 2 +- 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 6a2c5870f..6cd3c915e 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,58 @@ Spring Data Commons Changelog ============================= +Changes in version 1.6.3.RELEASE (2013-12-11) +--------------------------------------------- +** Bug + * [DATACMNS-366] - PageableArgumentResolver does not support list of properties to sort on + * [DATACMNS-377] - All elements are returned if pageSize = 0 + * [DATACMNS-379] - SortHanderMethodArgumentResolver fails to resolve comma-only sort parameter + * [DATACMNS-387] - Potential NullPointerExceptions in PartTree area + * [DATACMNS-390] - ConcurrentModificationException in MappingContextTypeInformationMapper.resolveTypeFrom + * [DATACMNS-393] - Improve CRUD Method detection in DefaultCrudMethods + * [DATACMNS-408] - Guard against invalid values when resolving pagination and sorting parameters from web requests + +** Improvement + * [DATACMNS-388] - Improve generics declaration in HateoasAwareSpringDataWebConfiguration + * [DATACMNS-406] - Tighten contract for RepositoryMetadata implementations + +** Task + * [DATACMNS-395] - RepositoryFactorySupport should cache RepositoryInformation instances + * [DATACMNS-409] - Release 1.6.3 + +Changes in version 1.7.0.M1 (2013-11-19) +--------------------------------------------- +** Bug + * [DATACMNS-363] - Unicode characters not supported in property reference expressions + * [DATACMNS-374] - NPE is thrown when populating the repository + * [DATACMNS-376] - Repositories cannot deal with CGLib proxied classes + * [DATACMNS-377] - All elements are returned if pageSize = 0 + * [DATACMNS-385] - DefaultRepositoryInformation#getTargetClassMethod matches wrong save-Method if Entity implements Iterable + * [DATACMNS-387] - Potential NullPointerExceptions in PartTree area + * [DATACMNS-390] - ConcurrentModificationException in MappingContextTypeInformationMapper.resolveTypeFrom + * [DATACMNS-393] - Improve CRUD Method detection in DefaultCrudMethods + +** Improvement + * [DATACMNS-90] - Allow Repository namespace handler to be configured to scan for inner class repositories + * [DATACMNS-243] - Pull up property access improvement from MongoPersistentProperty + * [DATACMNS-368] - Add test to PartTree for property that contain keyword sequences. + * [DATACMNS-381] - Improve exception messages in PropertyReferenceException + * [DATACMNS-382] - Remove copy of AnnotationTypeFilter in RepositoryComponentProvider and reuse version from Spring Core. + * [DATACMNS-386] - Upgrade to Spring 3.2.x baseline + * [DATACMNS-388] - Improve generics declaration in HateoasAwareSpringDataWebConfiguration + * [DATACMNS-392] - Allow dedicated control over over instantiation time of repositories + * [DATACMNS-400] - Expose findAnnotation(…) on persistent property + * [DATACMNS-401] - Some cleanups regarding generics and deprecation warnings + +** New Feature + * DATACMNS-364] - Add ability to override repository CRUD methods using explicit query declarations. + * DATACMNS-384] - Introduce Version value object + * DATACMNS-389] - Add support to configure Auditing via JavaConfig. + +** Task + * [DATACMNS-391] - Ensure compatibility with Spring Framework 4.0 + * [DATACMNS-395] - RepositoryFactorySupport should cache RepositoryInformation instances + Changes in version 1.6.2.RELEASE (2013-10-25) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 4c7cbf518..4236961de 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.6.2 +Spring Data Commons 1.6.3 Copyright (c) [2010-2013] Pivotal, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 27249bb2c..d57d3c287 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA Commons 1.6.2 (Oct 25th 2013) +SPRING DATA Commons 1.6.3 (Dec 11th 2013) ----------------------------------------- Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).