LOG4J2-2028 - Java 9 StackLocator was not properly skipping the initial stack frames
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/500a5aea Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/500a5aea Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/500a5aea Branch: refs/heads/master Commit: 500a5aea930b18eec3526982921a9ee3c305f956 Parents: 64e3f10 Author: Ralph Goers <[email protected]> Authored: Mon Sep 4 00:38:35 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Mon Sep 4 00:38:35 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/500a5aea/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6e3669f..5317547 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -31,6 +31,9 @@ - "remove" - Removed --> <release version="2.9.1" date="2017-MM-DD" description="GA Release 2.9.1"> + <action issue="LOG4J2-2028" dev="rgoers" type="fix" due-to="Jason Tedor"> + Java 9 StackLocator was not properly skipping the initial stack frames. + </action> <action issue="LOG4J2-2023" dev="ggregory" type="update"> Use a class' canonical name instead of name to create its logger name. </action>
