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

github-bot pushed a change to branch regenerate_boms_after_dep_upgrade
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    omit d044829  Minor: Regenerated BOMs for 
ddc4eed1af619162b4c22cce21cebf4d8cc3edba
     add a5683bc  Minor: We build with JDK 11, we cannot have 17 as target
     add aa7be4c  TOMEE-3866 - Upgrade Hibernate to 5.6.7 / Hibernate Validator 
to 7.0.2 (Jakarta Artifact)
     add 5b79c0f  Modernizes JPA example to use Hibernate 5.6.x / JakartaEE + 
modern way of testing
     add 3c9b97d  Minor: Regenerated BOMs for 
5b79c0f8e2517779a0058b3f0c4f584e35575431

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d044829)
            \
             N -- N -- N   refs/heads/regenerate_boms_after_dep_upgrade 
(3c9b97d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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%)

Reply via email to