File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-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.4.0-RC2 (2020-10-14)
5
+ -----------------------------------------
6
+ * DATACMNS-1807 - Code examples for Kotlin declared as Java.
7
+ * DATACMNS-1806 - Concurrency issue in Lazy.getNullable().
8
+ * DATACMNS-1802 - Add support for suspend repository query methods returning List<T>.
9
+ * DATACMNS-1798 - Release 2.4 RC2 (2020.0.0).
10
+ * DATACMNS-1762 - Allow Optional fields in projection.
11
+ * DATACMNS-1688 - Allow to register custom RepositoryProxyPostProcessors.
12
+ * DATACMNS-1637 - Add default stream() method to CloseableIterator.
13
+
14
+
4
15
Changes in version 2.4.0-RC1 (2020-09-16)
5
16
-----------------------------------------
6
17
* DATACMNS-1795 - Align checks in ReactiveWrappers with checks in ReactiveAdapterRegistry.
@@ -2880,5 +2891,6 @@ Repository
2880
2891
2881
2892
2882
2893
2894
+
2883
2895
2884
2896
You can’t perform that action at this time.
0 commit comments