This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.25.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.25.x by this push:
new de71825650 fix: shorten changelog entry
de71825650 is described below
commit de7182565051b1f049eff28203d07c21cc58d66c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Mar 28 11:15:05 2026 +0100
fix: shorten changelog entry
---
src/changelog/2.25.4/3975_prevent_warning_for_last_null_argument.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/src/changelog/2.25.4/3975_prevent_warning_for_last_null_argument.xml
b/src/changelog/2.25.4/3975_prevent_warning_for_last_null_argument.xml
index e1a6b5d363..01a937e319 100644
--- a/src/changelog/2.25.4/3975_prevent_warning_for_last_null_argument.xml
+++ b/src/changelog/2.25.4/3975_prevent_warning_for_last_null_argument.xml
@@ -8,7 +8,6 @@
<issue id="3975"
link="https://github.com/apache/logging-log4j2/issues/3975"/>
<issue id="4014"
link="https://github.com/apache/logging-log4j2/pull/4014"/>
<description format="asciidoc">
- Prevent ParameterFormatter issuing a warning in case there is an extra
null argument.
- Needed to support cases with Throwable parameter that may be null.
+ Don't issue warnings if extra argument in parameterized logging is
`null`.
</description>
</entry>