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 e9467989c1 LOG4J2-3550 - SystemPropertyAribiter was assigning the
value as the name
e9467989c1 is described below
commit e9467989c14307ecaa5a4f1f6c6603e3a35271ef
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Jul 12 09:14:46 2022 -0700
LOG4J2-3550 - SystemPropertyAribiter was assigning the value as the name
---
src/changes/changes.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 14647547e4..2717752da6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -201,7 +201,12 @@
Fixes incorrect constructor call in LocalizedMessageFactory.
</action>
</release>
- <release version="2.18.0" date="20YY-MM-DD" description="GA Release
2.18.0">
+ <release version="2.18.1" date="2022-MM-DD" description="GA Release
2.18.1">
+ <action issue="LOG4J2-3550" dev="rgoers" type="fix"
due-to="DongjianPeng">
+ SystemPropertyAribiter was assigning the value as the name.
+ </action>
+ </release>
+ <release version="2.18.0" date="20YY-06-28" description="GA Release
2.18.0">
<action issue="LOG4J2-3339" dev="rgoers" type="fix">
DirectWriteRolloverStrategy should use the current time when creating
files.
</action>