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 2018/09/22 06:23:11 UTC

[6/6] logging-log4j-audit git commit: LOG4J2-2417 - Better handling of optional properties

LOG4J2-2417 - Better handling of optional properties


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/07e5419f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/07e5419f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/07e5419f

Branch: refs/heads/master
Commit: 07e5419f06a30541ab83181dd0712583e9fd51d3
Parents: 7599c8a
Author: Ralph Goers <rg...@apache.org>
Authored: Fri Sep 21 20:22:59 2018 -1000
Committer: Ralph Goers <rg...@apache.org>
Committed: Fri Sep 21 20:22:59 2018 -1000

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/07e5419f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b3e265a..59ad26b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="1.0.1" date="YYYY-MM-DD" description="Release 1.0.1">
+      <action issue="LOG4J2-2417" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Better handling of optional properties.
+      </action>
       <action issue="LOG4J2-2420" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         RequestContextFilter logging cleanup.
       </action>