This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new a4db164 LOG4J2-2578 - RequestContextMappings should ignore private
and instance fields
a4db164 is described below
commit a4db1645bc672924fe6d5fac2f723e2d159ae583
Author: Ralph Goers <[email protected]>
AuthorDate: Wed Apr 3 17:16:26 2019 -0700
LOG4J2-2578 - RequestContextMappings should ignore private and instance
fields
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1374b8f..f0138dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
- "remove" - Removed
-->
<release version="1.0.2" date="TBD" description="Release 1.0.2">
+ <action issue="LOG4J2-2578" dev="rgoers" type="fix" due-to="Andrei
Ivanov">
+ RequestContextMappings should ignore private and instance fields.
+ </action>
<action issue="LOG4J2-2521" dev="mattsicker" type="update"
due-to="sullis">
Update maven-compiler-plugin to 3.8.0.
</action>