Repository: logging-log4j2 Updated Branches: refs/heads/master d46c6f7b7 -> 74db83bb9
Add changelog entry for LOG4J2-798. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/74db83bb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/74db83bb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/74db83bb Branch: refs/heads/master Commit: 74db83bb90d7a0264449a6759ddcc9908469c295 Parents: d46c6f7 Author: Matt Sicker <[email protected]> Authored: Wed Sep 24 21:03:29 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Wed Sep 24 21:03:29 2014 -0500 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/74db83bb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 15b32d4..f08b6dd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -101,6 +101,9 @@ Avoid ConverterKey plugin clashes by using a more predictable plugin loading infrastructure. Plugins have been segmented into three parts: class path, user-specified packages, and OSGi bundles. </action> + <action issue="LOG4J2-798" dev="mattsicker" type="fix" due-to="Scott Harrington"> + Fixed plugin scanning redundancy causing massive slowdowns in certain environments. + </action> <action issue="LOG4J2-753" dev="rpopma" type="fix"> Reduced CachedClock thread contention. </action>
