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

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


    from f8f4de6  Introduces additional GitHub actions steps to automatically 
create a PR if we detect changes after BOM re-generation
     add f2a77ae  Add some fixes and prepare for some refactoring
     add 7dcdd75  Update some old versions
     add 36d77fb  Fix test failure
     add 330b3a5  Merge branch 'master' into jaxws-improvements
     add 05fd3ca  Some JAX-WS tests
     add 665d187  Make sure we don't use an EJB for POJO deployment
     add 1278c5c  Merge branch 'master' into jaxws-improvements
     add 23caf87  Add some fixes and prepare for some refactoring
     add 7ed30c4  Some JAX-WS tests
     add db65541  Update BOM with new versions
     add ae0317a  Better fix if we cut the flow before and point to the EJB 
container created previously
     new d42be54  Merge pull request #809 from apache/jaxws-improvements

The 1 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:
 .../tests/jaxws/WebServiceContextEJBTest.java      | 44 ++++++-----
 .../src/test/resources/openejb-jar.xml             |  2 +-
 .../main/java/org/apache/openejb/util/Strings.java | 26 ++++++-
 .../java/org/apache/openejb/util/StringsTest.java  | 89 ++++++++++++++++++++++
 .../main/java/org/apache/openejb/jee/WebApp.java   | 14 ++--
 examples/rest-example-with-application/pom.xml     |  2 +-
 .../org/apache/openejb/server/cxf/CxfService.java  |  9 +++
 .../openejb/server/cxf/pojo/PojoEndpoint.java      | 23 +++++-
 .../openejb/server/webservices/WsService.java      | 31 ++++++--
 .../apache/tomee/webservices/TomcatWsRegistry.java | 84 +++++---------------
 10 files changed, 222 insertions(+), 102 deletions(-)
 create mode 100644 
container/openejb-core/src/test/java/org/apache/openejb/util/StringsTest.java

Reply via email to