This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git
from a316932 Add documentation of Jakarta Web lifecycle hooks
add 3d5b76a Add JndiContextSelector and Web lookup documentation
add d9edcf0 Allow multiple Log4jServletContextListener registrations
add c2d6d11 [LOG4J2-708] Improve `Log4jServletFilter` async behavior
add 38d85e8 LOG4J2-2523_http-context adding support for request related
lookup in web module
add 2694573 Bump Maven Surefire plugin for problem with `spring-test`
No new revisions were added by this update.
Summary of changes:
log4j-jakarta-parent/pom.xml | 18 +-
log4j-jakarta-web/pom.xml | 31 +++
.../log4j/web/Log4jServletContextListener.java | 64 ++++--
.../logging/log4j/web/Log4jServletFilter.java | 19 +-
.../org/apache/logging/log4j/web/WebLookup.java | 114 +++++++++-
.../log4j/web/appender/ServletAppender.java | 8 +-
.../log4j/web/Log4jServletContextListenerTest.java | 88 +++++---
.../logging/log4j/web/Log4jServletFilterTest.java | 1 +
...og4jShutdownOnContextDestroyedListenerTest.java | 2 +-
.../logging/log4j/web/ServletAppenderTest.java | 77 ++++---
.../apache/logging/log4j/web/WebLookupTest.java | 234 ++++++++++++++-------
..._multiple_servletcontextlistener_instances.xml} | 12 +-
...llow_web_lookup_to_access_more_information.xml} | 9 +-
src/site/_log4j-jakarta-web.adoc | 89 +++++++-
src/site/_release-notes/_3.x.x.adoc | 4 +
15 files changed, 592 insertions(+), 178 deletions(-)
copy src/changelog/.3.x.x/{genesis.xml =>
1782_allow_multiple_servletcontextlistener_instances.xml} (73%)
copy src/changelog/.3.x.x/{jakartaee-jms.xml =>
LOG4J2-2523_Allow_web_lookup_to_access_more_information.xml} (77%)