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/18 16:14:23 UTC

[logging-log4j2] branch master updated (7f5c24c -> 9d5c6f5)

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 7f5c24c  Try suppressing revapi errors regarding JSON Template Layout.
     add 9d5c6f5  Align JTL module with the one in release-2.x.

No new revisions were added by this update.

Summary of changes:
 log4j-layout-template-json/pom.xml                 | 10 ++--
 log4j-layout-template-json/revapi.json             | 39 +++++++--------
 .../json/resolver/ExceptionRootCauseResolver.java  |  2 +-
 .../template/json/resolver/MessageResolver.java    | 58 ++++------------------
 .../json/resolver/MessageResolverFactory.java      |  2 +-
 .../template/json/resolver/SourceResolver.java     |  2 +-
 .../template/json/resolver/TimestampResolver.java  |  2 +-
 .../template/json/util/DummyRecyclerFactory.java   |  2 +-
 .../json/util/QueueingRecyclerFactory.java         |  2 +-
 .../template/json/util/StringParameterParser.java  | 16 ++++++
 .../log4j/layout/template/json/EcsLayoutTest.java  | 16 ++++++
 .../log4j/layout/template/json/GelfLayoutTest.java | 16 ++++++
 .../log4j/layout/template/json/JsonLayoutTest.java | 16 ++++++
 .../JsonTemplateLayoutNullEventDelimiterTest.java  | 16 ++++++
 .../template/json/JsonTemplateLayoutTest.java      |  2 +-
 .../template/json/LayoutComparisonHelpers.java     | 16 ++++++
 .../log4j/layout/template/json/LogstashIT.java     | 16 ++++++
 .../layout/template/json/util/JsonWriterTest.java  | 16 +-----
 .../json/util/StringParameterParserTest.java       | 16 ++++++
 .../json/util/TruncatingBufferedWriterTest.java    | 16 ++++++
 20 files changed, 186 insertions(+), 95 deletions(-)