|
1 | 1 | Spring Data JDBC Changelog
|
2 | 2 | =========================
|
3 | 3 |
|
| 4 | +Changes in version 2.0.0.M1 (2020-01-16) |
| 5 | +---------------------------------------- |
| 6 | +* DATAJDBC-469 - Bump version to 2.0.0. |
| 7 | +* DATAJDBC-466 - Update copyright years to 2020. |
| 8 | +* DATAJDBC-462 - MySql doesn't return rows matched by update but rows actually changed by update. |
| 9 | +* DATAJDBC-461 - Make Integration tests react to environment variables and system properties. |
| 10 | +* DATAJDBC-451 - The documentation is missing the what's new section for Moor. |
| 11 | +* DATAJDBC-448 - NamingStrategy: Documentation referencing wrong ReverseColumnName method. |
| 12 | +* DATAJDBC-447 - Fix JDK 8 Travis build. |
| 13 | +* DATAJDBC-442 - Enable Java 11+ builds. |
| 14 | +* DATAJDBC-441 - Indent MyBatis integration sections in the documentation. |
| 15 | +* DATAJDBC-438 - Saving a record with an id that doesn't exist should return an error/warning to caller. |
| 16 | +* DATAJDBC-437 - Spring Data JDBC does not consider properly strict configuration mode. |
| 17 | +* DATAJDBC-436 - Replaces the deprecated @Wither with the new @With. |
| 18 | +* DATAJDBC-434 - CONTRIBUTING.adoc is missing. |
| 19 | +* DATAJDBC-432 - Separation of AggregateChange and MappingContext. |
| 20 | +* DATAJDBC-431 - @ReadOnlyProperty is not honoured by Spring Data JDBC. |
| 21 | +* DATAJDBC-428 - EntityRowMapper can not extract AggregateReference field for immutable entity. |
| 22 | +* DATAJDBC-427 - Implements equalsAndHashCode for AggregateReference. |
| 23 | +* DATAJDBC-424 - Release 2.0 M1 (Neumann). |
| 24 | +* DATAJDBC-417 - Saving an aggregate with null embeddable referencing an entity fails. |
| 25 | +* DATAJDBC-291 - Nested data structure with Spring Data JDBC. |
| 26 | +* DATAJDBC-234 - Support properties file based query declaration mechanism. |
| 27 | +* DATAJDBC-219 - Support for optimistic locking. |
| 28 | + |
| 29 | + |
4 | 30 | Changes in version 1.1.4.RELEASE (2020-01-15)
|
5 | 31 | ---------------------------------------------
|
6 | 32 | * DATAJDBC-466 - Update copyright years to 2020.
|
@@ -325,3 +351,4 @@ Changes in version 1.0.0.M1 (2018-02-06)
|
325 | 351 |
|
326 | 352 |
|
327 | 353 |
|
| 354 | + |
0 commit comments