Skip to content

Commit 5d0cd54

Browse files
committed
DATACMNS-1185 - Updated changelog.
1 parent 48db42c commit 5d0cd54

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/main/resources/changelog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 2.0.1.RELEASE (2017-10-27)
5+
---------------------------------------------
6+
* DATACMNS-1201 - ClassGeneratingPropertyAccessorFactory.isTypeInjectable(…) fails with NPE for entities in default packages.
7+
* DATACMNS-1200 - Absent parameters cause NPE in ClassGeneratingEntityInstantiator.
8+
* DATACMNS-1197 - Adding kotlin property to (extension) interface yields IllegalArgumentException on invocation.
9+
* DATACMNS-1196 - Failing generic type resolution of generic types within nested generic fields.
10+
* DATACMNS-1193 - Typo in documentation and JavaDoc of PageableDefaults.
11+
* DATACMNS-1191 - Avoid unnecessary conversion invocation after Optional unwrapping.
12+
* DATACMNS-1190 - Add documentation section about ways to enforce nullability constraints in repositories.
13+
* DATACMNS-1188 - Reflect CrudRepository naming and API changes in reference documentation.
14+
* DATACMNS-1187 - Broken links in query-by-example sections in reference documentation.
15+
* DATACMNS-1185 - Release 2.0.1 (Kay SR1).
16+
* DATACMNS-901 - Potential deadlock in AbstractMappingContext when creating bean while application event is being fired.
17+
18+
419
Changes in version 1.13.8.RELEASE (2017-10-11)
520
----------------------------------------------
621
* DATACMNS-1193 - Typo in documentation and JavaDoc of PageableDefaults.

0 commit comments

Comments
 (0)