This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from adfd2b7 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/logging-log4j2.git
add 45c8674 LOG4J2-1606 LOG4J2-2624 Add flag to disable automatic log4j
shutdown in log4j-web. (#463)
No new revisions were added by this update.
Summary of changes:
log4j-web/pom.xml | 8 +-
.../web/Log4jServletContainerInitializer.java | 5 +-
.../log4j/web/Log4jServletContextListener.java | 27 +++-
.../Log4jShutdownOnContextDestroyedListener.java | 80 ++++++++++
.../apache/logging/log4j/web/Log4jWebSupport.java | 7 +
.../web/Log4jServletContainerInitializerTest.java | 60 +++++---
.../log4j/web/Log4jServletContextListenerTest.java | 58 +++++--
.../logging/log4j/web/Log4jServletFilterTest.java | 23 +--
...g4jShutdownOnContextDestroyedListenerTest.java} | 72 ++++-----
.../log4j/web/Log4jWebInitializerImplTest.java | 166 ++++++++++-----------
.../org/apache/logging/log4j/web/PropertyTest.java | 10 +-
.../logging/log4j/web/ServletAppenderTest.java | 12 +-
.../apache/logging/log4j/web/WebLookupTest.java | 42 +++---
src/changes/changes.xml | 14 +-
14 files changed, 379 insertions(+), 205 deletions(-)
create mode 100644
log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jShutdownOnContextDestroyedListener.java
copy
log4j-web/src/test/java/org/apache/logging/log4j/web/{Log4jServletContextListenerTest.java
=> Log4jShutdownOnContextDestroyedListenerTest.java} (52%)