This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/2.26.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a487a5d029697fc0b276a20c4277b24bf1f66b50 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sat May 2 18:50:10 2026 +0200 Tidy up changelog --- src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml | 3 +-- src/changelog/.2.x.x/3750_deprecate_withers.xml | 3 ++- src/changelog/.2.x.x/3819_logback-builder-reuse.xml | 2 +- src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml | 2 +- src/changelog/.2.x.x/3835-default-layout.xml | 2 +- src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml | 3 +-- src/changelog/.2.x.x/3920-nested-throwables.xml | 2 +- src/changelog/.2.x.x/3930_date-converter.xml | 2 +- ...ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml | 2 +- .../.2.x.x/3975_prevent_warning_for_last_null_argument.xml | 3 +-- src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml | 2 +- src/changelog/.2.x.x/4068_fix_SLF4JLogger_atFatal_wrong_level.xml | 3 ++- src/changelog/.2.x.x/4099_javadoc-cross-link.xml | 2 +- .../.2.x.x/add_debug_logs_for_successful_resource_loading.xml | 2 +- .../.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml | 6 +++--- .../.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml | 2 +- src/changelog/.2.x.x/prevent_configexception_non_used_config.xml | 4 ++-- src/changelog/.2.x.x/rfc5424-setters.xml | 2 +- .../.2.x.x/update_co_elastic_clients_elasticsearch_java.xml | 8 -------- src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml | 8 -------- .../update_org_gradlex_gradle_module_metadata_maven_plugin.xml | 8 -------- 21 files changed, 23 insertions(+), 48 deletions(-) diff --git a/src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml b/src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml index 0246396937..db263d3b4c 100644 --- a/src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml +++ b/src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml @@ -7,7 +7,6 @@ type="changed"> <issue id="3176" link="https://github.com/apache/logging-log4j2/issues/3176"/> <description format="asciidoc"> - Ensured scripts in global `Scripts container` have explicit names by throwing a `ConfigurationException` for unnamed ones. - Refined script identification with `AbstractScript.getId()` and clarified `AbstractScript.getName()`. + Ensure scripts in the global `Scripts` element have explicit names by throwing a `ConfigurationException` for unnamed ones. </description> </entry> diff --git a/src/changelog/.2.x.x/3750_deprecate_withers.xml b/src/changelog/.2.x.x/3750_deprecate_withers.xml index f7084c2719..e691f0ce4e 100644 --- a/src/changelog/.2.x.x/3750_deprecate_withers.xml +++ b/src/changelog/.2.x.x/3750_deprecate_withers.xml @@ -7,6 +7,7 @@ type="deprecated"> <issue id="3750" link="https://github.com/apache/logging-log4j2/issues/3750"/> <description format="asciidoc"> - Deprecated withers in builder classes in favor of setters. This change improves API consistency with 3.x and helps users adapt to the upcoming changes. + Deprecated withers in builder classes in favor of setters. + This change improves API consistency with Log4j Core 3 and helps users adapt to the upcoming changes. </description> </entry> diff --git a/src/changelog/.2.x.x/3819_logback-builder-reuse.xml b/src/changelog/.2.x.x/3819_logback-builder-reuse.xml index ea67aa50d0..39361aa122 100644 --- a/src/changelog/.2.x.x/3819_logback-builder-reuse.xml +++ b/src/changelog/.2.x.x/3819_logback-builder-reuse.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3819" link="https://github.com/apache/logging-log4j2/issues/3819"/> <description format="asciidoc"> - Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge. + Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge </description> </entry> diff --git a/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml b/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml index 884b93985d..2e73ba053c 100644 --- a/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml +++ b/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3828" link="https://github.com/apache/logging-log4j2/issues/3828"/> <description format="asciidoc"> - Corrected an incorrect placeholder count in the AbstractDriverManagerConnectionSource debug log message to prevent unnecessary warnings. + Fix the incorrect placeholder count in `AbstractDriverManagerConnectionSource` debug log message to prevent unnecessary warnings </description> </entry> diff --git a/src/changelog/.2.x.x/3835-default-layout.xml b/src/changelog/.2.x.x/3835-default-layout.xml index 877631c902..99474e0844 100644 --- a/src/changelog/.2.x.x/3835-default-layout.xml +++ b/src/changelog/.2.x.x/3835-default-layout.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3835" link="https://github.com/apache/logging-log4j2/issues/3835"/> <description format="asciidoc"> - Fix missing newlines in default logging configuration for log4j-core. + Fix missing newlines in default logging configuration for `log4j-core` </description> </entry> diff --git a/src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml b/src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml index ef0c2850be..6e0551af5f 100644 --- a/src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml +++ b/src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml @@ -5,8 +5,7 @@ https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="removed"> - <issue id="3874" link="https://github.com/apache/logging-log4j2/pull/3874"/> - + <issue id="3874" link="https://github.com/apache/logging-log4j2/pull/3874"/> <description format="asciidoc"> Remove the `jvmrunargs` lookup. </description> diff --git a/src/changelog/.2.x.x/3920-nested-throwables.xml b/src/changelog/.2.x.x/3920-nested-throwables.xml index a8c9b13cfe..63bcdead3a 100644 --- a/src/changelog/.2.x.x/3920-nested-throwables.xml +++ b/src/changelog/.2.x.x/3920-nested-throwables.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3920" link="https://github.com/apache/logging-log4j2/pull/3920"/> <description format="asciidoc"> - Fix detection of throwable converters inside nested patterns when applying `alwaysWriteExceptions`. + Fix detection of throwable converters inside nested patterns when applying `alwaysWriteExceptions` </description> </entry> diff --git a/src/changelog/.2.x.x/3930_date-converter.xml b/src/changelog/.2.x.x/3930_date-converter.xml index 1823ea9602..5d961a3202 100644 --- a/src/changelog/.2.x.x/3930_date-converter.xml +++ b/src/changelog/.2.x.x/3930_date-converter.xml @@ -7,6 +7,6 @@ type="fixed"> <issue id="3930" link="https://github.com/apache/logging-log4j2/issues/3930"/> <description format="asciidoc"> - Fix parsing and merging of literals in `InstantPatternDynamicFormatter`. + Fix parsing and merging of literals in `InstantPatternDynamicFormatter` </description> </entry> diff --git a/src/changelog/.2.x.x/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml b/src/changelog/.2.x.x/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml index 4bd5ca2c28..cc0058776f 100644 --- a/src/changelog/.2.x.x/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml +++ b/src/changelog/.2.x.x/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml @@ -8,6 +8,6 @@ <issue id="3940" link="https://github.com/apache/logging-log4j2/issues/3940"/> <issue id="3955" link="https://github.com/apache/logging-log4j2/pull/3955"/> <description format="asciidoc"> - Fixes `ArrayIndexOutOfBoundsException` thrown by `ThrowableStackTraceRenderer` when the stack trace is mutated concurrently. + Fix `ArrayIndexOutOfBoundsException` thrown by `ThrowableStackTraceRenderer` when the stack trace is modified concurrently </description> </entry> diff --git a/src/changelog/.2.x.x/3975_prevent_warning_for_last_null_argument.xml b/src/changelog/.2.x.x/3975_prevent_warning_for_last_null_argument.xml index 9c96386fac..8af5e3ebbb 100644 --- a/src/changelog/.2.x.x/3975_prevent_warning_for_last_null_argument.xml +++ b/src/changelog/.2.x.x/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. + Prevent `ParameterFormatter` from issuing a warning in case there is an extra null argument </description> </entry> diff --git a/src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml b/src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml index 761380f81c..0097393de2 100644 --- a/src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml +++ b/src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml @@ -8,6 +8,6 @@ <issue id="3623" link="https://github.com/apache/logging-log4j2/issues/3623"/> <issue id="4033" link="https://github.com/apache/logging-log4j2/pull/4033"/> <description format="asciidoc"> - Take `Throwable#toString()` into account while rendering stack traces in Pattern Layout. + Take `Throwable#toString()` into account while rendering stack traces in Pattern Layout </description> </entry> diff --git a/src/changelog/.2.x.x/4068_fix_SLF4JLogger_atFatal_wrong_level.xml b/src/changelog/.2.x.x/4068_fix_SLF4JLogger_atFatal_wrong_level.xml index 811996eb8d..f2dcb09537 100644 --- a/src/changelog/.2.x.x/4068_fix_SLF4JLogger_atFatal_wrong_level.xml +++ b/src/changelog/.2.x.x/4068_fix_SLF4JLogger_atFatal_wrong_level.xml @@ -8,6 +8,7 @@ <issue id="4068" link="https://github.com/apache/logging-log4j2/issues/4068"/> <issue id="4089" link="https://github.com/apache/logging-log4j2/pull/4089"/> <description format="asciidoc"> - Fixed `SLF4JLogger.atFatal()` returning `atLevel(Level.TRACE)` instead of `atLevel(Level.FATAL)`, which caused FATAL log events to be silently discarded when using the fluent API through the `log4j-to-slf4j` bridge. + Fix `SLF4JLogger.atFatal()` returning `atLevel(Level.TRACE)` instead of `atLevel(Level.FATAL)`. + This was causing `FATAL`-level log events to be silently discarded when using the fluent API through the `log4j-to-slf4j` bridge. </description> </entry> diff --git a/src/changelog/.2.x.x/4099_javadoc-cross-link.xml b/src/changelog/.2.x.x/4099_javadoc-cross-link.xml index 86e02a96a1..5110576866 100644 --- a/src/changelog/.2.x.x/4099_javadoc-cross-link.xml +++ b/src/changelog/.2.x.x/4099_javadoc-cross-link.xml @@ -8,6 +8,6 @@ <issue id="4099" link="https://github.com/apache/logging-log4j2/issues/4099"/> <issue id="4100" link="https://github.com/apache/logging-log4j2/pull/4100"/> <description format="asciidoc"> - Javadoc references across module boundaries (i.e., cross-references) are fixed + Fix Javadoc references across module boundaries (i.e., cross-references) </description> </entry> diff --git a/src/changelog/.2.x.x/add_debug_logs_for_successful_resource_loading.xml b/src/changelog/.2.x.x/add_debug_logs_for_successful_resource_loading.xml index 445100bf51..2fec650fbd 100644 --- a/src/changelog/.2.x.x/add_debug_logs_for_successful_resource_loading.xml +++ b/src/changelog/.2.x.x/add_debug_logs_for_successful_resource_loading.xml @@ -8,6 +8,6 @@ <issue id="4058" link="https://github.com/apache/logging-log4j2/issues/4058"/> <issue id="4060" link="https://github.com/apache/logging-log4j2/pull/4060"/> <description format="asciidoc"> - Added debug level logs for successful resource loading in `Loader` class to show where resources are found + Add debug level logs for successful resource loading in `Loader` class to show where resources are found </description> </entry> diff --git a/src/changelog/.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml b/src/changelog/.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml index 6a30033ce6..a6b84f9292 100644 --- a/src/changelog/.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml +++ b/src/changelog/.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <entry xmlns="https://logging.apache.org/xml/ns" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="added"> + type="added"> <issue id="3775" link="https://github.com/apache/logging-log4j2/issues/3775"/> <issue id="3921" link="https://github.com/apache/logging-log4j2/pull/3921"/> <description format="asciidoc"> diff --git a/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml b/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml index a23c6497f9..0cf87573c7 100644 --- a/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml +++ b/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml @@ -6,7 +6,7 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="fixed"> <description format="asciidoc"> - Fix header write in `RollingRandomAccessFileManager` that was being incorrectly skipped if `append=true` and the file didn't exist before. + Fix header write in `RollingRandomAccessFileManager` that was being incorrectly skipped if `append=true` and the file didn't exist before </description> </entry> diff --git a/src/changelog/.2.x.x/prevent_configexception_non_used_config.xml b/src/changelog/.2.x.x/prevent_configexception_non_used_config.xml index b489fa0e24..ed774ce257 100644 --- a/src/changelog/.2.x.x/prevent_configexception_non_used_config.xml +++ b/src/changelog/.2.x.x/prevent_configexception_non_used_config.xml @@ -4,10 +4,10 @@ xsi:schemaLocation=" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="added"> + type="fixed"> <issue id="4036" link="https://github.com/apache/logging-log4j2/issues/4036"/> <issue id="4069" link="https://github.com/apache/logging-log4j2/pull/4069"/> <description format="asciidoc"> - Disregarded defined logger, appender and filter properties not referenced in loggers, appenders and filters respectively + Fix a properties file configuration regression caused by not referenced loggers, appenders, and filters </description> </entry> diff --git a/src/changelog/.2.x.x/rfc5424-setters.xml b/src/changelog/.2.x.x/rfc5424-setters.xml index 4cd3cde732..6ad576b69f 100644 --- a/src/changelog/.2.x.x/rfc5424-setters.xml +++ b/src/changelog/.2.x.x/rfc5424-setters.xml @@ -6,6 +6,6 @@ https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" type="added"> <description format="asciidoc"> - Add missing setters to `Rfc5424LayoutBuilder`. + Add missing setters to `Rfc5424LayoutBuilder` </description> </entry> diff --git a/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml b/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml deleted file mode 100644 index a2f7650479..0000000000 --- a/src/changelog/.2.x.x/update_co_elastic_clients_elasticsearch_java.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3949" link="https://github.com/apache/logging-log4j2/pull/3949"/> - <description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `9.1.5`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml b/src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml deleted file mode 100644 index 33e9b85386..0000000000 --- a/src/changelog/.2.x.x/update_org_apache_commons_commons_lang3.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3815" link="https://github.com/apache/logging-log4j2/pull/3815"/> - <description format="asciidoc">Update `org.apache.commons:commons-lang3` to version `3.18.0`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml b/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml deleted file mode 100644 index a1d201d9a7..0000000000 --- a/src/changelog/.2.x.x/update_org_gradlex_gradle_module_metadata_maven_plugin.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="https://logging.apache.org/xml/ns" - xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="updated"> - <issue id="3811" link="https://github.com/apache/logging-log4j2/pull/3811"/> - <description format="asciidoc">Update `org.gradlex:gradle-module-metadata-maven-plugin` to version `1.1`</description> -</entry>
