Skip to content

Commit 0653107

Browse files
DATACMNS-1445 - Updated changelog.
1 parent 4b55b90 commit 0653107

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Spring Data Commons Changelog
22
=============================
33

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+
433
Changes in version 2.1.5.RELEASE (2019-02-13)
534
---------------------------------------------
635
* DATACMNS-1479 - Fix usage of PageRequest in reference documentation.

0 commit comments

Comments
 (0)