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

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


    from 46f9fd746f Fix checkstyle / rat for TOMEE-4268
     new 92d723a394 Update SLF4J to 2.0.9
     new 3d88ef2224 Always use SLF4J in the webapp if it is there
     new df1806fb1e Add Arquillian tests for SLF4J logging changes
     new f15c485352 Merge pull request #1080 from jgallimore/update-slf4j

The 14729 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:
 .../BasicSlf4jWebappTest.java}                     | 50 ++++++------
 .../SimpleServlet.java}                            | 47 ++++++-----
 .../tests/slf4j/Slf4j1xLogbackWebappTest.java      | 94 ++++++++++++++++++++++
 .../tests/slf4j/Slf4j2xLogbackWebappTest.java      | 94 ++++++++++++++++++++++
 .../openejb/arquillian/tests/slf4j/logback.xml}    | 35 ++++----
 .../src/test/resources/slf4j1x-pom.xml             | 31 ++++---
 .../src/test/resources/slf4j2x-pom.xml             | 43 +++++-----
 boms/tomee-microprofile/pom.xml                    |  4 +-
 boms/tomee-plume/pom.xml                           |  4 +-
 boms/tomee-plus/pom.xml                            |  4 +-
 boms/tomee-webprofile/pom.xml                      |  4 +-
 .../util/classloader/URLClassLoaderFirst.java      | 24 +-----
 pom.xml                                            |  2 +-
 13 files changed, 308 insertions(+), 128 deletions(-)
 copy 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/{servlet/SimpleServletTest.java
 => slf4j/BasicSlf4jWebappTest.java} (59%)
 copy 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/{bmp/remote/FinderServlet.java
 => slf4j/SimpleServlet.java} (55%)
 create mode 100644 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/slf4j/Slf4j1xLogbackWebappTest.java
 create mode 100644 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/java/org/apache/openejb/arquillian/tests/slf4j/Slf4j2xLogbackWebappTest.java
 copy 
arquillian/arquillian-tomee-tests/{arquillian-tomee-config-tests/src/test/resources/org/apache/openejb/arquillian/tests/servlet/web.xml
 => 
arquillian-tomee-webprofile-tests/src/test/resources/org/apache/openejb/arquillian/tests/slf4j/logback.xml}
 (52%)
 mode change 100755 => 100644
 copy examples/multi-jpa-provider-testing/src/test/resources/openjpa-pom.xml => 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/slf4j1x-pom.xml
 (66%)
 copy examples/multi-jpa-provider-testing/src/test/resources/openjpa-pom.xml => 
arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/src/test/resources/slf4j2x-pom.xml
 (53%)

Reply via email to