LOG4J2-1176 Fixed memory leak when log4j jars are in Tomcat's lib folder
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/38ddc757 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/38ddc757 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/38ddc757 Branch: refs/heads/LOG4J2-89 Commit: 38ddc757b1d862fd78c8f8efb6756d708ed2c18e Parents: 0978624 Author: rpopma <[email protected]> Authored: Sun Nov 8 15:38:48 2015 +0900 Committer: Ralph Goers <[email protected]> Committed: Fri Nov 20 17:39:20 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/38ddc757/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b95c6d8..0648aa3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,9 @@ <action issue="LOG4J2-1187" dev="ggregory" type="add"> Support use case for java.sql.DriverManager.setLogStream(PrintStream). </action> + <action issue="LOG4J2-1176" dev="rpopma" type="fix"> + Fixed memory leak when log4j jars are in Tomcat's lib folder. + </action> <action issue="LOG4J2-1180" dev="ggregory" type="fix" due-to="Mikael Ståldal"> Logger cache does not account for message factory. </action>
