This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 64826e3b6da86ccb4ffc814ea68091ee41cdf621 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Fri Mar 19 15:42:45 2021 +0300 CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1198aa8..fcebac8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -21,6 +21,7 @@ CAY-2678 Inheritance warnings caused by unnecessary MappingCache creations durin CAY-2679 Unstable ordering of relationships in the .map.xml file CAY-2681 Modeler: All selected checkboxes cause project to become dirty at initialization CAY-2690 dbimport skips length changes for BINARY and VARBINARY columns +CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x CAY-2698 EventSubject.getSubject() is not thread safe CAY-2702 Modeler: Callbacks table has too small default width