This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from ddc4eed Minor: Adjusts JUnit5 ApplicationComposer for EE9 usage
new a5683bc Minor: We build with JDK 11, we cannot have 17 as target
new aa7be4c TOMEE-3866 - Upgrade Hibernate to 5.6.7 / Hibernate Validator
to 7.0.2 (Jakarta Artifact)
new 5b79c0f Modernizes JPA example to use Hibernate 5.6.x / JakartaEE +
modern way of testing
The 3 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:
.../classic/ReloadableEntityManagerFactory.java | 20 +-
container/openejb-jpa-integration/pom.xml | 14 +-
examples/java-modules/pom.xml | 6 +-
.../{h3jpa => h5jpa}/MoviesArquillianTest.java | 2 +-
examples/jpa-hibernate/README.adoc | 253 ++++++++++++++------
examples/jpa-hibernate/README_es.adoc | 261 +++++++++++++++------
examples/jpa-hibernate/README_pt.adoc | 258 ++++++++++++++------
examples/jpa-hibernate/pom.xml | 30 +--
.../superbiz/injection/{h3jpa => h5jpa}/Movie.java | 2 +-
.../injection/{h3jpa => h5jpa}/Movies.java | 2 +-
.../src/main/resources/META-INF/persistence.xml | 32 ---
.../org/superbiz/injection/h3jpa/MoviesTest.java | 56 -----
.../org/superbiz/injection/h5jpa}/MoviesTest.java | 57 ++---
pom.xml | 22 +-
utils/openejb-core-hibernate/pom.xml | 24 +-
15 files changed, 648 insertions(+), 391 deletions(-)
rename
examples/jpa-hibernate-arquillian/src/test/java/org/superbiz/injection/{h3jpa
=> h5jpa}/MoviesArquillianTest.java (98%)
rename examples/jpa-hibernate/src/main/java/org/superbiz/injection/{h3jpa =>
h5jpa}/Movie.java (97%)
rename examples/jpa-hibernate/src/main/java/org/superbiz/injection/{h3jpa =>
h5jpa}/Movies.java (97%)
delete mode 100644
examples/jpa-hibernate/src/main/resources/META-INF/persistence.xml
delete mode 100644
examples/jpa-hibernate/src/test/java/org/superbiz/injection/h3jpa/MoviesTest.java
copy examples/{application-composer/src/test/java/org/superbiz/composed =>
jpa-hibernate/src/test/java/org/superbiz/injection/h5jpa}/MoviesTest.java (60%)