File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data JDBC Changelog
2
2
=========================
3
3
4
+ Changes in version 2.1.0-M2 (2020-08-12)
5
+ ----------------------------------------
6
+ * DATAJDBC-586 - Guard JdbcRepositoryFactoryBean against setting null values for properties.
7
+ * DATAJDBC-583 - Wording changes.
8
+ * DATAJDBC-576 - Control test execution with missing licence via profile.
9
+ * DATAJDBC-574 - Add MS SqlServer Integration tests to the CI pipeline.
10
+ * DATAJDBC-573 - Fix failing Oracle integration test due to the database not being ready.
11
+ * DATAJDBC-572 - Enable specification of a repository base class in @EnableJdbcRepositories.
12
+ * DATAJDBC-571 - Release 2.1 M2 (2020.0.0).
13
+ * DATAJDBC-570 - Remove AS from join alias.
14
+ * DATAJDBC-569 - Support temporal properties with Oracle.
15
+ * DATAJDBC-559 - DialectResolver does not resolve MySqlDialect for MariaDB.
16
+ * DATAJDBC-256 - Run integration tests with Oracle.
17
+
18
+
4
19
Changes in version 2.0.2.RELEASE (2020-07-22)
5
20
---------------------------------------------
6
21
* DATAJDBC-569 - Support temporal properties with Oracle.
@@ -528,5 +543,6 @@ Changes in version 1.0.0.M1 (2018-02-06)
528
543
529
544
530
545
546
+
531
547
532
548
You can’t perform that action at this time.
0 commit comments