This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit a9a491307b7c2b8568b8a1064bed1b142f465640 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Dec 29 11:06:03 2023 +0100 Use `updated` changelog type wherever possible --- .../.2.x.x/add_support_for_disruptor_4.xml | 4 +-- .../deprecate_ring_buffer_log_event_handler.xml | 4 +-- ...n_instrumenter_java_allocation_instrumenter.xml | 2 +- .../2.21.0/update-1runtime-angus-activation.xml | 2 +- .../2.21.0/update-1runtime-angus-mail.xml | 2 +- .../2.21.0/update-1runtime-cassandra-driver.xml | 4 +-- src/changelog/2.21.0/update-1runtime-cassandra.xml | 2 +- .../2.21.0/update-1runtime-commons-compress.xml | 2 +- .../2.21.0/update-1runtime-commons-csv.xml | 2 +- src/changelog/2.21.0/update-1runtime-jackson.xml | 2 +- .../2.21.0/update-1runtime-jakarta-activation.xml | 2 +- .../2.21.0/update-1runtime-jakarta-mail.xml | 2 +- src/changelog/2.21.0/update-1runtime-jctools.xml | 2 +- src/changelog/2.21.0/update-1runtime-kafka.xml | 2 +- .../2.21.0/update-1runtime-kubernetes.xml | 2 +- src/changelog/2.21.0/update-1runtime-mongodb.xml | 4 +-- src/changelog/2.21.0/update-1runtime-netty.xml | 4 +-- .../2.21.0/update-1runtime-spring-boot.xml | 2 +- .../2.21.0/update-1runtime-spring-framework.xml | 2 +- .../2.21.0/update-1runtime-tomcat-juli.xml | 4 +-- src/changelog/2.21.0/update-1runtime-woodstox.xml | 2 +- .../update_com_fasterxml_jackson_jackson_bom.xml | 2 +- .../2.22.0/update_com_github_luben_zstd_jni.xml | 2 +- .../2.22.0/update_com_google_guava_guava.xml | 2 +- src/changelog/2.22.0/update_io_netty_netty_bom.xml | 2 +- ...pse_persistence_org_eclipse_persistence_jpa.xml | 2 +- .../2.22.0/update_org_fusesource_jansi_jansi.xml | 2 +- src/changelog/2.22.0/update_org_mongodb_bson.xml | 2 +- ...e_org_spring_framework_spring_framework_bom.xml | 2 +- ...update_org_springframework_boot_spring_boot.xml | 2 +- ...te_org_springframework_spring_framework_bom.xml | 2 +- src/changelog/2.22.0/update_org_zeromq_jeromq.xml | 2 +- src/site/_release-notes/_2.21.0.adoc | 40 ++++++++++++---------- src/site/_release-notes/_2.22.0.adoc | 26 ++++++++------ src/site/_release-notes/_2.x.x.adoc | 10 ++---- 35 files changed, 76 insertions(+), 76 deletions(-) diff --git a/src/changelog/.2.x.x/add_support_for_disruptor_4.xml b/src/changelog/.2.x.x/add_support_for_disruptor_4.xml index bc8e8ce678..8fee5364a8 100644 --- a/src/changelog/.2.x.x/add_support_for_disruptor_4.xml +++ b/src/changelog/.2.x.x/add_support_for_disruptor_4.xml @@ -4,7 +4,5 @@ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" type="added"> <issue id="1821" link="https://github.com/apache/logging-log4j2/issues/1821"/> - <description format="asciidoc"> - Added support for LMAX Disruptor 4.x. - </description> + <description format="asciidoc">Added support for LMAX Disruptor 4.x</description> </entry> diff --git a/src/changelog/.2.x.x/deprecate_ring_buffer_log_event_handler.xml b/src/changelog/.2.x.x/deprecate_ring_buffer_log_event_handler.xml index 552eecab9c..165bf8c406 100644 --- a/src/changelog/.2.x.x/deprecate_ring_buffer_log_event_handler.xml +++ b/src/changelog/.2.x.x/deprecate_ring_buffer_log_event_handler.xml @@ -3,7 +3,5 @@ xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" type="deprecated"> - <description format="asciidoc"> - Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x. - </description> + <description format="asciidoc">Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x</description> </entry> diff --git a/src/changelog/.2.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml b/src/changelog/.2.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml index 519290c4ac..d0409d8333 100644 --- a/src/changelog/.2.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml +++ b/src/changelog/.2.x.x/update_com_google_code_java_allocation_instrumenter_java_allocation_instrumenter.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="2103" link="https://github.com/apache/logging-log4j2/pull/2103"/> <description format="asciidoc">Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4`</description> </entry> diff --git a/src/changelog/2.21.0/update-1runtime-angus-activation.xml b/src/changelog/2.21.0/update-1runtime-angus-activation.xml index 237ec0d236..3155fced0b 100644 --- a/src/changelog/2.21.0/update-1runtime-angus-activation.xml +++ b/src/changelog/2.21.0/update-1runtime-angus-activation.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Eclipse Angus Activation to version https://github.com/eclipse-ee4j/angus-activation/releases/tag/2.0.1[2.0.1] diff --git a/src/changelog/2.21.0/update-1runtime-angus-mail.xml b/src/changelog/2.21.0/update-1runtime-angus-mail.xml index b287153bdf..d82f473333 100644 --- a/src/changelog/2.21.0/update-1runtime-angus-mail.xml +++ b/src/changelog/2.21.0/update-1runtime-angus-mail.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Eclipse Angus Mail to version https://github.com/eclipse-ee4j/angus-mail/releases/tag/2.0.2[2.0.2] diff --git a/src/changelog/2.21.0/update-1runtime-cassandra-driver.xml b/src/changelog/2.21.0/update-1runtime-cassandra-driver.xml index 1f55935758..5da7251ffd 100644 --- a/src/changelog/2.21.0/update-1runtime-cassandra-driver.xml +++ b/src/changelog/2.21.0/update-1runtime-cassandra-driver.xml @@ -2,9 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> - Update `com.datastax.cassandra:cassandra-driver-core` to version 3.11.5 + Update `com.datastax.cassandra:cassandra-driver-core` to version `3.11.5` </description> </entry> diff --git a/src/changelog/2.21.0/update-1runtime-cassandra.xml b/src/changelog/2.21.0/update-1runtime-cassandra.xml index f74eee6e11..322d1ce23e 100644 --- a/src/changelog/2.21.0/update-1runtime-cassandra.xml +++ b/src/changelog/2.21.0/update-1runtime-cassandra.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Apache Cassandra to version https://github.com/apache/cassandra/blob/cassandra-3.11/CHANGES.txt[3.11.16] diff --git a/src/changelog/2.21.0/update-1runtime-commons-compress.xml b/src/changelog/2.21.0/update-1runtime-commons-compress.xml index 063050951d..cb38078628 100644 --- a/src/changelog/2.21.0/update-1runtime-commons-compress.xml +++ b/src/changelog/2.21.0/update-1runtime-commons-compress.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Apache Commons Compress to version https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0[1.24.0] diff --git a/src/changelog/2.21.0/update-1runtime-commons-csv.xml b/src/changelog/2.21.0/update-1runtime-commons-csv.xml index 6d5789d4e8..234eb7cd12 100644 --- a/src/changelog/2.21.0/update-1runtime-commons-csv.xml +++ b/src/changelog/2.21.0/update-1runtime-commons-csv.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Apache Commons CSV to version https://commons.apache.org/proper/commons-csv/changes-report.html#a1.10.0[1.10.0] diff --git a/src/changelog/2.21.0/update-1runtime-jackson.xml b/src/changelog/2.21.0/update-1runtime-jackson.xml index 403c25ae7e..9b87087f11 100644 --- a/src/changelog/2.21.0/update-1runtime-jackson.xml +++ b/src/changelog/2.21.0/update-1runtime-jackson.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Jackson to version https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.2[2.15.2] diff --git a/src/changelog/2.21.0/update-1runtime-jakarta-activation.xml b/src/changelog/2.21.0/update-1runtime-jakarta-activation.xml index 21577fd2ed..3fc7d80ecc 100644 --- a/src/changelog/2.21.0/update-1runtime-jakarta-activation.xml +++ b/src/changelog/2.21.0/update-1runtime-jakarta-activation.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Jakarta Activation API to version https://jakarta.ee/specifications/activation/2.1/changelog/[2.1.2] diff --git a/src/changelog/2.21.0/update-1runtime-jakarta-mail.xml b/src/changelog/2.21.0/update-1runtime-jakarta-mail.xml index 7e587c4d66..e9c8fa7d42 100644 --- a/src/changelog/2.21.0/update-1runtime-jakarta-mail.xml +++ b/src/changelog/2.21.0/update-1runtime-jakarta-mail.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Jakarta Mail API to version https://jakarta.ee/specifications/mail/2.1/changelog/[2.1.2] diff --git a/src/changelog/2.21.0/update-1runtime-jctools.xml b/src/changelog/2.21.0/update-1runtime-jctools.xml index 5e30be5115..3363e091ef 100644 --- a/src/changelog/2.21.0/update-1runtime-jctools.xml +++ b/src/changelog/2.21.0/update-1runtime-jctools.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update JCTools to version https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md[4.0.1] diff --git a/src/changelog/2.21.0/update-1runtime-kafka.xml b/src/changelog/2.21.0/update-1runtime-kafka.xml index ff1a86e2f7..ecf973dd0a 100644 --- a/src/changelog/2.21.0/update-1runtime-kafka.xml +++ b/src/changelog/2.21.0/update-1runtime-kafka.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Apache Kafka to version https://archive.apache.org/dist/kafka/3.4.0/RELEASE_NOTES.html[3.4.0] diff --git a/src/changelog/2.21.0/update-1runtime-kubernetes.xml b/src/changelog/2.21.0/update-1runtime-kubernetes.xml index c161095b07..23e54e5846 100644 --- a/src/changelog/2.21.0/update-1runtime-kubernetes.xml +++ b/src/changelog/2.21.0/update-1runtime-kubernetes.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Kubernetes client to version https://github.com/fabric8io/kubernetes-client/releases?q=5.12.4[5.12.4] diff --git a/src/changelog/2.21.0/update-1runtime-mongodb.xml b/src/changelog/2.21.0/update-1runtime-mongodb.xml index 658d8c7861..b499edaafe 100644 --- a/src/changelog/2.21.0/update-1runtime-mongodb.xml +++ b/src/changelog/2.21.0/update-1runtime-mongodb.xml @@ -2,9 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> - Update `org.mongodb:mongodb-driver-core` to version 4.10.2 + Update `org.mongodb:mongodb-driver-core` to version `4.10.2` </description> </entry> diff --git a/src/changelog/2.21.0/update-1runtime-netty.xml b/src/changelog/2.21.0/update-1runtime-netty.xml index b208bf14af..5fae154ab4 100644 --- a/src/changelog/2.21.0/update-1runtime-netty.xml +++ b/src/changelog/2.21.0/update-1runtime-netty.xml @@ -2,9 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> - Update `io.netty:netty-bom` to version 4.1.97 + Update `io.netty:netty-bom` to version `4.1.97` </description> </entry> diff --git a/src/changelog/2.21.0/update-1runtime-spring-boot.xml b/src/changelog/2.21.0/update-1runtime-spring-boot.xml index 37f08527c4..9f41a5ee38 100644 --- a/src/changelog/2.21.0/update-1runtime-spring-boot.xml +++ b/src/changelog/2.21.0/update-1runtime-spring-boot.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Spring Boot to version https://github.com/spring-projects/spring-boot/releases/tag/v2.7.15[2.7.15] diff --git a/src/changelog/2.21.0/update-1runtime-spring-framework.xml b/src/changelog/2.21.0/update-1runtime-spring-framework.xml index 1aa4162260..d523944949 100644 --- a/src/changelog/2.21.0/update-1runtime-spring-framework.xml +++ b/src/changelog/2.21.0/update-1runtime-spring-framework.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Spring Framework to version https://github.com/spring-projects/spring-framework/releases/tag/v5.3.29[5.3.29] diff --git a/src/changelog/2.21.0/update-1runtime-tomcat-juli.xml b/src/changelog/2.21.0/update-1runtime-tomcat-juli.xml index 24ce184922..f48c92cc92 100644 --- a/src/changelog/2.21.0/update-1runtime-tomcat-juli.xml +++ b/src/changelog/2.21.0/update-1runtime-tomcat-juli.xml @@ -2,9 +2,9 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> - Update Tomcat JULI to version 10.0.27 + Update Tomcat JULI to version `10.0.27` </description> </entry> diff --git a/src/changelog/2.21.0/update-1runtime-woodstox.xml b/src/changelog/2.21.0/update-1runtime-woodstox.xml index 3bba90606b..fc0568e05c 100644 --- a/src/changelog/2.21.0/update-1runtime-woodstox.xml +++ b/src/changelog/2.21.0/update-1runtime-woodstox.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <issue id="1591" link="https://github.com/apache/logging-log4j2/issues/1591"/> <description format="asciidoc"> Update Woodstox to version https://github.com/FasterXML/woodstox/blob/master/release-notes/VERSION[6.5.1] diff --git a/src/changelog/2.22.0/update_com_fasterxml_jackson_jackson_bom.xml b/src/changelog/2.22.0/update_com_fasterxml_jackson_jackson_bom.xml index 2647f2ce29..a3ae264ef3 100644 --- a/src/changelog/2.22.0/update_com_fasterxml_jackson_jackson_bom.xml +++ b/src/changelog/2.22.0/update_com_fasterxml_jackson_jackson_bom.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1974" link="https://github.com/apache/logging-log4j2/pull/1974"/> <description format="asciidoc">Update `com.fasterxml.jackson:jackson-bom` to version `2.16.0`</description> </entry> diff --git a/src/changelog/2.22.0/update_com_github_luben_zstd_jni.xml b/src/changelog/2.22.0/update_com_github_luben_zstd_jni.xml index a230fa8d74..333a142522 100644 --- a/src/changelog/2.22.0/update_com_github_luben_zstd_jni.xml +++ b/src/changelog/2.22.0/update_com_github_luben_zstd_jni.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1940" link="https://github.com/apache/logging-log4j2/pull/1940"/> <description format="asciidoc">Update `com.github.luben:zstd-jni` to version `1.5.5-10`</description> </entry> diff --git a/src/changelog/2.22.0/update_com_google_guava_guava.xml b/src/changelog/2.22.0/update_com_google_guava_guava.xml index 0ba2527429..37c27bb58f 100644 --- a/src/changelog/2.22.0/update_com_google_guava_guava.xml +++ b/src/changelog/2.22.0/update_com_google_guava_guava.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1875" link="https://github.com/apache/logging-log4j2/pull/1875"/> <description format="asciidoc">Update `com.google.guava:guava` to version `32.1.3-jre`</description> </entry> diff --git a/src/changelog/2.22.0/update_io_netty_netty_bom.xml b/src/changelog/2.22.0/update_io_netty_netty_bom.xml index f507165996..044f7f230c 100644 --- a/src/changelog/2.22.0/update_io_netty_netty_bom.xml +++ b/src/changelog/2.22.0/update_io_netty_netty_bom.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1960" link="https://github.com/apache/logging-log4j2/pull/1960"/> <description format="asciidoc">Update `io.netty:netty-bom` to version `4.1.101.Final`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml b/src/changelog/2.22.0/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml index fd962f0b3f..79163168a8 100644 --- a/src/changelog/2.22.0/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml +++ b/src/changelog/2.22.0/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1900" link="https://github.com/apache/logging-log4j2/pull/1900"/> <description format="asciidoc">Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_fusesource_jansi_jansi.xml b/src/changelog/2.22.0/update_org_fusesource_jansi_jansi.xml index 35d7f27e71..7b41e0d0a1 100644 --- a/src/changelog/2.22.0/update_org_fusesource_jansi_jansi.xml +++ b/src/changelog/2.22.0/update_org_fusesource_jansi_jansi.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1907" link="https://github.com/apache/logging-log4j2/pull/1907"/> <description format="asciidoc">Update `org.fusesource.jansi:jansi` to version `2.4.1`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_mongodb_bson.xml b/src/changelog/2.22.0/update_org_mongodb_bson.xml index 8b7fa162f4..b45beeda3e 100644 --- a/src/changelog/2.22.0/update_org_mongodb_bson.xml +++ b/src/changelog/2.22.0/update_org_mongodb_bson.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1957" link="https://github.com/apache/logging-log4j2/pull/1957"/> <description format="asciidoc">Update `org.mongodb:bson` to version `4.11.1`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_spring_framework_spring_framework_bom.xml b/src/changelog/2.22.0/update_org_spring_framework_spring_framework_bom.xml index 0cf4eb49b1..bc592065ee 100644 --- a/src/changelog/2.22.0/update_org_spring_framework_spring_framework_bom.xml +++ b/src/changelog/2.22.0/update_org_spring_framework_spring_framework_bom.xml @@ -2,6 +2,6 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd" - type="changed"> + type="updated"> <description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.30`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_springframework_boot_spring_boot.xml b/src/changelog/2.22.0/update_org_springframework_boot_spring_boot.xml index 6005d9828e..79ec9a7572 100644 --- a/src/changelog/2.22.0/update_org_springframework_boot_spring_boot.xml +++ b/src/changelog/2.22.0/update_org_springframework_boot_spring_boot.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1874" link="https://github.com/apache/logging-log4j2/pull/1874"/> <description format="asciidoc">Update `org.springframework.boot:spring-boot` to version `2.7.17`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_springframework_spring_framework_bom.xml b/src/changelog/2.22.0/update_org_springframework_spring_framework_bom.xml index 2002f62ab4..cc411b66f0 100644 --- a/src/changelog/2.22.0/update_org_springframework_spring_framework_bom.xml +++ b/src/changelog/2.22.0/update_org_springframework_spring_framework_bom.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1973" link="https://github.com/apache/logging-log4j2/pull/1973"/> <description format="asciidoc">Update `org.springframework:spring-framework-bom` to version `5.3.31`</description> </entry> diff --git a/src/changelog/2.22.0/update_org_zeromq_jeromq.xml b/src/changelog/2.22.0/update_org_zeromq_jeromq.xml index c9c26d7281..1ceef7ac91 100644 --- a/src/changelog/2.22.0/update_org_zeromq_jeromq.xml +++ b/src/changelog/2.22.0/update_org_zeromq_jeromq.xml @@ -2,7 +2,7 @@ <entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://logging.apache.org/log4j/changelog" xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd" - type="changed"> + type="updated"> <issue id="1878" link="https://github.com/apache/logging-log4j2/pull/1878"/> <description format="asciidoc">Update `org.zeromq:jeromq` to version `0.5.4`</description> </entry> diff --git a/src/site/_release-notes/_2.21.0.adoc b/src/site/_release-notes/_2.21.0.adoc index bc8a381490..c2e97b97b3 100644 --- a/src/site/_release-notes/_2.21.0.adoc +++ b/src/site/_release-notes/_2.21.0.adoc @@ -61,24 +61,6 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j * Use Java version-specific warnings in `StackLocator` (https://github.com/apache/logging-log4j2/pull/1760[1760]) * Started logging a status error event instead of an NPE in `OsgiServiceLocator.loadServices(Class, Lookup, boolean)` when a bundle has no valid `BundleContext` for a service type * Implemented a CI-based release process -* Update Eclipse Angus Activation to version https://github.com/eclipse-ee4j/angus-activation/releases/tag/2.0.1[2.0.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Eclipse Angus Mail to version https://github.com/eclipse-ee4j/angus-mail/releases/tag/2.0.2[2.0.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update `com.datastax.cassandra:cassandra-driver-core` to version 3.11.5 (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Apache Cassandra to version https://github.com/apache/cassandra/blob/cassandra-3.11/CHANGES.txt[3.11.16] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Apache Commons Compress to version https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0[1.24.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Apache Commons CSV to version https://commons.apache.org/proper/commons-csv/changes-report.html#a1.10.0[1.10.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Jackson to version https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.2[2.15.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Jakarta Activation API to version https://jakarta.ee/specifications/activation/2.1/changelog/[2.1.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Jakarta Mail API to version https://jakarta.ee/specifications/mail/2.1/changelog/[2.1.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update JCTools to version https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md[4.0.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Apache Kafka to version https://archive.apache.org/dist/kafka/3.4.0/RELEASE_NOTES.html[3.4.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Kubernetes client to version https://github.com/fabric8io/kubernetes-client/releases?q=5.12.4[5.12.4] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update `org.mongodb:mongodb-driver-core` to version 4.10.2 (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update `io.netty:netty-bom` to version 4.1.97 (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Spring Boot to version https://github.com/spring-projects/spring-boot/releases/tag/v2.7.15[2.7.15] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Spring Framework to version https://github.com/spring-projects/spring-framework/releases/tag/v5.3.29[5.3.29] (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Tomcat JULI to version 10.0.27 (https://github.com/apache/logging-log4j2/issues/1591[1591]) -* Update Woodstox to version https://github.com/FasterXML/woodstox/blob/master/release-notes/VERSION[6.5.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) [#release-notes-2-21-0-fixed] === Fixed @@ -126,3 +108,25 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j === Removed * Moved `log4j-jmx-gui` to https://github.com/apache/logging-log4j-jmx-gui/actions[its own repository] along with its own release cycle + +[#release-notes-2-21-0-updated] +=== Updated + +* Update Eclipse Angus Activation to version https://github.com/eclipse-ee4j/angus-activation/releases/tag/2.0.1[2.0.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Eclipse Angus Mail to version https://github.com/eclipse-ee4j/angus-mail/releases/tag/2.0.2[2.0.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update `com.datastax.cassandra:cassandra-driver-core` to version `3.11.5` (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Apache Cassandra to version https://github.com/apache/cassandra/blob/cassandra-3.11/CHANGES.txt[3.11.16] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Apache Commons Compress to version https://commons.apache.org/proper/commons-compress/changes-report.html#a1.24.0[1.24.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Apache Commons CSV to version https://commons.apache.org/proper/commons-csv/changes-report.html#a1.10.0[1.10.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Jackson to version https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.2[2.15.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Jakarta Activation API to version https://jakarta.ee/specifications/activation/2.1/changelog/[2.1.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Jakarta Mail API to version https://jakarta.ee/specifications/mail/2.1/changelog/[2.1.2] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update JCTools to version https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md[4.0.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Apache Kafka to version https://archive.apache.org/dist/kafka/3.4.0/RELEASE_NOTES.html[3.4.0] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Kubernetes client to version https://github.com/fabric8io/kubernetes-client/releases?q=5.12.4[5.12.4] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update `org.mongodb:mongodb-driver-core` to version `4.10.2` (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update `io.netty:netty-bom` to version `4.1.97` (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Spring Boot to version https://github.com/spring-projects/spring-boot/releases/tag/v2.7.15[2.7.15] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Spring Framework to version https://github.com/spring-projects/spring-framework/releases/tag/v5.3.29[5.3.29] (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Tomcat JULI to version `10.0.27` (https://github.com/apache/logging-log4j2/issues/1591[1591]) +* Update Woodstox to version https://github.com/FasterXML/woodstox/blob/master/release-notes/VERSION[6.5.1] (https://github.com/apache/logging-log4j2/issues/1591[1591]) diff --git a/src/site/_release-notes/_2.22.0.adoc b/src/site/_release-notes/_2.22.0.adoc index 9217430935..ff0fbee58c 100644 --- a/src/site/_release-notes/_2.22.0.adoc +++ b/src/site/_release-notes/_2.22.0.adoc @@ -41,17 +41,6 @@ SBOM generation is streamlined by `logging-parent`, see https://logging.apache.o * Change the order of evaluation of `FormattedMessage` formatters. Messages are evaluated using `java.util.Format` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format. (https://github.com/apache/logging-log4j2/issues/1223[1223]) * Change default encoding of HTTP Basic Authentication to UTF-8 and add `log4j2.configurationAuthorizationEncoding` property to overwrite it. (https://github.com/apache/logging-log4j2/issues/1970[1970]) -* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.0` (https://github.com/apache/logging-log4j2/pull/1974[1974]) -* Update `com.github.luben:zstd-jni` to version `1.5.5-10` (https://github.com/apache/logging-log4j2/pull/1940[1940]) -* Update `com.google.guava:guava` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1875[1875]) -* Update `io.netty:netty-bom` to version `4.1.101.Final` (https://github.com/apache/logging-log4j2/pull/1960[1960]) -* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900]) -* Update `org.fusesource.jansi:jansi` to version `2.4.1` (https://github.com/apache/logging-log4j2/pull/1907[1907]) -* Update `org.mongodb:bson` to version `4.11.1` (https://github.com/apache/logging-log4j2/pull/1957[1957]) -* Update `org.springframework:spring-framework-bom` to version `5.3.30` -* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874]) -* Update `org.springframework:spring-framework-bom` to version `5.3.31` (https://github.com/apache/logging-log4j2/pull/1973[1973]) -* Update `org.zeromq:jeromq` to version `0.5.4` (https://github.com/apache/logging-log4j2/pull/1878[1878]) [#release-notes-2-22-0-fixed] === Fixed @@ -67,3 +56,18 @@ SBOM generation is streamlined by `logging-parent`, see https://logging.apache.o === Removed * Removed unused `FastDateParser` which was causing unnecessary heap overhead (https://issues.apache.org/jira/browse/LOG4J2-3672[LOG4J2-3672], https://github.com/apache/logging-log4j2/pull/1848[1848]) + +[#release-notes-2-22-0-updated] +=== Updated + +* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.0` (https://github.com/apache/logging-log4j2/pull/1974[1974]) +* Update `com.github.luben:zstd-jni` to version `1.5.5-10` (https://github.com/apache/logging-log4j2/pull/1940[1940]) +* Update `com.google.guava:guava` to version `32.1.3-jre` (https://github.com/apache/logging-log4j2/pull/1875[1875]) +* Update `io.netty:netty-bom` to version `4.1.101.Final` (https://github.com/apache/logging-log4j2/pull/1960[1960]) +* Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.13` (https://github.com/apache/logging-log4j2/pull/1900[1900]) +* Update `org.fusesource.jansi:jansi` to version `2.4.1` (https://github.com/apache/logging-log4j2/pull/1907[1907]) +* Update `org.mongodb:bson` to version `4.11.1` (https://github.com/apache/logging-log4j2/pull/1957[1957]) +* Update `org.springframework:spring-framework-bom` to version `5.3.30` +* Update `org.springframework.boot:spring-boot` to version `2.7.17` (https://github.com/apache/logging-log4j2/pull/1874[1874]) +* Update `org.springframework:spring-framework-bom` to version `5.3.31` (https://github.com/apache/logging-log4j2/pull/1973[1973]) +* Update `org.zeromq:jeromq` to version `0.5.4` (https://github.com/apache/logging-log4j2/pull/1878[1878]) diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc index bdafca90ec..dffc724cf8 100644 --- a/src/site/_release-notes/_2.x.x.adoc +++ b/src/site/_release-notes/_2.x.x.adoc @@ -26,17 +26,12 @@ This releases contains ... [#release-notes-2-x-x-added] === Added -* Added support for LMAX Disruptor 4.x. (https://github.com/apache/logging-log4j2/issues/1821[1821]) - -[#release-notes-2-x-x-changed] -=== Changed - -* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103]) +* Added support for LMAX Disruptor 4.x (https://github.com/apache/logging-log4j2/issues/1821[1821]) [#release-notes-2-x-x-deprecated] === Deprecated -* Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x. +* Deprecated the `RingBufferLogEventHandler` class for removal from the public API in 3.x [#release-notes-2-x-x-fixed] === Fixed @@ -49,6 +44,7 @@ This releases contains ... * Update `co.elastic.clients:elasticsearch-java` to version `8.11.3` (https://github.com/apache/logging-log4j2/pull/2161[2161]) * Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126]) +* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103]) * Update `github/codeql-action` to version `3.22.12` (https://github.com/apache/logging-log4j2/pull/2130[2130]) * Update `org.assertj:assertj-core` to version `3.25.1` (https://github.com/apache/logging-log4j2/pull/2153[2153]) * Update `org.codehaus.groovy:groovy-bom` to version `3.0.20` (https://github.com/apache/logging-log4j2/pull/2125[2125])
