You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/04/20 17:23:08 UTC

logging-log4j2 git commit: Patching for LOG4J-965 breaks the ConsoleAppenderTest. It seems that saving the delegate in a proxy stream is not compatible with this test.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 489561ced -> 121138167


Patching for LOG4J-965 breaks the ConsoleAppenderTest. It seems that
saving the delegate in a proxy stream is not compatible with this test.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/12113816
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/12113816
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/12113816

Branch: refs/heads/master
Commit: 1211381670dd5b16ae6089b6d87599ec22d48071
Parents: 489561c
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Apr 20 08:23:04 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Apr 20 08:23:04 2015 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/12113816/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09c37c4..aeda6e3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,9 +24,6 @@
   </properties>
   <body>
     <release version="2.3" date="2015-0?-??" description="GA Release 2.3">
-      <action issue="LOG4J2-965" dev="ggregory" type="fix" due-to="Khotyn Huang">
-        System.out no longer works after the Console appender and JANSI is initialized.
-      </action>
       <action issue="LOG4J2-995" dev="rgoers" type="update">
         Move UTF-8 constant from Charsets to Constants class. Remove Charsets class.
       </action>