You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/01/24 08:58:38 UTC

[tomee] branch tomee-3723-commons-lang updated (d10bc83 -> e7e8826)

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

rzo1 pushed a change to branch tomee-3723-commons-lang
in repository https://gitbox.apache.org/repos/asf/tomee.git.


    from d10bc83  TOMEE-3723 Update Commons Lang to 3.12.0
     add 4b30c73  Add Arquillian test for WebServiceContext for a servlet-mapped-no-interface EJB
     add 9a7d168  Add a bit more tests to make sure we don't have a bug deploying and calling bother POJO and EJB webservices under different paths
     add 7b3dfd7  I'm not sure why adding a 3rd instance of this service breaks all the pojo deployments
     add 9ad2a32  Of course, as we create the EJB versions by configuratoion, we need to remove the annotation otherwise, it gets deployed again by scanning, and also used by the Pojo mode
     add 0502dcd  TOMEE-3828 - Upgrade to Tomcat 9.0.58
     add 2d3de17  TOMEE-3829 - Upgrade Log4J2 to 2.17.1 in log4j2-tomee module
     add 36f087e  TOMEE-3830 - Upgrade BatchEE to 1.0.1
     add e10e7b4  Minor: Updates documentation regarding log4j2
     add 7bec139  Minor: Fixes test regression introduced with TOMEE-3825
     add 731ee6e  Upgrade TomEE Patch plugin
     add bfadd6f  Merge remote-tracking branch 'origin/master'
     add e4ca7dd  Add test class, not sure why it would be needed on Jenkins and not locally. Trying and failing maybe
     add e7e8826  Merge remote-tracking branch 'origin/master' into tomee-3723-commons-lang

No new revisions were added by this update.

Summary of changes:
 .../tests/jaxws/WebServiceContextEJBTest.java      | 203 +++++++++++++++++++++
 .../src/test/resources/arquillian.xml              |   1 +
 .../src/test/resources/ejb-jar.xml                 |  51 ++++++
 .../src/test/resources/openejb-jar.xml             |  32 ++--
 .../src/test/resources/webservices.xml             |  50 +++++
 boms/tomee-plus/pom.xml                            |   2 +-
 docs/admin/configuration/log4j2.adoc               |  43 +++--
 .../openejb/maven/plugin/TomEEMavenPluginRule.java |   1 +
 pom.xml                                            |   8 +-
 9 files changed, 359 insertions(+), 32 deletions(-)
 create mode 100644 arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/java/org/apache/openejb/arquillian/tests/jaxws/WebServiceContextEJBTest.java
 create mode 100644 arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/resources/ejb-jar.xml
 copy examples/webservice-inheritance/src/main/resources/META-INF/persistence.xml => arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/resources/openejb-jar.xml (55%)
 create mode 100644 arquillian/arquillian-tomee-tests/arquillian-tomee-jaxws-tests/src/test/resources/webservices.xml