[qos-ch/slf4j] 29c01a: Add Log4J method to MDC to workaround use in wild

Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: 29c01a05acd0e68bc2be4a23b4d1e3369aa5d748 https://github.com/qos-ch/slf4j/commit/29c01a05acd0e68bc2be4a23b4d1e3369aa5d... Author: Eamonn <eamonnlinehan@gmail.com> Date: 2014-10-03 (Fri, 03 Oct 2014) Changed paths: M log4j-over-slf4j/src/main/java/org/apache/log4j/MDC.java Log Message: ----------- Add Log4J method to MDC to workaround use in wild Adding a fix for #84 (http://bugzilla.slf4j.org/show_bug.cgi?id=84) that will allow downstream projects that incorrectly depend on Log4J methods that are not part of the public API to use this bridge. It is marked as deprecated to raise a compiler warning in these projects until they release fixes. For example, see http://jira.pentaho.com/browse/MONDRIAN-1171 Commit: f2e443ac386858264ec0caa64d7f74c16a69aef8 https://github.com/qos-ch/slf4j/commit/f2e443ac386858264ec0caa64d7f74c16a69a... Author: Matt Bishop <matt@thebishops.org> Date: 2014-11-24 (Mon, 24 Nov 2014) Changed paths: M log4j-over-slf4j/src/main/java/org/apache/log4j/MDC.java Log Message: ----------- Merge pull request #82 from eamonnl/patch-1 Add Log4J method to MDC to workaround use in wild. Makes a copy of the map, good practice. Compare: https://github.com/qos-ch/slf4j/compare/ebcbbeb68406...f2e443ac3868
participants (1)
-
Matt Bishop