This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x-site-pro in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 0171ce70a50bb0f754c7753dda74a68f9ec45fa7 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Sat Mar 28 11:51:43 2026 +0100 fix: delete upcoming changes --- .../.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml | 13 ------------- src/changelog/.2.x.x/3336_script_resolution_order_fix.xml | 12 ------------ src/changelog/.2.x.x/3750_deprecate_withers.xml | 12 ------------ src/changelog/.2.x.x/3819_logback-builder-reuse.xml | 12 ------------ src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml | 12 ------------ src/changelog/.2.x.x/3835-default-layout.xml | 12 ------------ src/changelog/.2.x.x/3852-default-target.xml | 12 ------------ src/changelog/.2.x.x/3871_graalvm_binary_name.xml | 13 ------------- .../.2.x.x/3872_fix_RollingFileManager_initialTime.xml | 13 ------------- src/changelog/.2.x.x/3873_throwable_converter_new_line.xml | 13 ------------- src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml | 13 ------------- src/changelog/.2.x.x/3905_fix_error_prone_dep.xml | 14 -------------- src/changelog/.2.x.x/3920-nested-throwables.xml | 12 ------------ src/changelog/.2.x.x/3930_date-converter.xml | 12 ------------ .../3935_optimize_DefaultThreadContextMap_getCopy.xml | 13 ------------- .../.2.x.x/3947_fix_SslSocketManager_null_keystore.xml | 13 ------------- src/changelog/.2.x.x/3968_refactor_manager_factories.xml | 12 ------------ .../.2.x.x/3975_prevent_warning_for_last_null_argument.xml | 14 -------------- src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml | 13 ------------- .../.2.x.x/4002_fix_SslSocketAppender_verifyHostName.xml | 12 ------------ .../.2.x.x/4033_fix_custom_throwable_to_sting.xml | 13 ------------- .../add_debug_logs_for_successful_resource_loading.xml | 13 ------------- .../add_getConfiguration_method_for_mulitiple_URIs.xml | 13 ------------- .../.2.x.x/exported_named_patterns_into_public_enum.xml | 8 -------- .../fix_RollingRandomAccessFileManager_writeHeader.xml | 12 ------------ .../.2.x.x/plugin_processor_min_allowed_message_kind.xml | 14 -------------- .../update_co_elastic_clients_elasticsearch_java.xml | 8 -------- .../.2.x.x/update_org_apache_commons_commons_lang3.xml | 8 -------- ...ate_org_gradlex_gradle_module_metadata_maven_plugin.xml | 8 -------- src/changelog/.2.x.x/update_org_junit_junit_bom.xml | 8 -------- src/changelog/.2.x.x/update_org_mongodb_bson.xml | 8 -------- .../.2.x.x/update_org_xerial_snappy_snappy_java.xml | 8 -------- 32 files changed, 373 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 deleted file mode 100644 index 0246396937..0000000000 --- a/src/changelog/.2.x.x/3176_validate_scripts_in_ScriptsPlugin.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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()`. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3336_script_resolution_order_fix.xml b/src/changelog/.2.x.x/3336_script_resolution_order_fix.xml deleted file mode 100644 index f9adb48e5b..0000000000 --- a/src/changelog/.2.x.x/3336_script_resolution_order_fix.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3336" link="https://github.com/apache/logging-log4j2/issues/3336"/> - <description format="asciidoc"> - Fix script resolution failure when the `Scripts` element is placed after a `ScriptRef` in the configuration. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3750_deprecate_withers.xml b/src/changelog/.2.x.x/3750_deprecate_withers.xml deleted file mode 100644 index f7084c2719..0000000000 --- a/src/changelog/.2.x.x/3750_deprecate_withers.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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. - </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 deleted file mode 100644 index ea67aa50d0..0000000000 --- a/src/changelog/.2.x.x/3819_logback-builder-reuse.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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. - </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 deleted file mode 100644 index 884b93985d..0000000000 --- a/src/changelog/.2.x.x/3828_fix_log_placeholder_mismatch.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3835-default-layout.xml b/src/changelog/.2.x.x/3835-default-layout.xml deleted file mode 100644 index 877631c902..0000000000 --- a/src/changelog/.2.x.x/3835-default-layout.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3852-default-target.xml b/src/changelog/.2.x.x/3852-default-target.xml deleted file mode 100644 index ec4c28297d..0000000000 --- a/src/changelog/.2.x.x/3852-default-target.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3852" link="https://github.com/apache/logging-log4j2/pull/3852"/> - <description format="asciidoc"> - Fix missing default `Target` value in Console Appender. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3871_graalvm_binary_name.xml b/src/changelog/.2.x.x/3871_graalvm_binary_name.xml deleted file mode 100644 index a6a5e8c257..0000000000 --- a/src/changelog/.2.x.x/3871_graalvm_binary_name.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3871" link="https://github.com/apache/logging-log4j2/issues/3871"/> - <issue id="3996" link="https://github.com/apache/logging-log4j2/pull/3996"/> - <description format="asciidoc"> - Fix GraalVM metadata for nested classes to use binary names instead of canonical names. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3872_fix_RollingFileManager_initialTime.xml b/src/changelog/.2.x.x/3872_fix_RollingFileManager_initialTime.xml deleted file mode 100644 index ba6fbd9129..0000000000 --- a/src/changelog/.2.x.x/3872_fix_RollingFileManager_initialTime.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3068" link="https://github.com/apache/logging-log4j2/issues/3068"/> - <issue id="3872" link="https://github.com/apache/logging-log4j2/pull/3872"/> - <description format="asciidoc"> - Discard the sub-second part while obtaining the initial time (i.e., creation time) of a file in `RollingFileManager` - </description> -</entry> diff --git a/src/changelog/.2.x.x/3873_throwable_converter_new_line.xml b/src/changelog/.2.x.x/3873_throwable_converter_new_line.xml deleted file mode 100644 index 30011263e5..0000000000 --- a/src/changelog/.2.x.x/3873_throwable_converter_new_line.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3873" link="https://github.com/apache/logging-log4j2/issues/3873"/> - <issue id="3919" link="https://github.com/apache/logging-log4j2/pull/3919"/> - <description format="asciidoc"> - Fix Pattern Layout exception stack trace converters to no longer prepend newlines based on context - </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 deleted file mode 100644 index ef0c2850be..0000000000 --- a/src/changelog/.2.x.x/3874_remove_jvmrunargs_lookup.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - 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"/> - - <description format="asciidoc"> - Remove the `jvmrunargs` lookup. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3905_fix_error_prone_dep.xml b/src/changelog/.2.x.x/3905_fix_error_prone_dep.xml deleted file mode 100644 index 2667e0f424..0000000000 --- a/src/changelog/.2.x.x/3905_fix_error_prone_dep.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/> - <issue id="3785" link="https://github.com/apache/logging-log4j2/pull/3785"/> - <issue id="3905" link="https://github.com/apache/logging-log4j2/pull/3905"/> - <description format="asciidoc"> - Fix the `com.google.errorprone:error_prone_annotations` dependency whose version property gets erased due to flattening - </description> -</entry> diff --git a/src/changelog/.2.x.x/3920-nested-throwables.xml b/src/changelog/.2.x.x/3920-nested-throwables.xml deleted file mode 100644 index a8c9b13cfe..0000000000 --- a/src/changelog/.2.x.x/3920-nested-throwables.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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`. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3930_date-converter.xml b/src/changelog/.2.x.x/3930_date-converter.xml deleted file mode 100644 index 1823ea9602..0000000000 --- a/src/changelog/.2.x.x/3930_date-converter.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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`. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3935_optimize_DefaultThreadContextMap_getCopy.xml b/src/changelog/.2.x.x/3935_optimize_DefaultThreadContextMap_getCopy.xml deleted file mode 100644 index 35e1cf8b44..0000000000 --- a/src/changelog/.2.x.x/3935_optimize_DefaultThreadContextMap_getCopy.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> - <issue id="3935" link="https://github.com/apache/logging-log4j2/issues/3935"/> - <issue id="3939" link="https://github.com/apache/logging-log4j2/pull/3939"/> - <description format="asciidoc"> - Optimize `DefaultThreadContextMap.getCopy()` performance by avoiding megamorphic calls in `HashMap` constructor - </description> -</entry> \ No newline at end of file diff --git a/src/changelog/.2.x.x/3947_fix_SslSocketManager_null_keystore.xml b/src/changelog/.2.x.x/3947_fix_SslSocketManager_null_keystore.xml deleted file mode 100644 index ff6efe8256..0000000000 --- a/src/changelog/.2.x.x/3947_fix_SslSocketManager_null_keystore.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="3947" link="https://github.com/apache/logging-log4j2/issues/3947"/> - <issue id="3953" link="https://github.com/apache/logging-log4j2/pull/3953"/> - <description format="asciidoc"> - Fix failures caused by null `SslConfiguration` - </description> -</entry> diff --git a/src/changelog/.2.x.x/3968_refactor_manager_factories.xml b/src/changelog/.2.x.x/3968_refactor_manager_factories.xml deleted file mode 100644 index 887d4bf1d6..0000000000 --- a/src/changelog/.2.x.x/3968_refactor_manager_factories.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> - <issue id="3968" link="https://github.com/apache/logging-log4j2/pull/3968"/> - <description format="asciidoc"> - Simplify file manager registry factory methods - </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 deleted file mode 100644 index 9c96386fac..0000000000 --- a/src/changelog/.2.x.x/3975_prevent_warning_for_last_null_argument.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> - <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. - </description> -</entry> diff --git a/src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml b/src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml deleted file mode 100644 index a2c7b3b8b2..0000000000 --- a/src/changelog/.2.x.x/3985_remove_spotbugs_annotations.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="removed"> - <issue id="3984" link="https://github.com/apache/logging-log4j2/issues/3984"/> - <issue id="3985" link="https://github.com/apache/logging-log4j2/pull/3985"/> - <description format="asciidoc"> - Remove the `com.github.spotbugs:spotbugs-annotations` dependency - </description> -</entry> diff --git a/src/changelog/.2.x.x/4002_fix_SslSocketAppender_verifyHostName.xml b/src/changelog/.2.x.x/4002_fix_SslSocketAppender_verifyHostName.xml deleted file mode 100644 index 9fb4e40c88..0000000000 --- a/src/changelog/.2.x.x/4002_fix_SslSocketAppender_verifyHostName.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="4002" link="https://github.com/apache/logging-log4j2/pull/4002"/> - <description format="asciidoc"> - Fix incorrect handling of the host name verification (i.e., `verifyHostName`) in `SslSocketManager`, which is used by Socket Appender when SSL/TLS is enabled - </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 deleted file mode 100644 index 761380f81c..0000000000 --- a/src/changelog/.2.x.x/4033_fix_custom_throwable_to_sting.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="changed"> - <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. - </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 deleted file mode 100644 index 445100bf51..0000000000 --- a/src/changelog/.2.x.x/add_debug_logs_for_successful_resource_loading.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="added"> - <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 - </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 deleted file mode 100644 index 6a30033ce6..0000000000 --- a/src/changelog/.2.x.x/add_getConfiguration_method_for_mulitiple_URIs.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - 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"> - Add a new `ConfigurationFactory::getConfiguration` method accepting multiple `URI`s - </description> -</entry> diff --git a/src/changelog/.2.x.x/exported_named_patterns_into_public_enum.xml b/src/changelog/.2.x.x/exported_named_patterns_into_public_enum.xml deleted file mode 100644 index 20fd32265d..0000000000 --- a/src/changelog/.2.x.x/exported_named_patterns_into_public_enum.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="added"> - <issue id="3789" link="https://github.com/apache/logging-log4j2/pull/3789"/> - <description format="asciidoc">Add and export `org.apache.logging.log4j.core.pattern.NamedInstantPattern` enabling users to programmatically access named date & time patterns supported by Pattern Layout</description> -</entry> diff --git a/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml b/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml deleted file mode 100644 index a23c6497f9..0000000000 --- a/src/changelog/.2.x.x/fix_RollingRandomAccessFileManager_writeHeader.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - 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. - </description> -</entry> - diff --git a/src/changelog/.2.x.x/plugin_processor_min_allowed_message_kind.xml b/src/changelog/.2.x.x/plugin_processor_min_allowed_message_kind.xml deleted file mode 100644 index 3663ec2850..0000000000 --- a/src/changelog/.2.x.x/plugin_processor_min_allowed_message_kind.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="added"> - <issue id="3380" link="https://github.com/apache/logging-log4j2/discussions/3380"/> - <issue id="4063" link="https://github.com/apache/logging-log4j2/pull/4063"/> - <description format="asciidoc"> - Add `log4j.plugin.processor.minAllowedMessageKind` annotation processor option to `PluginProcessor` to filter diagnostic messages by severity. - This allows builds that treat compiler notes as errors (e.g. Maven with `-Werror`) to suppress informational notes emitted during normal plugin processing. - </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> diff --git a/src/changelog/.2.x.x/update_org_junit_junit_bom.xml b/src/changelog/.2.x.x/update_org_junit_junit_bom.xml deleted file mode 100644 index f26cbf7b77..0000000000 --- a/src/changelog/.2.x.x/update_org_junit_junit_bom.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="3850" link="https://github.com/apache/logging-log4j2/pull/3850"/> - <description format="asciidoc">Update `org.junit:junit-bom` to version `5.13.4`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_mongodb_bson.xml b/src/changelog/.2.x.x/update_org_mongodb_bson.xml deleted file mode 100644 index 88fdfc6647..0000000000 --- a/src/changelog/.2.x.x/update_org_mongodb_bson.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="3961" link="https://github.com/apache/logging-log4j2/pull/3961"/> - <description format="asciidoc">Update `org.mongodb:bson` to version `5.6.1`</description> -</entry> diff --git a/src/changelog/.2.x.x/update_org_xerial_snappy_snappy_java.xml b/src/changelog/.2.x.x/update_org_xerial_snappy_snappy_java.xml deleted file mode 100644 index 9c6349dd8f..0000000000 --- a/src/changelog/.2.x.x/update_org_xerial_snappy_snappy_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="3841" link="https://github.com/apache/logging-log4j2/pull/3841"/> - <description format="asciidoc">Update `org.xerial.snappy:snappy-java` to version `1.1.10.8`</description> -</entry>
