File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data JDBC Changelog
22=========================
33
4+ Changes in version 2.1.0-RC2 (2020-10-14)
5+ -----------------------------------------
6+ * DATAJDBC-614 - Query.with(Pageable) does not properly combine sorts.
7+ * DATAJDBC-610 - Small documentation fix.
8+ * DATAJDBC-606 - Adopt to changes in Spring Data Commons.
9+ * DATAJDBC-604 - Usage of In operator with emptyList.
10+ * DATAJDBC-602 - Release 2.1 RC2 (2020.0.0).
11+ * DATAJDBC-596 - LessThanEqual renders ligature instead of operator in reference documentation.
12+ * DATAJDBC-508 - Add support for @Value.
13+ * DATAJDBC-430 - Make row mappers to be a spring bean.
14+ * DATAJDBC-349 - JdbcCustomConversions not applied to primary key on lookup.
15+
16+
417Changes in version 2.1.0-RC1 (2020-09-16)
518-----------------------------------------
619* DATAJDBC-598 - Adapt to changed Spring Framework CollectionUtils.
@@ -579,5 +592,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
579592
580593
581594
595+
582596
583597
You can’t perform that action at this time.
0 commit comments