From cc6b298af6f271dbc7ac092a1f33bfe12fc9672c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 1 Jul 2015 00:12:07 +0200 Subject: [PATCH] DATACMNS-724 - Updated changelog. --- src/main/resources/changelog.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4fa9b856f..334217af9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,38 @@ Spring Data Commons Changelog ============================= +Changes in version 1.9.3.RELEASE (2015-07-01) +--------------------------------------------- +* DATACMNS-724 - Release 1.9.3 (Evans). +* DATACMNS-719 - Version fails to parse input string with non-numerical suffix. +* DATACMNS-717 - AnnotatedTypeScanner does not use context classloader for loading found types. +* DATACMNS-716 - QueryMethod type not detected correctly when wrapper types are used with collections. +* DATACMNS-715 - @Transactional customizations not applied correctly on redeclared methods. +* DATACMNS-713 - PageImpl should adapt the total for last pages if it doesn't match the content. +* DATACMNS-707 - Fix JavaDoc in CrudRepository. +* DATACMNS-697 - Field-local generics information not honored. +* DATACMNS-696 - Enable Slack notifications for Travis build. +* DATACMNS-695 - Potential NullPointerException in AbstractMappingContext. +* DATACMNS-694 - Remove relative paths to parent POM. +* DATACMNS-693 - Change property reflection mechanisms from java.beans.Introspector to spring specific BeanUtils. +* DATACMNS-692 - IllegalArgumentExceptions in PageableHandlerMethodArgumentResolver with one-based index parameters. +* DATACMNS-691 - Remove Travis build profile for Spring 4.0.next. +* DATACMNS-689 - Improve reference documentation on web pagination. +* DATACMNS-687 - Add section on dependency management for Spring Data modules and Spring Framework to the reference documentation. +* DATACMNS-682 - Abrupt documentation line ending. +* DATACMNS-681 - Take care of compiler warnings. +* DATACMNS-679 - Clean up Sonargraph architecture description. +* DATACMNS-677 - Cache annotation absence in AnnotationBasedPersistentProperty when there is no field for property. +* DATACMNS-674 - Typo in reference documentation. +* DATACMNS-649 - Incorrect reference docs on extending all repositories causes failures in lookup of default transaction metadata. +* DATACMNS-648 - o.s.d.r.q.Parameters prevents custom classloader from being garbage collected. +* DATACMNS-646 - Enable build for Spring 4.2 profile. +* DATACMNS-645 - Typo in reference documentation. +* DATACMNS-642 - Performance improvement - BeanWrapper.setProperty should not lock when unnecessary. +* DATACMNS-640 - Possible NullPointerException on PageableHandlerMethodArgumentResolver when fallbackPageable is null. +* DATACMNS-569 - Fix documentation on underscores in property references of derived query methods. + + Changes in version 1.10.1.RELEASE (2015-06-30) ---------------------------------------------- * DATACMNS-725 - Release 1.10.1 (Fowler).