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

pkarwasz pushed a change to branch remove-slf4j-18
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit c660f4910b Rename `log4j-slf4j20-impl` to `log4j-slf4j2-impl`
    omit 8a6eb5ee29 Remove SLF4J 1.8.x binding
     add 5629ece4e8 LOG4J2-3572 - Add getExplicitLevel to LoggerConfig
     add 1470d504b4 [LOG4J2-3587] Add default enterprise ID value
     add 51771c777d Correct compilation error
     add e8fba8caf1 LOG4J2-3572 - Protect from null value
     add d145ec8ba3 LOG4J2-2507 - Add unit test
     add 7370a77012 Remove SLF4J 1.8.x binding
     add 968371c7a8 Rename `log4j-slf4j20-impl` to `log4j-slf4j2-impl`
     add 9afd1f0682 [LOG4J2-3590] Add release notes

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   (c660f4910b)
            \
             N -- N -- N   refs/heads/remove-slf4j-18 (9afd1f0682)

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:
 .../log4j/core/appender/SyslogAppender.java        |  2 +-
 .../logging/log4j/core/config/LoggerConfig.java    | 12 ++++-
 .../logging/log4j/core/layout/Rfc5424Layout.java   | 29 +++++++++---
 ...llingAppenderDirectCustomDeleteActionTest.java} | 55 +++++++++++++---------
 .../log4j/core/config/LoggerConfigTest.java        | 21 +++++++++
 .../log4j/core/layout/Rfc5424LayoutTest.java       | 28 +++++++++++
 ...=> log4j-rolling-direct-with-custom-delete.xml} |  9 ++--
 .../log4j/flume/appender/FlumeAppender.java        |  4 +-
 src/changes/changes.xml                            |  6 +++
 9 files changed, 127 insertions(+), 39 deletions(-)
 copy 
log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/{RollingAppenderCustomDeleteActionTest.java
 => RollingAppenderDirectCustomDeleteActionTest.java} (65%)
 copy log4j-core/src/test/resources/{log4j-rolling-with-custom-delete.xml => 
log4j-rolling-direct-with-custom-delete.xml} (81%)

Reply via email to