This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/2.x/io.netty-netty-bom-4.1.109.Final
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 0e8c3e14d5 Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final
add 27aa8d57cf Refactor ResourceLogger
add e0a2bcb4dc Address cache misses in `LevelResolver`
add 8e3e3b05c8 Try fixing `AsyncThreadContext*` tests
add 7f5720a22e Rename old workflows
add b8ff14c76c Fix deprecated workflows
add 426fcfb80d Fix deprecated workflows (2)
add 19c53a0382 Fix deprecated workflows (3)
add 20763fd3b0 Remove deprecated workflows
add acba32e196 Bump io.netty:netty-bom from 4.1.108.Final to 4.1.109.Final
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 (0e8c3e14d5)
\
N -- N -- N
refs/heads/dependabot/maven/2.x/io.netty-netty-bom-4.1.109.Final (acba32e196)
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:
...ggerTest.java => ScopedResourceLoggerTest.java} | 6 +-
...sourceLogger.java => ScopedResourceLogger.java} | 100 ++++++--------------
.../AbstractResourceLogger.java} | 104 ++++++++++-----------
...ggerTest.java => ScopedResourceLoggerTest.java} | 12 +--
.../async/AbstractAsyncThreadContextTestBase.java | 34 +++++--
...t.java => QueuedScopedContextProviderTest.java} | 2 +-
.../template/json/resolver/LevelResolver.java | 32 +++++--
.../modules/ROOT/pages/manual/resource-logger.adoc | 55 ++++++++++-
8 files changed, 193 insertions(+), 152 deletions(-)
rename
log4j-api-test/src/test/java/org/apache/logging/log4j/{ResourceLoggerTest.java
=> ScopedResourceLoggerTest.java} (96%)
copy log4j-api/src/main/java/org/apache/logging/log4j/{ResourceLogger.java =>
ScopedResourceLogger.java} (51%)
rename log4j-api/src/main/java/org/apache/logging/log4j/{ResourceLogger.java
=> spi/AbstractResourceLogger.java} (56%)
rename
log4j-core-test/src/test/java/org/apache/logging/log4j/{ResourceLoggerTest.java
=> ScopedResourceLoggerTest.java} (93%)
rename
log4j-core-test/src/test/java/org/apache/logging/log4j/core/impl/internal/{DefaultScopedContextProviderTest.java
=> QueuedScopedContextProviderTest.java} (95%)