Repository: logging-log4j2 Updated Branches: refs/heads/master 7cdf1637b -> 8ef7ac1b5
[LOG4J2-1259] Log4j threads are leaking on Tomcat shutdown. Update changes.xml. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8ef7ac1b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8ef7ac1b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8ef7ac1b Branch: refs/heads/master Commit: 8ef7ac1b5218444c446da4bcf99323f196cde4ca Parents: 7cdf163 Author: Gary Gregory <[email protected]> Authored: Wed Sep 14 23:54:19 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Sep 14 23:54:19 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8ef7ac1b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eadd56a..16a1a04 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.7" date="2016-MM-DD" description="GA Release 2.7"> + <action issue="LOG4J2-1259" dev="ggregory" type="fix" due-to="Misagh Moayyed, Steffen Offermann"> + Log4j threads are leaking on Tomcat shutdown. + </action> <action issue="LOG4J2-1051" dev="rpopma" type="fix" due-to="Lukasz Lenart"> When starting on Google App Engine, Interpolator now suppresses the NoClassDefFoundError stack trace for the jvmrunargs lookup. </action>
