This is an automated email from the ASF dual-hosted git repository.
pcristof pushed a change to branch OPENJPA-2940
in repository https://gitbox.apache.org/repos/asf/openjpa.git
from 898a22887 [OPENJPA-2940][WIP] Intermmediate commit
new 6ffc63412 [OPENJPA-2940][WIP] Changing test to use jakarta property
instead of openjpa one
new 85fb76146 [OPENJPA-2940][WIP] Implemented call and run in transaction
EMF methods
new 9ae04d7dd [OPENJPA-2940][WIP] Intermmediate commit
new f31d52e56 [OPENJPA-2940][WIP] Fixing unused imports, adding javadoc
new b96b230a4 [OPENJPA-2940][WIP] Implemented JPA 3.2 entity(String)
method in Metamodel
new d9f4e70e5 [OPENJPA-2940] Reverting changes to default GH actions
workflow
The 6 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:
.github/workflows/ci.yml | 4 +-
.../java/org/apache/openjpa/kernel/BrokerImpl.java | 1 -
.../TestEntityManagerFactoryTransactions.java | 89 ++++++++
.../TestEntityManagerFactoryLoading.java | 231 +++++++++++++++++++++
.../openjpa/persistence/meta/TestMetamodel.java | 15 +-
.../simple/TestEntityManagerFactory.java | 9 +-
.../persistence/EntityManagerFactoryImpl.java | 60 +++++-
.../persistence/OpenJPAPersistenceUtil.java | 40 ++++
.../openjpa/persistence/meta/MetamodelImpl.java | 18 +-
9 files changed, 449 insertions(+), 18 deletions(-)
create mode 100644
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/TestEntityManagerFactoryTransactions.java
create mode 100644
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/fetchgroups/TestEntityManagerFactoryLoading.java