You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/09/12 17:29:30 UTC

[logging-log4j2] branch master updated (d017766 -> c5fad55)

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

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from d017766  Migrate more tests to JUnit 5
     new cc996ca  LOG4J2-2919 Call ReliabilityStrategy's beforeStopAppenders() method before stopping AsyncAppenders to avoid errors caused by logging with AsyncAppender while system is reconfiguring Submitted by: gengyuanzhe <ge...@gmail.com>
     new 0e2ad68  Add tests for LOG4J2-1121 and LOG4J2-2919
     new c5fad55  Merge pull request #416 from gengyuanzhe/master

The 11173 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:
 .../log4j/core/config/AbstractConfiguration.java   |  12 +--
 .../log4j/core/config/MockReliabilityStrategy.java | 105 +++++++++++++++++++++
 ...utputTest.java => ReliabilityStrategyTest.java} |  38 +++++---
 ...ppenderTest.xml => ReliabilityStrategyTest.xml} |  17 ++--
 4 files changed, 145 insertions(+), 27 deletions(-)
 create mode 100644 log4j-core/src/test/java/org/apache/logging/log4j/core/config/MockReliabilityStrategy.java
 copy log4j-core/src/test/java/org/apache/logging/log4j/core/config/{FileOutputTest.java => ReliabilityStrategyTest.java} (51%)
 copy log4j-core/src/test/resources/{HttpAppenderTest.xml => ReliabilityStrategyTest.xml} (75%)