You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/changelog.txt
+14
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
Spring Data JDBC Changelog
2
2
=========================
3
3
4
+
Changes in version 2.0.1.RELEASE (2020-06-10)
5
+
---------------------------------------------
6
+
* DATAJDBC-560 - QueryMapper fails when using Criteria.from(…) with two or more criteria.
7
+
* DATAJDBC-555 - Document supported databases.
8
+
* DATAJDBC-547 - "PSQLException: ERROR: FOR UPDATE must specify unqualified relation names" when calling deleteById for an aggregate with references to other tables.
9
+
* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor.
10
+
* DATAJDBC-545 - withId seems to be mandatory even the documentation states it should be optional.
11
+
* DATAJDBC-542 - Version 2.0 broke MyBatis support.
12
+
* DATAJDBC-540 - Release 2.0.1 (Neumann SR1).
13
+
* DATAJDBC-539 - CriteriaFactory double-wraps collection values for IN queries.
14
+
* DATAJDBC-412 - Custom value type can't be used as Id.
15
+
16
+
4
17
Changes in version 1.1.8.RELEASE (2020-06-10)
5
18
---------------------------------------------
6
19
* DATAJDBC-546 - Skip property population if entity can be constructed entirely using a full constructor.
@@ -481,3 +494,4 @@ Changes in version 1.0.0.M1 (2018-02-06)
0 commit comments