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/23 17:19:54 UTC

[6/6] logging-log4j-audit git commit: LOG4J2-2421 - AbstractEventLogger.logEvent doesn't check for missing required context attributes

LOG4J2-2421 - AbstractEventLogger.logEvent doesn't check for missing required context attributes


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/8b56411d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/8b56411d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/8b56411d

Branch: refs/heads/master
Commit: 8b56411dfd2ea36cc8f2f42d6c7494080dca5200
Parents: 138b808
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Sep 23 07:19:31 2018 -1000
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Sep 23 07:19:31 2018 -1000

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8b56411d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59ad26b..74fe82b 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-2421" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        AbstractEventLogger.logEvent doesn't check for missing required context attributes.
+      </action>
       <action issue="LOG4J2-2417" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         Better handling of optional properties.
       </action>