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:46:20 UTC

[5/5] logging-log4j-audit git commit: LOG4J2-2429 - Setting the exceptionHandler on the AuditEvent sets it as a ThreadContext variable

LOG4J2-2429 - Setting the exceptionHandler on the AuditEvent sets it as a ThreadContext variable


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

Branch: refs/heads/master
Commit: 8f460ee0208316becb12e343441700aec41339f1
Parents: 73cfc05
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Sep 23 07:45:16 2018 -1000
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Sep 23 07:45:16 2018 -1000

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/8f460ee0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ede29af..513bc9f 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-2429" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Setting the exceptionHandler on the AuditEvent sets it as a ThreadContext variable.
+      </action>
       <action issue="LOG4J2-2421" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         Add verbose parameter to the Log4j audit Maven plugin.
       </action>