We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6169b commit f9a4b88Copy full SHA for f9a4b88
src/main/resources/changelog.txt
@@ -1,6 +1,15 @@
1
Spring Data JDBC Changelog
2
=========================
3
4
+Changes in version 2.2.0-M5 (2021-03-17)
5
+----------------------------------------
6
+* #939 - Don't retrieve generated keys on INSERT if primary key is defined.
7
+* #938 - Move to Spring Data Commons' association abstraction.
8
+* #937 - JdbcCustomConversion does not reject non-Date related default converters anymore.
9
+* #933 - Generated keys are retrieved even if the primary key value is defined.
10
+* #929 - Add Query by Example support.
11
+
12
13
Changes in version 2.1.6 (2021-03-17)
14
-------------------------------------
15
@@ -736,5 +745,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
736
745
737
746
738
747
748
739
749
740
750
0 commit comments