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

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


    from 01c4e61  [LOG4J2-2660] Retry when JDBC throws a 
java.sql.SQLTransactionRollbackException in commitAndClose().
     new be81f59  LOG4J2-2556 - Make Log4j Core optional
     new 1060f10  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   | 100 +++++++++++++++------
 .../src/main/java/org/apache/log4j/LogManager.java |  25 +++++-
 .../src/main/java/org/apache/log4j/Logger.java     |   4 +-
 .../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           |  20 ++++-
 .../test/java/org/apache/log4j/CategoryTest.java   |   4 +-
 .../src/test/java/org/apache/log4j/LoggerTest.java |  40 ++++-----
 src/changes/changes.xml                            |   3 +
 src/site/xdoc/runtime-dependencies.xml             |   2 +-
 11 files changed, 215 insertions(+), 71 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