You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2021/03/05 06:23:59 UTC

[logging-log4j2] branch release-2.x updated: Add LOG4J2-2947 to changes.xml

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new f3e354e  Add LOG4J2-2947 to changes.xml
f3e354e is described below

commit f3e354e8530b9eb8803c58ca30219556ee7ab747
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Mar 4 23:23:45 2021 -0700

    Add LOG4J2-2947 to changes.xml
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 28be430..5c5d321 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,10 @@
     -->
     <release version="2.14.1" date="2021-MM-DD" description="GA Release 2.14.1">
       <!-- FIXES -->
+      <action issue="LOG4J2-2947" dev="rgoers" type="fix">
+        Document that LogBuilder default methods do nothing. Add log method with no parameters - i.e. it has an
+        empty message.
+      </action>
       <action issue="LOG4J2-2948" dev="vy" type="fix">
         Replace HashSet with IdentityHashMap in ParameterFormatter to detect cycles.
       </action>