This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch 
OPENJPA-2817_PCClassFileTransformer-exclusions
in repository https://gitbox.apache.org/repos/asf/openjpa.git.


    from 96b2b12  excluding asm too
     add c933137  OPENJPA-2816 Add HerdDB DBDictionary - implement 
HerdDBDictionary - add autodiscovery of HerdDB
     add 0e32d49  Merge pull request #63 from eolivelli/fix/OPENJPA-2816-herddb
     add dcc313b  OPENJPA-2819 Add simple GitHub Actions validation for Pull 
Requests
     add 6ec962f  remove snapshots
     add c97bb58  hard code key cache
     add 6ddfe4e  add quotes
     add d4882b0  indent
     add 29ca489  better clause
     add 5263d8c  Switch to verify
     add 7822592  use 'package'
     add 80c7d3c  use 'install' goal
     add c1a6aa5  Merge pull request #70 from eolivelli/fix/OPENJPA-2819
     add e3bb1f1  OPENJPA-2818 DBDictionary > delimitIdentifiers = true does 
not work (#69)
     add 589d775  detect newer java versions as well
     add 5d9c88d  just fix broken javadoc
     add bf03bdb  OPENJPA-2822 get rid of tricks < java8
     add ab6e0ed  OPENJPA-2823 treat jakarta.* like javax.*
     add 94a033d  OPENJPA-2821 use AsmAdapter for subclassing
     add 5b81bea  use proper maven structure for persistence.xml
     add 093a547  Fix typo
     add 9e665c0  Merge branch 'master' into 
OPENJPA-2817_PCClassFileTransformer-exclusions

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-validation.yml                |  38 ++
 .../{java => resources}/META-INF/persistence.xml   |   0
 openjpa-jdbc/nbproject/project.properties          |   0
 .../openjpa/jdbc/conf/JDBCConfigurationImpl.java   |   1 +
 .../openjpa/jdbc/identifier/DBIdentifier.java      |  42 +-
 .../org/apache/openjpa/jdbc/schema/SchemaTool.java |   7 +-
 .../java/org/apache/openjpa/jdbc/schema/Table.java |  38 +-
 .../openjpa/jdbc/sql/DBDictionaryFactory.java      |   5 +-
 ...{CacheDictionary.java => HerdDBDictionary.java} |  37 +-
 .../org/apache/openjpa/jdbc/sql/SelectImpl.java    |   6 +-
 .../openjpa/jdbc/sql/DBDictionaryFactoryTest.java  |  61 +++
 .../apache/openjpa/jdbc/sql/TestSelectImpl.java    |  92 ++++
 .../org/apache/openjpa/enhance/AsmAdaptor.java     |  14 +
 .../org/apache/openjpa/enhance/ClassRedefiner.java |  44 +-
 .../openjpa/enhance/InstrumentationFactory.java    |   9 -
 .../openjpa/enhance/ManagedClassSubclasser.java    |   7 +-
 .../openjpa/enhance/PCClassFileTransformer.java    |  32 +-
 .../org/apache/openjpa/lib/util/JavaVersions.java  |   6 +-
 .../openjpa/jdbc/sql/TestDelimitIdentifiers.java   | 536 +++++++++++++++++++++
 .../persistence/PersistenceProviderImpl.java       |   2 -
 .../src/doc/manual/ref_guide_dbsetup.xml           |  11 +
 21 files changed, 878 insertions(+), 110 deletions(-)
 create mode 100644 .github/workflows/pr-validation.yml
 rename openjpa-examples/simple/src/main/{java => 
resources}/META-INF/persistence.xml (100%)
 create mode 100644 openjpa-jdbc/nbproject/project.properties
 copy 
openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/{CacheDictionary.java => 
HerdDBDictionary.java} (52%)
 create mode 100644 
openjpa-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/DBDictionaryFactoryTest.java
 create mode 100644 
openjpa-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/TestSelectImpl.java
 create mode 100644 
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/jdbc/sql/TestDelimitIdentifiers.java

Reply via email to