LOG4J2-1222 - Cause LoggerContext creation to fail if shutting down
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8f6e87a7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8f6e87a7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8f6e87a7 Branch: refs/heads/master Commit: 8f6e87a7c5538ab10aa87356f2a745a0b7826d52 Parents: 37b594c Author: Ralph Goers <[email protected]> Authored: Sun Jan 24 00:40:27 2016 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jan 24 00:40:27 2016 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f6e87a7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b94520f..bca4964 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,10 @@ </properties> <body> <release version="2.5.1" date="201Y-MM-DD" description="GA Release 2.5.1"> + <action issue="LOG4J2-1222" dev="rgoers" type="fix"> + Creation of a LoggerContext will fail if shutdown is in progress. LogManager will default to SimpleLogger + instead. + </action> <action issue="LOG4J2-1221" dev="rpopma" type="update" due-to="Michael Barker"> Added async logger Timeout wait strategy and made this the default wait strategy for async loggers. This prevents a rare deadlock that may occur on Solaris.
