This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 4cdcfda0bc Modernize and fix race condition in WatchHttpTest
new 16cfa41205 Improve concurrency of ListStatusListener
new ba8e21db4b Adds `ListStatusListener#clear()` for testing
new 565f57d643 Adds an ErrorHandler that does not debounce messages
The 3 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:
.../logging/log4j/test/ListStatusListener.java | 2 +
.../log4j/test/junit/StatusLoggerExtension.java | 17 +++--
.../apache/logging/log4j/status/StatusData.java | 10 ++-
.../logging/log4j/core/test/ListErrorHandler.java | 72 ++++++++++++++++++++++
4 files changed, 96 insertions(+), 5 deletions(-)
create mode 100644
log4j-core-test/src/main/java/org/apache/logging/log4j/core/test/ListErrorHandler.java