This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 3aea550b2f31a456ca438cfadf95e81dc6ffaa63 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Dec 22 10:54:39 2023 +0100 Updates the content of the changelog We add an introduction to the changelog entry and remove updates that only concern dependencies in the `test` scope and Github Actions. --- src/changelog/2.22.1/.release-notes.adoc.ftl | 4 +++- src/changelog/2.22.1/update_actions_upload_artifact.xml | 8 -------- src/changelog/2.22.1/update_ch_qos_logback_logback_classic.xml | 8 -------- .../2.22.1/update_co_elastic_clients_elasticsearch_java.xml | 8 -------- .../2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml | 8 -------- src/changelog/2.22.1/update_github_codeql_action.xml | 8 -------- src/changelog/2.22.1/update_net_java_dev_jna_jna.xml | 8 -------- .../2.22.1/update_org_apache_activemq_activemq_broker.xml | 8 -------- ...apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml | 8 -------- src/changelog/2.22.1/update_org_apache_maven_maven_core.xml | 8 -------- .../2.22.1/update_org_apache_maven_surefire_surefire_junit47.xml | 8 -------- src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.xml | 8 -------- ...update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml | 8 -------- src/changelog/2.22.1/update_org_jmdns_jmdns.xml | 8 -------- 14 files changed, 3 insertions(+), 105 deletions(-) diff --git a/src/changelog/2.22.1/.release-notes.adoc.ftl b/src/changelog/2.22.1/.release-notes.adoc.ftl index c95aa7ad69..c8c97b6557 100644 --- a/src/changelog/2.22.1/.release-notes.adoc.ftl +++ b/src/changelog/2.22.1/.release-notes.adoc.ftl @@ -20,6 +20,8 @@ <#if release.date?has_content>Release date:: ${release.date}</#if> -This releases contains ... +This releases fixes several issues from the previous releases. + +While maintaining compatibility with Java 8, the artifacts in this release where generated using JDK 17. <#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/2.22.1/update_actions_upload_artifact.xml b/src/changelog/2.22.1/update_actions_upload_artifact.xml deleted file mode 100644 index d7eb238218..0000000000 --- a/src/changelog/2.22.1/update_actions_upload_artifact.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="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="updated"> - <issue id="2096" link="https://github.com/apache/logging-log4j2/pull/2096"/> - <description format="asciidoc">Update `actions/upload-artifact` to version `4.0.0`</description> -</entry> diff --git a/src/changelog/2.22.1/update_ch_qos_logback_logback_classic.xml b/src/changelog/2.22.1/update_ch_qos_logback_logback_classic.xml deleted file mode 100644 index 12f4fca051..0000000000 --- a/src/changelog/2.22.1/update_ch_qos_logback_logback_classic.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="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="updated"> - <issue id="2029" link="https://github.com/apache/logging-log4j2/pull/2029"/> - <description format="asciidoc">Update `ch.qos.logback:logback-classic` to version `1.3.14`</description> -</entry> diff --git a/src/changelog/2.22.1/update_co_elastic_clients_elasticsearch_java.xml b/src/changelog/2.22.1/update_co_elastic_clients_elasticsearch_java.xml deleted file mode 100644 index 7f4def21b5..0000000000 --- a/src/changelog/2.22.1/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="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="updated"> - <issue id="2078" link="https://github.com/apache/logging-log4j2/pull/2078"/> - <description format="asciidoc">Update `co.elastic.clients:elasticsearch-java` to version `8.11.2`</description> -</entry> diff --git a/src/changelog/2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml b/src/changelog/2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.xml deleted file mode 100644 index c5707cd768..0000000000 --- a/src/changelog/2.22.1/update_de_flapdoodle_reverse_de_flapdoodle_reverse.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="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="updated"> - <issue id="1979" link="https://github.com/apache/logging-log4j2/pull/1979"/> - <description format="asciidoc">Update `de.flapdoodle.reverse:de.flapdoodle.reverse` to version `1.7.2`</description> -</entry> diff --git a/src/changelog/2.22.1/update_github_codeql_action.xml b/src/changelog/2.22.1/update_github_codeql_action.xml deleted file mode 100644 index c2487b49af..0000000000 --- a/src/changelog/2.22.1/update_github_codeql_action.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="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="updated"> - <issue id="2093" link="https://github.com/apache/logging-log4j2/pull/2093"/> - <description format="asciidoc">Update `github/codeql-action` to version `3.22.11`</description> -</entry> diff --git a/src/changelog/2.22.1/update_net_java_dev_jna_jna.xml b/src/changelog/2.22.1/update_net_java_dev_jna_jna.xml deleted file mode 100644 index 5f49029631..0000000000 --- a/src/changelog/2.22.1/update_net_java_dev_jna_jna.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="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="updated"> - <issue id="2081" link="https://github.com/apache/logging-log4j2/pull/2081"/> - <description format="asciidoc">Update `net.java.dev.jna:jna` to version `5.14.0`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_apache_activemq_activemq_broker.xml b/src/changelog/2.22.1/update_org_apache_activemq_activemq_broker.xml deleted file mode 100644 index c3e2879474..0000000000 --- a/src/changelog/2.22.1/update_org_apache_activemq_activemq_broker.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="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="updated"> - <issue id="2043" link="https://github.com/apache/logging-log4j2/pull/2043"/> - <description format="asciidoc">Update `org.apache.activemq:activemq-broker` to version `6.0.1`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml b/src/changelog/2.22.1/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.xml deleted file mode 100644 index a7361a977a..0000000000 --- a/src/changelog/2.22.1/update_org_apache_aries_spifly_org_apache_aries_spifly_dynamic_bundle.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="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="updated"> - <issue id="2058" link="https://github.com/apache/logging-log4j2/pull/2058"/> - <description format="asciidoc">Update `org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle` to version `1.3.7`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_apache_maven_maven_core.xml b/src/changelog/2.22.1/update_org_apache_maven_maven_core.xml deleted file mode 100644 index 69d83a194f..0000000000 --- a/src/changelog/2.22.1/update_org_apache_maven_maven_core.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="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="updated"> - <issue id="2040" link="https://github.com/apache/logging-log4j2/pull/2040"/> - <description format="asciidoc">Update `org.apache.maven:maven-core` to version `3.9.6`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_apache_maven_surefire_surefire_junit47.xml b/src/changelog/2.22.1/update_org_apache_maven_surefire_surefire_junit47.xml deleted file mode 100644 index b2af327bac..0000000000 --- a/src/changelog/2.22.1/update_org_apache_maven_surefire_surefire_junit47.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="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="updated"> - <issue id="2088" link="https://github.com/apache/logging-log4j2/pull/2088"/> - <description format="asciidoc">Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.xml b/src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.xml deleted file mode 100644 index 24276e27e7..0000000000 --- a/src/changelog/2.22.1/update_org_codehaus_plexus_plexus_utils.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="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="updated"> - <issue id="2056" link="https://github.com/apache/logging-log4j2/pull/2056"/> - <description format="asciidoc">Update `org.codehaus.plexus:plexus-utils` to version `3.5.1`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml b/src/changelog/2.22.1/update_org_eclipse_persistence_org_eclipse_persistence_jpa.xml deleted file mode 100644 index 010ecba867..0000000000 --- a/src/changelog/2.22.1/update_org_eclipse_persistence_org_eclipse_persistence_jpa.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="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="updated"> - <issue id="2094" link="https://github.com/apache/logging-log4j2/pull/2094"/> - <description format="asciidoc">Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to version `2.7.14`</description> -</entry> diff --git a/src/changelog/2.22.1/update_org_jmdns_jmdns.xml b/src/changelog/2.22.1/update_org_jmdns_jmdns.xml deleted file mode 100644 index 20d46d5a48..0000000000 --- a/src/changelog/2.22.1/update_org_jmdns_jmdns.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="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="updated"> - <issue id="2067" link="https://github.com/apache/logging-log4j2/pull/2067"/> - <description format="asciidoc">Update `org.jmdns:jmdns` to version `3.5.9`</description> -</entry>
