You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2019/01/14 02:43:24 UTC

[logging-log4j2] 01/01: Merge pull request #250 from travisspencer/master

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

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

commit 2c6d73256f579cfc2840bb6f98d7a546a0ed959b
Merge: 3ebaf1d c58a876
Author: Carter Kozak <c4...@gmail.com>
AuthorDate: Sun Jan 13 21:43:18 2019 -0500

    Merge pull request #250 from travisspencer/master
    
    LOG4J2-2530 Generalize check for MapMessage

 .../apache/logging/log4j/message/MapMessage.java   | 34 +++++++--
 .../log4j/core/pattern/MapPatternConverter.java    | 60 +++++++++------
 .../core/pattern/MapPatternConverterTest.java      | 27 +++++++
 .../logging/log4j/lookup/MapMessageLookup.java     | 22 ++----
 .../apache/logging/log4j/MapMessageLookupTest.java | 89 ++++++++++++++++++++++
 5 files changed, 187 insertions(+), 45 deletions(-)