From fbf9ed37abd1f37d9f2ab7c0e71c5d142078d46f Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 12:04:17 +0200 Subject: [PATCH] DATACMNS-1321 - Updated changelog. --- src/main/resources/changelog.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index adaa37765..d4c7f8c1a 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,28 @@ Spring Data Commons Changelog ============================= +Changes in version 2.1.0.RC1 (2018-07-26) +----------------------------------------- +* DATACMNS-1357 - Use shared DefaultConversionService in ProxyProjectionFactory and ResultProcessor. +* DATACMNS-1354 - Allow overriding the fallback IsNewStrategy for a BasicPersistentEntity. +* DATACMNS-1345 - Nullpointer Exception for optional mappingContext in the RepositoryFactoryBeanSupport. +* DATACMNS-1342 - TypeInformation.isCollectionLike() does not consider Streamable. +* DATACMNS-1341 - Detect JDK proxy target class in ProxyUtils. +* DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes. +* DATACMNS-1336 - Warning logs for JodaTime converters. +* DATACMNS-1333 - Unify is-new-detection for entities in mapping package. +* DATACMNS-1328 - DefaultRepositoryInvokerFactory throws ConcurrentModificationException with Java9. +* DATACMNS-1327 - int overflow in AbstractPageRequest#getOffset(). +* DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy does not consider primitive defaults new. +* DATACMNS-1325 - Add IdentifierAccessor for Persistable. +* DATACMNS-1324 - Add extensible proxy detection infrastructure. +* DATACMNS-1322 - Add support for immutable objects in PersistentPropertyAccessor. +* DATACMNS-1321 - Release 2.1 RC1 (Lovelace). +* DATACMNS-1318 - Support for primitive aggregate references. +* DATACMNS-1304 - PropertyPath is created wrong for property with uppercase letters at the end. +* DATACMNS-983 - Support for Vavr's Try as query method return value. + + Changes in version 2.0.8.RELEASE (2018-06-13) --------------------------------------------- * DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes.