You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ce...@apache.org on 2021/05/12 15:14:08 UTC

[tomee] branch master updated (f76410d -> 933836a)

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

cesarhernandezgt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from f76410d  Merge branch 'master' of github.com:apache/tomee
     new 775c755  TOMEE-3741 New Example and documentation JPA Hibernate 5 with arquillian
     new ea49d8a  TOMEE-3741 update readme and fixed pom format
     new 933836a  Merge pull request #791 from cesarhernandezgt/jpa-hibernate-arquillian

The 13828 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:
 docs/tomee-and-hibernate.adoc                      |  21 +-
 examples/jpa-hibernate-arquillian/README.adoc      | 324 +++++++++++++++++++++
 .../pom.xml                                        | 104 ++++---
 .../java/org/superbiz/injection/h3jpa/Movie.java   |   0
 .../java/org/superbiz/injection/h3jpa/Movies.java  |  16 +
 .../src/main/resources/META-INF/beans.xml          |   0
 .../src/main/resources/META-INF}/persistence.xml   |  27 +-
 .../injection/h3jpa/MoviesArquillianTest.java}     |  47 ++-
 .../src/test/resources/arquillian.xml              |  21 +-
 examples/pom.xml                                   |   1 +
 10 files changed, 470 insertions(+), 91 deletions(-)
 create mode 100644 examples/jpa-hibernate-arquillian/README.adoc
 copy examples/{junit5-arquillian-multiple-tomee => jpa-hibernate-arquillian}/pom.xml (61%)
 copy examples/{jpa-hibernate => jpa-hibernate-arquillian}/src/main/java/org/superbiz/injection/h3jpa/Movie.java (100%)
 copy examples/{jpa-hibernate => jpa-hibernate-arquillian}/src/main/java/org/superbiz/injection/h3jpa/Movies.java (65%)
 copy examples/{mvc-cxf => jpa-hibernate-arquillian}/src/main/resources/META-INF/beans.xml (100%)
 copy {arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources => examples/jpa-hibernate-arquillian/src/main/resources/META-INF}/persistence.xml (55%)
 copy examples/{moviefun-rest/src/test/java/org/superbiz/moviefun/MoviesEJBTest.java => jpa-hibernate-arquillian/src/test/java/org/superbiz/injection/h3jpa/MoviesArquillianTest.java} (69%)
 copy examples/{mvc-cxf-hibernate => jpa-hibernate-arquillian}/src/test/resources/arquillian.xml (73%)