This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x-site-pro
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x-site-pro by this push:
     new 9b771f95f3 Remove `src/changelog/.2.x.x`
9b771f95f3 is described below

commit 9b771f95f302d2a1afb709a214a2173599ba2c3a
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Jul 2 13:51:58 2026 +0200

    Remove `src/changelog/.2.x.x`
---
 src/changelog/.2.x.x/.release-notes.adoc.ftl       | 25 ----------------------
 src/changelog/.2.x.x/3926_revamp_list_appender.xml | 13 -----------
 src/changelog/.2.x.x/4012_add_max_random_delay.xml | 14 ------------
 ...2006_Fix_RollingFileAppender_createOnDemand.xml | 14 ------------
 ..._cover_daylight_saving_and_scheduling_logic.xml | 13 -----------
 ...atePatternConverter_locale_without_timezone.xml | 13 -----------
 .../fix-MapMessage-JSON-non-finite-number.xml      | 12 -----------
 .../fix-StructuredDataMessage-XML-encoding.xml     | 12 -----------
 ...nce-detection-for-exceptions-with-colliding.xml | 13 -----------
 .../fix-log-disruptor-initialization-errors.xml    | 13 -----------
 .../.2.x.x/fix_configuration_source_url_leak.xml   |  8 -------
 .../fix_kafka_appender_retry_error_reporting.xml   |  8 -------
 .../.2.x.x/harden_message_deserialization.xml      | 12 -----------
 .../.2.x.x/regexfilter_patternflags_builder.xml    | 15 -------------
 src/changelog/.2.x.x/update_actions_stale.xml      |  8 -------
 15 files changed, 193 deletions(-)

