Browse Source

DATACMNS-913 - Updated changelog.

pull/347/head
Oliver Gierke 9 years ago
parent
commit
f237cf1526
  1. 26
      src/main/resources/changelog.txt

26
src/main/resources/changelog.txt

@ -1,6 +1,32 @@ @@ -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.

Loading…
Cancel
Save