Repository: logging-log4j2 Updated Branches: refs/heads/master 278398ded -> a9f54883a
[LOG4J2-2177] Replace use of deprecated Core API org.apache.logging.log4j.core.impl.Log4jLogEvent.Builder.setContextMap(Map<String, String>) Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a9f54883 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a9f54883 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a9f54883 Branch: refs/heads/master Commit: a9f54883ae7e94cf2ad263d4e490acfaece335ad Parents: 278398d Author: Gary Gregory <[email protected]> Authored: Thu Jan 4 13:35:51 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Thu Jan 4 13:35:51 2018 -0700 ---------------------------------------------------------------------- .../log4j/core/appender/rewrite/PropertiesRewritePolicy.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a9f54883/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java index 5d52851..88a574d 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rewrite/PropertiesRewritePolicy.java @@ -33,7 +33,6 @@ import org.apache.logging.log4j.core.config.plugins.PluginFactory; import org.apache.logging.log4j.core.impl.ContextDataFactory; import org.apache.logging.log4j.core.impl.Log4jLogEvent; import org.apache.logging.log4j.status.StatusLogger; -import org.apache.logging.log4j.util.ReadOnlyStringMap; import org.apache.logging.log4j.util.StringMap; /**
