You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/11/19 21:36:30 UTC

[tomee] branch master updated (f595445 -> 126cf4e)

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

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


    from f595445  Merge pull request #610 from scriptmonkey/master
     new e2baba7  Sample code and test for JMS issue
     new 0edd2f9  Missed on previous commit
     new 5257b6f  Add README.adoc for simple-jms example
     new a275b41  Merge pull request #5 from emecas/jms-issue
     new b46344e  Merge remote-tracking branch 'apache/master' into jms-issue
     new 703f177  Correct a couple of super-minor typos
     new b7755b3  Revert this change
     new 126cf4e  Merge pull request #578 from jgallimore/jms-issue

The 13036 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/pom.xml                                   |   1 +
 examples/simple-jms/README.adoc                    | 251 +++++++++++++++++++++
 .../{simple-stateless => simple-jms}/build.xml     |   0
 examples/{change-jaxws-url => simple-jms}/pom.xml  | 113 +++++-----
 .../java/org/superbiz/jms/CustomJmsService.java    |  94 ++++++++
 .../org/superbiz/jms/CustomJmsServiceTest.java}    |  64 +++---
 .../src/test/resources/arquillian.xml              |   7 +-
 7 files changed, 440 insertions(+), 90 deletions(-)
 create mode 100644 examples/simple-jms/README.adoc
 copy examples/{simple-stateless => simple-jms}/build.xml (100%)
 copy examples/{change-jaxws-url => simple-jms}/pom.xml (69%)
 create mode 100644 examples/simple-jms/src/main/java/org/superbiz/jms/CustomJmsService.java
 copy examples/{mp-faulttolerance-timeout/src/test/java/org/superbiz/rest/WeatherServiceTest.java => simple-jms/src/test/java/org/superbiz/jms/CustomJmsServiceTest.java} (54%)
 copy examples/{mp-jwt-bean-validation-strongly-typed => simple-jms}/src/test/resources/arquillian.xml (89%)