File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-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.0.0.RC1 (2020-03-31)
5
+ -----------------------------------------
6
+ * DATAJDBC-516 - BasicRelationalConverter too aggressively trying to convert entities.
7
+ * DATAJDBC-514 - Add infrastructure for query derivation in Spring Data Relational.
8
+ * DATAJDBC-513 - Introduce Query, Criteria and Update Objects for Spring Data Relational.
9
+ * DATAJDBC-512 - Add default dialect for H2 Database.
10
+ * DATAJDBC-510 - Add BasicJdbcConverter constructor with IdentifierProcessing.
11
+ * DATAJDBC-509 - Fix findByFirstnameLike @Query example in README.
12
+ * DATAJDBC-506 - Fix some typos in code and documentation.
13
+ * DATAJDBC-504 - Release 2.0 RC1 (Neumann).
14
+ * DATAJDBC-487 - Default IdentifierProcessing should respect JDBC driver's setting.
15
+ * DATAJDBC-455 - Database Dialect discovery.
16
+ * DATAJDBC-454 - Remove ids from events where full entities are present.
17
+ * DATAJDBC-453 - Bring DbAction and AggregateChange into a form that is somewhat future proof.
18
+ * DATAJDBC-341 - Map NULL values in EntityRowMapper for columns not being fetched in the query.
19
+
20
+
4
21
Changes in version 1.1.6.RELEASE (2020-03-25)
5
22
---------------------------------------------
6
23
* DATAJDBC-509 - Fix findByFirstnameLike @Query example in README.
@@ -408,3 +425,4 @@ Changes in version 1.0.0.M1 (2018-02-06)
408
425
409
426
410
427
428
+
You can’t perform that action at this time.
0 commit comments