You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/02 15:05:49 UTC

[tomee] branch master updated (5f17c01 -> bad4356)

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

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


    from 5f17c01  Merge pull request #420 from cesarhernandezgt/TOMEE-2377
     new 067c319  Added unit test - TOMEE-2401
     new 3dba3f5  added README.adoc - TOMEE-2401
     new bad4356  Merge pull request #412 from BogdanStirbat/TOMEE-2401

The 12322 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:
 examples/tomee-jersey-eclipselink/README.adoc      | 182 +++++++++++++++++++++
 examples/tomee-jersey-eclipselink/pom.xml          |  44 +++++
 .../superbiz/service/JerseyApplicationTest.java    |  78 +++++++++
 .../src/test}/resources/META-INF/persistence.xml   |  16 +-
 .../src/test/resources/arquillian.xml              |  21 ++-
 5 files changed, 330 insertions(+), 11 deletions(-)
 create mode 100644 examples/tomee-jersey-eclipselink/README.adoc
 create mode 100644 examples/tomee-jersey-eclipselink/src/test/java/org/superbiz/service/JerseyApplicationTest.java
 copy {maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/main => examples/tomee-jersey-eclipselink/src/test}/resources/META-INF/persistence.xml (68%)
 mode change 100755 => 100644
 copy examples/{mp-rest-jwt-public-key => tomee-jersey-eclipselink}/src/test/resources/arquillian.xml (61%)