This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from a975a3d OPENJPA-2811 asm8 support
new bf418eb OPENJPA-2813 PersistenceProvider#generateSchema (misses the
boolean state)
new d087567 OPENJPA-2812 snake_case support in dbdictionary for db column
names
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:
.../openjpa/jdbc/kernel/JDBCBrokerFactory.java | 11 +-
.../openjpa/jdbc/meta/MappingDefaultsImpl.java | 16 +-
.../org/apache/openjpa/jdbc/sql/DBDictionary.java | 37 +++++
.../apache/openjpa/jdbc/sql/TestDBDictionary.java} | 25 ++--
.../apache/openjpa/jdbc/sql/TestSnakeCaseDDL.java | 162 +++++++++++++++++++++
.../persistence/PersistenceProviderImpl.java | 54 ++++++-
.../slice/jdbc/DistributedJDBCBrokerFactory.java | 6 +-
7 files changed, 282 insertions(+), 29 deletions(-)
copy openjpa-jdbc/src/{main/java/org/apache/openjpa/jdbc/sql/Calendard.java =>
test/java/org/apache/openjpa/jdbc/sql/TestDBDictionary.java} (61%)
create mode 100644
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/TestSnakeCaseDDL.java