|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.1.0.RC1 (2018-07-26) |
| 5 | +----------------------------------------- |
| 6 | +* DATACMNS-1357 - Use shared DefaultConversionService in ProxyProjectionFactory and ResultProcessor. |
| 7 | +* DATACMNS-1354 - Allow overriding the fallback IsNewStrategy for a BasicPersistentEntity. |
| 8 | +* DATACMNS-1345 - Nullpointer Exception for optional mappingContext in the RepositoryFactoryBeanSupport. |
| 9 | +* DATACMNS-1342 - TypeInformation.isCollectionLike() does not consider Streamable. |
| 10 | +* DATACMNS-1341 - Detect JDK proxy target class in ProxyUtils. |
| 11 | +* DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes. |
| 12 | +* DATACMNS-1336 - Warning logs for JodaTime converters. |
| 13 | +* DATACMNS-1333 - Unify is-new-detection for entities in mapping package. |
| 14 | +* DATACMNS-1328 - DefaultRepositoryInvokerFactory throws ConcurrentModificationException with Java9. |
| 15 | +* DATACMNS-1327 - int overflow in AbstractPageRequest#getOffset(). |
| 16 | +* DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy does not consider primitive defaults new. |
| 17 | +* DATACMNS-1325 - Add IdentifierAccessor for Persistable. |
| 18 | +* DATACMNS-1324 - Add extensible proxy detection infrastructure. |
| 19 | +* DATACMNS-1322 - Add support for immutable objects in PersistentPropertyAccessor. |
| 20 | +* DATACMNS-1321 - Release 2.1 RC1 (Lovelace). |
| 21 | +* DATACMNS-1318 - Support for primitive aggregate references. |
| 22 | +* DATACMNS-1304 - PropertyPath is created wrong for property with uppercase letters at the end. |
| 23 | +* DATACMNS-983 - Support for Vavr's Try as query method return value. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 2.0.8.RELEASE (2018-06-13)
|
5 | 27 | ---------------------------------------------
|
6 | 28 | * DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes.
|
|
0 commit comments