|
1 | 1 | Spring Data Commons Changelog |
2 | 2 | ============================= |
3 | 3 |
|
| 4 | +Changes in version 2.2.0.M2 (2019-03-07) |
| 5 | +---------------------------------------- |
| 6 | +* DATACMNS-1492 - Upgrade to Spring HATEOAS 1.0 M1. |
| 7 | +* DATACMNS-1491 - Slice JavaDoc states Pageable constructor arg can be null, but it can't. |
| 8 | +* DATACMNS-1490 - Exclude Lombok generated code from code coverage calculation. |
| 9 | +* DATACMNS-1485 - Remove version for managed Kotlin dependencies. |
| 10 | +* DATACMNS-1484 - IterableToStreamableConverter converts to Streamable too aggressively. |
| 11 | +* DATACMNS-1483 - Migrate Kotlin tests to Mockk. |
| 12 | +* DATACMNS-1482 - Conversion don't seem to properly handle conversion of Lists. |
| 13 | +* DATACMNS-1479 - Fix usage of PageRequest in reference documentation. |
| 14 | +* DATACMNS-1476 - Add Slice.nextOrLastPageable() and ....previousOrFirstPageable(). |
| 15 | +* DATACMNS-1475 - Javadoc of Slice.nextPageable() and ….previousPageable() incorrect about nullability. |
| 16 | +* DATACMNS-1471 - Upgrade to Vavr 0.10. |
| 17 | +* DATACMNS-1470 - Upgrade to Spring HATEOAS 1.0.0 API. |
| 18 | +* DATACMNS-1462 - Introduce Concourse CI. |
| 19 | +* DATACMNS-1461 - Auditor attempts to set created date on null object. |
| 20 | +* DATACMNS-1460 - Upgrade to Vavr 0.9.3. |
| 21 | +* DATACMNS-1459 - Update copyright years to 2019. |
| 22 | +* DATACMNS-1456 - ConcurrentModificationException in ExtensionAwareEvaluationContextProvider. |
| 23 | +* DATACMNS-1455 - HateoasPageableHandlerMethodArgumentResolver doesn't handle Pageable.unpaged() correctly. |
| 24 | +* DATACMNS-1453 - Wrong assertion in AuditingBeanDefinitionRegistrarSupport. |
| 25 | +* DATACMNS-1451 - ClassGeneratingPropertyAccessorFactory considers only first 16 immutable Kotlin properties. |
| 26 | +* DATACMNS-1447 - Add Collector methods to Streamable. |
| 27 | +* DATACMNS-1445 - Release 2.2 M2 (Moore). |
| 28 | +* DATACMNS-1439 - DefaultImplementationLookupConfiguration class should use Introspector.decapitalize(…) to generate the bean name. |
| 29 | +* DATACMNS-1438 - Annotation based auditing fails for annotation properties underneath collection valued subpath. |
| 30 | +* DATACMNS-1081 - Add Querydsl support for reactive repositories. |
| 31 | + |
| 32 | + |
4 | 33 | Changes in version 2.1.5.RELEASE (2019-02-13) |
5 | 34 | --------------------------------------------- |
6 | 35 | * DATACMNS-1479 - Fix usage of PageRequest in reference documentation. |
|
0 commit comments