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-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 3ae6694555 LOG4J2-2956 - Prevent ContextDataFactory error during
startup
3ae6694555 is described below
commit 3ae669455565276e962b34ce5fdf7fd3dc7da3c2
Author: Ralph Goers <[email protected]>
AuthorDate: Thu May 5 21:59:40 2022 +0200
LOG4J2-2956 - Prevent ContextDataFactory error during startup
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f940f7addd..74fdf736c9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -193,6 +193,9 @@
</release>
<release version="2.18.0" date="20YY-MM-DD" description="GA Release
2.17.3">
<!-- FIXES -->
+ <action issue="LOG4J2-2966" dev="rgoers" type="fix">
+ Initialize ContextDataFactory before the configuration is completed
thus avoiding an NPE."
+ </action>
<action issue="LOG4J2-3481" dev="rgoers" type="fix">
HttpWatcher did not pass credentials when polling.
</action>