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
commit 544db529ed770f716ef3e2ffaa42ea57803020d2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 19 10:32:10 2021 -0500 Oops, fix wrong issue reference. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 895bd75..ba71ad9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,7 +30,7 @@ - "remove" - Removed --> <release version="2.17.1" date="2021-MM-dd" description="GA Release 2.17.1"> - <action issue="LOG4J2-3230" dev="ggregory" type="fix"> + <action dev="ggregory" type="fix"> Fix NPE when input is null in StrSubstitutor.replace(String, Properties). </action> </release>