File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data R2DBC Changelog
2
2
===========================
3
3
4
+ Changes in version 1.2.9 (2021-05-14)
5
+ -------------------------------------
6
+ * #597 - Upgrade to R2DBC Arabba SR10.
7
+ * #594 - Upgrade to MySQL 8.0 for testing.
8
+ * #593 - Saving Enum-typed Collection-like properties set to `null` are not translated to `String[]`.
9
+ * #587 - `PreparedOperationBindableQuery.bindNull(…)` calls `GenericExecuteSpec.bind(…)` instead of `bindNull(…)`.
10
+ * #585 - Custom converter for constructor creation no longer applied.
11
+
12
+
4
13
Changes in version 1.3.0 (2021-04-14)
5
14
-------------------------------------
6
15
* #579 - Include Entity-state detection documentation snipped from Commons.
@@ -504,5 +513,6 @@ Changes in version 1.0.0.M1 (2018-12-12)
504
513
505
514
506
515
516
+
507
517
508
518
You can’t perform that action at this time.
0 commit comments