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

logging-log4j2 git commit: LOG4J2-599 update change log (also moved the "Java 7 required" change to the top to make it more noticable)

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b0e473bb2 -> 6a12b382d


LOG4J2-599 update change log
(also moved the "Java 7 required" change to the top to make it more
noticable)

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

Branch: refs/heads/master
Commit: 6a12b382de501df949b94ca3cdd8681150daf5f5
Parents: b0e473b
Author: rpopma <rp...@apache.org>
Authored: Mon Aug 10 01:23:25 2015 +0900
Committer: rpopma <rp...@apache.org>
Committed: Mon Aug 10 01:23:25 2015 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6a12b382/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f85aa3e..daabda6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,12 +24,16 @@
   </properties>
   <body>
     <release version="2.4" date="2015-MM-DD" description="GA Release 2.4">
-      <action issue="LOG4J2-1044" dev="rgoers" type="fix">
-        Write pending events to Flume when the appender is stopped.
-      </action>
       <action issue="LOG4J2-1017" dev="ggregory" type="update">
         Update Java platform from Java 6 to 7. From this version onwards, log4j 2 requires Java 7.
       </action>
+      <action issue="LOG4J2-599" dev="rpopma" type="add">
+        Added support for Java 8 lambda expressions to lazily construct a log message only if
+              the requested log level is enabled.
+      </action>
+      <action issue="LOG4J2-1044" dev="rgoers" type="fix">
+        Write pending events to Flume when the appender is stopped.
+      </action>
       <action dev="rpopma" type="remove">
         Removed experimental interface LevelLogger which got committed to master by mistake.
       </action>