You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/20 21:33:20 UTC

[logging-log4j2] branch release-2.x updated (61826ad -> 7443184)

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

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


    from 61826ad  Fix log4j-jakarta-web service file #723.
     add 7443184  Log4j 1.2 bridge uses the wrong default values for a TTCCLayout (#709)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/log4j/builders/AbstractBuilder.java |  7 ++++--
 .../log4j/builders/layout/TTCCLayoutBuilder.java   | 16 ++++++-------
 .../config/AbstractLog4j1ConfigurationTest.java    | 26 ++++++++++++++++++++++
 .../config/Log4j1ConfigurationFactoryTest.java     | 26 +++++++++++-----------
 .../log4j/config/PropertiesConfigurationTest.java  |  6 +++++
 .../apache/log4j/config/XmlConfigurationTest.java  |  6 +++++
 .../config-1.2/log4j-console-TTCCLayout.xml        | 20 +++++++++++++++++
 7 files changed, 84 insertions(+), 23 deletions(-)
 create mode 100644 log4j-1.2-api/src/test/resources/config-1.2/log4j-console-TTCCLayout.xml