This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from 5079209 Merge branch 'OPENJPA-2713'
new 362474e OPENJPA-2713 add java8 time support for MySQL and MariaDB
new 9f0631b switch back to old mariadb connectorj due to a bug
new fffc74f OPENJPA-2713 improve MariaDB Dictionary
new e908a9c formatting only
new be62c5a OPENJPA-2713 add LocalDate support for Oracle DB
The 5 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:
.../jdbc/kernel/exps/JDBCExpressionFactory.java | 6 ++---
.../apache/openjpa/jdbc/sql/MariaDBDictionary.java | 27 ++++++++++++++++---
.../apache/openjpa/jdbc/sql/MySQLDictionary.java | 20 +++++++++++----
.../apache/openjpa/jdbc/sql/OracleDictionary.java | 30 +++++++++++++++++++---
.../criteria/TestTypeSafeCondExpression.java | 5 ++--
openjpa-project/BUILDING.txt | 14 ++++++++--
pom.xml | 2 +-
7 files changed, 81 insertions(+), 23 deletions(-)