From f237cf1526ba2a25ccd224553300f22b8ef897c2 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 Sep 2016 15:28:57 +0200 Subject: [PATCH] DATACMNS-913 - Updated changelog. --- src/main/resources/changelog.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f4a37c212..78747abc2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,32 @@ Spring Data Commons Changelog ============================= +Changes in version 1.11.5.RELEASE (2016-09-20) +---------------------------------------------- +* DATACMNS-913 - Release 1.11.5 (Gosling SR5). +* DATACMNS-912 - Unable to write custom implementation of CRUD method with generic parameters. +* DATACMNS-909 - Exclude decoratedClass from JSON links, created from Projection and received with Spring @RestController. +* DATACMNS-903 - Fix typo in reference documentation. +* DATACMNS-902 - Fix attribute name in example showing how to define a custom repository base class. +* DATACMNS-899 - ParameterizedTypeInformation.getMapValueType for non-map types causes StackOverflowError. +* DATACMNS-896 - ClassTypeInformation computes incorrect TypeVariable mappings for recursive generics. +* DATACMNS-892 - Expose repository interface via attribute on bean definition for repository factory beans. +* DATACMNS-866 - Provide more descriptive error message in BasicPersistentEntity.getPropertyAccessor(…). +* DATACMNS-863 - Query method Parameter should return element type for wrapper ones (e.g. Optional). +* DATACMNS-858 - JavaDoc of CrudMethods states wrong preferences of selected delete methods. +* DATACMNS-856 - DomainClassConverter throws erroneous exception in matches. +* DATACMNS-855 - Missing equals(…) and hashCode() in SyntheticParamterizedType are causing a memory leak. +* DATACMNS-854 - Custom implementation of repository fails when overriding methods containing generics. +* DATACMNS-844 - Remove LenientAssignableTypeFilter in RepositoryConfigurationDelegate. +* DATACMNS-843 - Raise log level of repositories that get dropped in strict configuration mode to INFO. +* DATACMNS-831 - AbstractMappingContext.getPersistentEntity sometimes returns an empty entity when called by multiple threads. +* DATACMNS-829 - Projecting a Map with a null value causes an exception. +* DATACMNS-826 - JavaDoc of GeoModule class broken. +* DATACMNS-812 - Confusing message generated by PageImpl.toString(). +* DATACMNS-743 - Optimisation CPU consumption. +* DATACMNS-685 - ConversionMatchAbbreviationException being thrown from ToEntityConverter.matches(…). + + Changes in version 1.12.3.RELEASE (2016-09-20) ---------------------------------------------- * DATACMNS-912 - Unable to write custom implementation of CRUD method with generic parameters.