This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from 98de361 CAY-2702 Modeler: Callbacks table has too small default width new 4afbfde CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x new 64826e3 CAY-2691 MySQL driver 8.0.x stores LocalDateTime differently than 5.1.x The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE-NOTES.txt | 1 + .../org/apache/cayenne/access/types/DateType.java | 29 ++++++- .../org/apache/cayenne/access/types/TimeType.java | 29 ++++++- .../apache/cayenne/access/types/TimestampType.java | 29 ++++++- .../apache/cayenne/access/types/UtilDateType.java | 97 ++++++++++++++++------ .../org/apache/cayenne/dba/mysql/MySQLAdapter.java | 10 +++ .../org/apache/cayenne/access/DateTimeTypesIT.java | 28 +++---- 7 files changed, 179 insertions(+), 44 deletions(-)