This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.mockito-mockito-bom-5.7.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jakarta.git
omit 211fb64 Bump org.mockito:mockito-bom from 5.5.0 to 5.7.0
add 2faa666 Fix GitHub Secrets
add 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`
add 17aa277 Bump org.mockito:mockito-bom from 5.5.0 to 5.7.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (211fb64)
\
N -- N -- N
refs/heads/dependabot/maven/org.mockito-mockito-bom-5.7.0 (17aa277)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yaml | 6 +-
.github/workflows/merge-dependabot.yaml | 6 +-
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 | 181 +++++++++++++++-
src/site/_release-notes/_3.x.x.adoc | 4 +
17 files changed, 695 insertions(+), 179 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%)