Repository: logging-log4j2 Updated Branches: refs/heads/master 9a9aa1d29 -> 189af7978
[LOG4J2-2053] Exception java.nio.charset.UnsupportedCharsetException: cp65001 in 2.9.0. Fix tests and a test util. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/189af797 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/189af797 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/189af797 Branch: refs/heads/master Commit: 189af79786b329b91b60482682779dd84e84add6 Parents: 9a9aa1d Author: Gary Gregory <[email protected]> Authored: Sat Oct 7 08:40:23 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat Oct 7 08:40:23 2017 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/189af797/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dcaa80f..f376665 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,9 @@ <action issue="LOG4J2-2031" dev="rpopma" type="fix"> Until this change, messages appeared out of order in log file any time when the async logging queue was full. With this change, messages are only logged out of order to prevent deadlock when Log4j2 detects recursive logging while the queue is full. </action> + <action issue="LOG4J2-2053" dev="ggregory" type="fix"> + Exception java.nio.charset.UnsupportedCharsetException: cp65001 in 2.9.0. + </action> </release> <release version="2.9.1" date="2017-09-17" description="GA Release 2.9.1"> <action issue="LOG4J2-1988" dev="rpopma" type="fix">
