|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.2.0.M1 (2018-12-11) |
| 5 | +---------------------------------------- |
| 6 | +* DATACMNS-1444 - Add documentation section on Streamable and collection return types. |
| 7 | +* DATACMNS-1443 - QuerydslPredicateBuilder#isSingleElementCollectionWithoutText is too restrictive. |
| 8 | +* DATACMNS-1442 - Simplify reference documentation setup. |
| 9 | +* DATACMNS-1441 - Release 2.2 M1 (Moore). |
| 10 | +* DATACMNS-1440 - Add converters to create LocalDate(Time) and Instant instances from UTC formatted strings. |
| 11 | +* DATACMNS-1436 - Remove explicit installation of Oracle JDK from Travis build. |
| 12 | +* DATACMNS-1434 - Remove Javaslang support. |
| 13 | +* DATACMNS-1433 - Add Streamable.and(Iterable<? extends T>) and ….and(T...). |
| 14 | +* DATACMNS-1432 - Add Streamable.toList() and ….toSet() for convenience. |
| 15 | +* DATACMNS-1422 - ClassGeneratingPropertyAccessorFactory needs custom ClassLoader for defineClass(). |
| 16 | +* DATACMNS-1421 - Property sometimes unable to find wither. |
| 17 | +* DATACMNS-1419 - Introduce TypeInformation.isSubtypeOf(Class). |
| 18 | +* DATACMNS-1415 - ConcurrentModificationException in SpelAwareProxyProjectionFactory. |
| 19 | +* DATACMNS-1411 - Simplify TravisCI build definition. |
| 20 | +* DATACMNS-1403 - Fixed example source in reference documentation. |
| 21 | +* DATACMNS-1402 - Cannot instantiate Kotlin entity with 32 parameter constructor. |
| 22 | +* DATACMNS-1401 - Warning about illegal reflective access in Spring Data Commons / MongoDB. |
| 23 | +* DATACMNS-1400 - KotlinCopyMethod.findSyntheticCopyMethod(…) does not find default copy method with Kotlin 1.3. |
| 24 | +* DATACMNS-1399 - Incorrect Error message from RepositoryFragement at line 178. |
| 25 | +* DATACMNS-1396 - Locking overhead on Java 8 caused by ConcurrentHashMap.computeIfAbsent(…). |
| 26 | +* DATACMNS-1346 - Add a findByIdOrNull(…) Kotlin extension to CrudRepository. |
| 27 | + |
| 28 | + |
4 | 29 | Changes in version 2.1.3.RELEASE (2018-11-27)
|
5 | 30 | ---------------------------------------------
|
6 | 31 | * DATACMNS-1422 - ClassGeneratingPropertyAccessorFactory needs custom ClassLoader for defineClass().
|
|
0 commit comments