This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 06e2ba1 JndiManager reverts to 2.17.0 behavior: Read the system
property for each call.
06e2ba1 is described below
commit 06e2ba1438467c2b47a796b8d6dbcc1573a8cf32
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 6 12:43:26 2022 -0500
JndiManager reverts to 2.17.0 behavior: Read the system property for
each call.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1785cf5..4e9d7b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -100,6 +100,9 @@
<action dev="ggregory" type="fix">
Log4j 1.2 bridge adds org.apache.log4j.Hierarchy.
</action>
+ <action dev="ggregory" type="fix">
+ JndiManager reverts to 2.17.0 behavior: Read the system property for
each call.
+ </action>
<!-- ADD -->
<action dev="ggregory" type="add">
Add
org.apache.logging.log4j.core.appender.AsyncAppender.getAppenders() to more
easily port from org.apache.log4j.AsyncAppender.getAllAppenders().