diff --git a/src/changelog/.2.x.x/.release-notes.adoc.ftl 
b/src/changelog/.2.x.x/.release-notes.adoc.ftl
deleted file mode 100644
index 115b566708..0000000000
--- a/src/changelog/.2.x.x/.release-notes.adoc.ftl
+++ /dev/null
@@ -1,25 +0,0 @@
-////
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-         https://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-////
-
-[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
-== ${release.version}
-
-<#if release.date?has_content>Release date:: ${release.date}</#if>
-
-This release...
-
-<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/.2.x.x/3926_revamp_list_appender.xml 
b/src/changelog/.2.x.x/3926_revamp_list_appender.xml
deleted file mode 100644
index e66a5fdfad..0000000000
--- a/src/changelog/.2.x.x/3926_revamp_list_appender.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="3926" 
link="https://github.com/apache/logging-log4j2/pull/3926"/>
-    <issue id="4111" 
link="https://github.com/apache/logging-log4j2/pull/4111"/>
-    <description format="asciidoc">
-      Revamp `ListAppender` for thread-safety and clarity.
-    </description>
-</entry>
diff --git a/src/changelog/.2.x.x/4012_add_max_random_delay.xml 
b/src/changelog/.2.x.x/4012_add_max_random_delay.xml
deleted file mode 100644
index 128a8472e1..0000000000
--- a/src/changelog/.2.x.x/4012_add_max_random_delay.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="4012" 
link="https://github.com/apache/logging-log4j2/issues/4012"/>
-    <issue id="4071" 
link="https://github.com/apache/logging-log4j2/pull/4071"/>
-    <description format="asciidoc">
-        Added support for `maxRandomDelay` on rolling appenders to start the 
asynchronous rollover action chain with a random delay and reduce disk I/O 
pressure during compression.
-    </description>
-</entry>
-
diff --git 
a/src/changelog/.2.x.x/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml 
b/src/changelog/.2.x.x/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.xml
deleted file mode 100644
index 33d6f9e9fe..0000000000
--- 
a/src/changelog/.2.x.x/LOG4J2-2006_Fix_RollingFileAppender_createOnDemand.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="2006" 
link="https://github.com/apache/logging-log4j2/issues/2006"/>
-  <issue id="4072" link="https://github.com/apache/logging-log4j2/pull/4072"/>
-  <description format="asciidoc">
-    Fix the `createOnDemand` behavior of `RollingFileAppender` to correctly 
defer file and directory creation
-    until the first log event, while preserving eager creation when disabled.
-  </description>
-</entry>
\ No newline at end of file
diff --git 
a/src/changelog/.2.x.x/LOG4J2-3660_Improve_CronExpression_tests_to_cover_daylight_saving_and_scheduling_logic.xml
 
b/src/changelog/.2.x.x/LOG4J2-3660_Improve_CronExpression_tests_to_cover_daylight_saving_and_scheduling_logic.xml
deleted file mode 100644
index 60f2cf065c..0000000000
--- 
a/src/changelog/.2.x.x/LOG4J2-3660_Improve_CronExpression_tests_to_cover_daylight_saving_and_scheduling_logic.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="3660" 
link="https://github.com/apache/logging-log4j2/issues/3660"/>
-  <issue id="4081" link="https://github.com/apache/logging-log4j2/pull/4081"/>
-  <description format="asciidoc">
-    Improve DST handling in `CronExpression`, including boundary and short-day 
behavior, with added DST transition tests
-  </description>
-</entry>
\ No newline at end of file
diff --git 
a/src/changelog/.2.x.x/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml
 
b/src/changelog/.2.x.x/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.xml
deleted file mode 100644
index 52238f30fb..0000000000
--- 
a/src/changelog/.2.x.x/LOG4J2-4129_Fix_DatePatternConverter_locale_without_timezone.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="4129" 
link="https://github.com/apache/logging-log4j2/issues/4129"/>
-  <issue id="4130" link="https://github.com/apache/logging-log4j2/pull/4130"/>
-  <description format="asciidoc">
-    Improved documentation for locale handling in the Pattern Layout date 
pattern converter.  </description>
-</entry>
-
diff --git a/src/changelog/.2.x.x/fix-MapMessage-JSON-non-finite-number.xml 
b/src/changelog/.2.x.x/fix-MapMessage-JSON-non-finite-number.xml
deleted file mode 100644
index 177291e651..0000000000
--- a/src/changelog/.2.x.x/fix-MapMessage-JSON-non-finite-number.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="TBD" link="https://github.com/apache/logging-log4j2/pull/TBD"/>
-  <description format="asciidoc">
-    Fix handling of non-finite numbers while encoding `MapMessage` to JSON
-  </description>
-</entry>
diff --git a/src/changelog/.2.x.x/fix-StructuredDataMessage-XML-encoding.xml 
b/src/changelog/.2.x.x/fix-StructuredDataMessage-XML-encoding.xml
deleted file mode 100644
index ae324c0d21..0000000000
--- a/src/changelog/.2.x.x/fix-StructuredDataMessage-XML-encoding.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="4136" link="https://github.com/apache/logging-log4j2/pull/4136"/>
-  <description format="asciidoc">
-    Fix encoding of `MSGID` and `SD-ID` fields of `StructuredDataMessage` to 
XML
-  </description>
-</entry>
diff --git 
a/src/changelog/.2.x.x/fix-circular-reference-detection-for-exceptions-with-colliding.xml
 
b/src/changelog/.2.x.x/fix-circular-reference-detection-for-exceptions-with-colliding.xml
deleted file mode 100644
index 1633dcdb8a..0000000000
--- 
a/src/changelog/.2.x.x/fix-circular-reference-detection-for-exceptions-with-colliding.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="3933" 
link="https://github.com/apache/logging-log4j2/issues/3933"/>
-  <issue id="4133" link="https://github.com/apache/logging-log4j2/pull/4133"/>
-  <description format="asciidoc">
-    Fix stack trace rendering for exceptions with identity malfunction (e.g., 
colliding `equals()` and/or `hashCode()` implementations)
-  </description>
-</entry>
diff --git a/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml 
b/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml
deleted file mode 100644
index defea45980..0000000000
--- a/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.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="2250" 
link="https://github.com/apache/logging-log4j2/issues/2250"/>
-    <issue id="4124" 
link="https://github.com/apache/logging-log4j2/pull/4124"/>
-    <description format="asciidoc">
-        Improve logging for `LinkageError` scenarios involving the LMAX 
Disruptor library
-    </description>
-</entry>
diff --git a/src/changelog/.2.x.x/fix_configuration_source_url_leak.xml 
b/src/changelog/.2.x.x/fix_configuration_source_url_leak.xml
deleted file mode 100644
index e7c57d5a1a..0000000000
--- a/src/changelog/.2.x.x/fix_configuration_source_url_leak.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="fixed">
-  <issue id="4127" link="https://github.com/apache/logging-log4j2/pull/4127"/>
-  <description format="asciidoc">Fix resource leaks in `ConfigurationSource` 
when loading configuration via URL fails</description>
-</entry>
diff --git a/src/changelog/.2.x.x/fix_kafka_appender_retry_error_reporting.xml 
b/src/changelog/.2.x.x/fix_kafka_appender_retry_error_reporting.xml
deleted file mode 100644
index f3884f41e8..0000000000
--- a/src/changelog/.2.x.x/fix_kafka_appender_retry_error_reporting.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="fixed">
-  <issue id="4125" link="https://github.com/apache/logging-log4j2/pull/4125"/>
-  <description format="asciidoc">Fix `KafkaAppender` reporting error to error 
handler even after a successful retry</description>
-</entry>
diff --git a/src/changelog/.2.x.x/harden_message_deserialization.xml 
b/src/changelog/.2.x.x/harden_message_deserialization.xml
deleted file mode 100644
index 3088f8bf55..0000000000
--- a/src/changelog/.2.x.x/harden_message_deserialization.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="4098" link="https://github.com/apache/logging-log4j2/pull/4098"/>
-  <description format="asciidoc">
-    Harden `readObject(ObjectInputStream)` method argument checks in 
serializable API models
-  </description>
-</entry>
diff --git a/src/changelog/.2.x.x/regexfilter_patternflags_builder.xml 
b/src/changelog/.2.x.x/regexfilter_patternflags_builder.xml
deleted file mode 100644
index 9ba2fc8982..0000000000
--- a/src/changelog/.2.x.x/regexfilter_patternflags_builder.xml
+++ /dev/null
@@ -1,15 +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="3239" 
link="https://github.com/apache/logging-log4j2/issues/3239"/>
-  <issue id="3512" link="https://github.com/apache/logging-log4j2/pull/3512"/>
-  <issue id="4119" link="https://github.com/apache/logging-log4j2/pull/4119"/>
-  <description format="asciidoc">
-    Remove the `patternFlags` attribute from `RegexFilter`.
-    It was not documented and it has never worked
-    Note that pattern flags can be provided as a part of the pattern (e.g., 
`(?s)`, `(?m)`) in the `regex` attribute.
-  </description>
-</entry>
-
diff --git a/src/changelog/.2.x.x/update_actions_stale.xml 
b/src/changelog/.2.x.x/update_actions_stale.xml
deleted file mode 100644
index 4d772217e1..0000000000
--- a/src/changelog/.2.x.x/update_actions_stale.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="4121" link="https://github.com/apache/logging-log4j2/pull/4121"/>
-  <description format="asciidoc">Update `actions/stale` to version 
`10.2.0`</description>
-</entry>

Reply via email to