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

pkarwasz pushed a change to branch fix/generalize-di-usage
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard e0ba274c53 Revert changes to methods used by Spring Boot
    omit de7aaf7289 Revert `LogEventWrapper` changes
    omit a40170023a Revert `ConfigurationFactory` renaming
    omit 536df2aa1c Generalize DI usage
     add f1b306daa6 Make location and formatted message more lazy
     add 9068465d54 Fix `log4j-1.2-api` OSGi descriptor
     add 590a205df1 Fix Javadoc generation
     add 79b6316312 Apply review suggestions
     add 64f37b6d23 Generalize DI usage
     add 1fd4a5ffec Revert `ConfigurationFactory` renaming
     add 7dcc0c5b99 Revert `LogEventWrapper` changes
     add 0c3b74b9c1 Revert changes to methods used by Spring Boot

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   (e0ba274c53)
            \
             N -- N -- N   refs/heads/fix/generalize-di-usage (0c3b74b9c1)

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-1.2-api/pom.xml                              |   5 +-
 .../org/apache/log4j/bridge/LogEventWrapper.java   |   8 +-
 .../logging/log4j/async/logger/AsyncLogger.java    |  91 ++-------------
 .../log4j/async/logger/AsyncLoggerConfig.java      |   6 -
 .../async/logger/AsyncLoggerConfigDisruptor.java   |  75 ++++++-------
 .../log4j/async/logger/RingBufferLogEvent.java     |   6 +
 .../async/logger/RingBufferLogEventTranslator.java |  87 +++++++--------
 .../log4j/core/impl/MutableLogEventTest.java       |   6 +-
 .../logging/log4j/core/AbstractLogEvent.java       |   6 +
 .../org/apache/logging/log4j/core/LogEvent.java    |  29 +++--
 .../java/org/apache/logging/log4j/core/Logger.java |   1 -
 .../logging/log4j/core/appender/AsyncAppender.java |   6 +-
 .../core/appender/rewrite/RewriteAppender.java     |   3 +-
 .../log4j/core/async/InternalAsyncUtil.java        |  34 ++++++
 .../logging/log4j/core/impl/Log4jLogEvent.java     |  23 ++--
 .../logging/log4j/core/impl/MementoLogEvent.java   |  79 +++++--------
 .../logging/log4j/core/impl/MutableLogEvent.java   |  44 ++++----
 .../logging/log4j/flume/appender/FlumeEvent.java   |   6 +
 .../PropertiesUtilPropertyEnvironment.java         |   7 +-
 .../logging/log4j/kit/logger/AbstractLogger.java   | 124 +++++++++------------
 .../log4j/kit/logger/AbstractLoggerTest.java       |  14 +--
 21 files changed, 305 insertions(+), 355 deletions(-)

Reply via email to