File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data Commons Changelog
2
2
=============================
3
3
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
+
4
19
Changes in version 1.13.8.RELEASE (2017-10-11)
5
20
----------------------------------------------
6
21
* DATACMNS-1193 - Typo in documentation and JavaDoc of PageableDefaults.
You can’t perform that action at this time.
0 commit comments