DATACMNS-1321 - Updated changelog.

This commit is contained in:
Mark Paluch
2018-07-26 12:04:17 +02:00
parent ea8cf8c629
commit fbf9ed37ab

View File

@@ -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.