This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


 discard b68b299  LOG4J2-620 ReconfigurationDeadlockTest rewrite to prevent 
spurious failures.
     new 751cebd  LOG4J2-620 ReconfigurationDeadlockTest rewrite to prevent 
spurious failures.

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   (b68b299)
            \
             N -- N -- N   refs/heads/release-2.x (751cebd)

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.

The 1 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:
 .../core/config/ReconfigurationDeadlockTest.java   | 61 +++++++++++++++-
 .../log4j/test/SomethingThatUsesLogging.java       | 36 ---------
 .../log4j/test/appender/DeadlockAppender.java      | 85 ----------------------
 .../log4j/test/appender/UsesLoggingAppender.java   | 67 -----------------
 .../test/resources/reconfiguration-deadlock.xml    | 25 +++----
 5 files changed, 71 insertions(+), 203 deletions(-)
 delete mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/test/SomethingThatUsesLogging.java
 delete mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/test/appender/DeadlockAppender.java
 delete mode 100644 
log4j-core/src/test/java/org/apache/logging/log4j/test/appender/UsesLoggingAppender.java

Reply via email to