DATACMNS-378 - Prepare 1.6.2.RELEASE.

Updated changelog, notice and readme.
This commit is contained in:
Oliver Gierke
2013-10-25 14:04:27 +02:00
parent 7433b0e070
commit f1709c3ab2
3 changed files with 17 additions and 3 deletions

View File

@@ -1,6 +1,20 @@
Spring Data Commons Changelog
=============================
Changes in version 1.6.2.RELEASE (2013-10-25)
---------------------------------------------
** Bug
* [DATACMNS-374] - NPE is thrown when populating the repository
* [DATACMNS-376] - Repositories cannot deal with CGLib proxied classes
* [DATACMNS-385] - DefaultRepositoryInformation#getTargetClassMethod matches wrong save-Method if Entity implements Iterable
** Improvement
* [DATACMNS-368] - Add test to PartTree for property that contain keyword sequences.
* [DATACMNS-382] - Remove copy of AnnotationTypeFilter in RepositoryComponentProvider and reuse version from Spring Core.
** Task
* [DATACMNS-378] - Release 1.6.2
Changes in version 1.6.1.RELEASE (2013-09-09)
---------------------------------------------
** Bug

View File

@@ -1,4 +1,4 @@
Spring Data Commons 1.6.1
Spring Data Commons 1.6.2
Copyright (c) [2010-2013] Pivotal, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").

View File

@@ -1,5 +1,5 @@
SPRING DATA Commons 1.6.1 (Sep 9th 2013)
-------------------------------------------------
SPRING DATA Commons 1.6.2 (Oct 25th 2013)
-----------------------------------------
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).