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

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


    from f5810db  [LOG4J2-2660] Retry when JDBC throws a 
java.sql.SQLTransactionRollbackException in commitAndClose().
     new 0868bd1  LOG4J2-2556 - Make Log4j Core optional
     new 988f14e  LOG4J2-2556 - Make Log4j Core optional

The 2 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-1.2-api/pom.xml                              |  1 +
 .../src/main/java/org/apache/log4j/Category.java   | 82 +++++++++++++++-------
 .../src/main/java/org/apache/log4j/LogManager.java | 25 +++++--
 .../src/main/java/org/apache/log4j/Logger.java     |  2 +-
 .../org/apache/log4j/legacy/core/CategoryUtil.java | 65 +++++++++++++++++
 .../org/apache/log4j/legacy/core/ContextUtil.java  | 22 +++---
 log4j-1.2-api/src/site/markdown/index.md           | 17 ++++-
 .../test/java/org/apache/log4j/CategoryTest.java   |  4 +-
 .../src/test/java/org/apache/log4j/LoggerTest.java | 40 +++++------
 src/changes/changes.xml                            |  3 +
 src/site/asciidoc/runtime-dependencies.adoc        |  2 +-
 11 files changed, 196 insertions(+), 67 deletions(-)
 create mode 100644 
log4j-1.2-api/src/main/java/org/apache/log4j/legacy/core/CategoryUtil.java
 copy 
log4j-core/src/test/java/org/apache/logging/log4j/test/SomethingThatUsesLogging.java
 => log4j-1.2-api/src/main/java/org/apache/log4j/legacy/core/ContextUtil.java 
(65%)

Reply via email to