You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2020/11/25 09:16:38 UTC

[logging-log4j2] branch master updated (ee1328a -> 2a90efd)

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

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


    from ee1328a  LOG4J2-2962 Enrich "map" resolver by unifying its backend with "mdc" resolver.
     add 2a90efd  Migrate JTL tests to JUnit 5.

No new revisions were added by this update.

Summary of changes:
 log4j-layout-template-json/pom.xml                 |  20 +--
 .../log4j/layout/template/json/EcsLayoutTest.java  |   8 +-
 .../log4j/layout/template/json/GelfLayoutTest.java |   8 +-
 .../log4j/layout/template/json/JsonLayoutTest.java |   8 +-
 .../JsonTemplateLayoutConcurrentEncodeTest.java    |   6 +-
 .../json/JsonTemplateLayoutGcFreeTest.java         |   4 +-
 .../JsonTemplateLayoutNullEventDelimiterTest.java  |   4 +-
 .../template/json/JsonTemplateLayoutTest.java      |  74 +++++------
 .../log4j/layout/template/json/LogstashIT.java     |  17 ++-
 .../layout/template/json/util/JsonReaderTest.java  |  62 ++++-----
 .../layout/template/json/util/JsonWriterTest.java  | 146 ++++++++++-----------
 .../template/json/util/RecyclerFactoriesTest.java  |   6 +-
 .../json/util/StringParameterParserTest.java       |  84 ++++++------
 .../json/util/TruncatingBufferedWriterTest.java    |  34 ++---
 .../log4j/layout/template/json/util/UrisTest.java  |  16 +--
 15 files changed, 249 insertions(+), 248 deletions(-)