This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/12.0.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 4a772851631679281a612179ed8e1e03e78079ef Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Feb 7 20:12:39 2025 +0100 Release changelog --- src/changelog/12.0.0/.release-notes.adoc.ftl | 43 ++++++++++++++++++++++ src/changelog/12.0.0/.release.xml | 21 +++++++++++ .../{.11.x.x => 12.0.0}/bom_activation.xml | 0 src/changelog/{.11.x.x => 12.0.0}/bom_deps.xml | 0 src/changelog/{.11.x.x => 12.0.0}/bom_parent.xml | 0 .../{.11.x.x => 12.0.0}/change_nexus_deploy.xml | 0 .../{.11.x.x => 12.0.0}/export_deployment_data.xml | 0 src/changelog/{.11.x.x => 12.0.0}/maven-args.xml | 0 .../move_to_develocity_apache_org.xml | 0 ...ate_biz_aqute_bnd_bnd_baseline_maven_plugin.xml | 0 .../update_biz_aqute_bnd_bnd_maven_plugin.xml | 0 ...com_diffplug_spotless_spotless_maven_plugin.xml | 0 ...e_com_github_spotbugs_spotbugs_maven_plugin.xml | 0 ...date_com_google_errorprone_error_prone_core.xml | 0 .../update_org_apache_groovy_groovy.xml | 0 ..._apache_maven_plugins_maven_artifact_plugin.xml | 0 ...te_org_asciidoctor_asciidoctor_maven_plugin.xml | 0 ...e_org_codehaus_gmavenplus_gmavenplus_plugin.xml | 0 .../update_org_codehaus_mojo_exec_maven_plugin.xml | 0 ...update_org_cyclonedx_cyclonedx_maven_plugin.xml | 0 .../verify_reproducibility_reusable.xml | 0 21 files changed, 64 insertions(+) diff --git a/src/changelog/12.0.0/.release-notes.adoc.ftl b/src/changelog/12.0.0/.release-notes.adoc.ftl new file mode 100644 index 0000000..754c37a --- /dev/null +++ b/src/changelog/12.0.0/.release-notes.adoc.ftl @@ -0,0 +1,43 @@ +//// + 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 + + http://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. +//// + +//// + ██ ██ █████ ██████ ███ ██ ██ ███ ██ ██████ ██ + ██ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██ ██ ██ + ██ █ ██ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ + ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ + ███ ███ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██████ ██ + + IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT EDIT IT! + + Version-specific release notes (`7.8.0.adoc`, etc.) are generated from `src/changelog/*/.release-notes.adoc.ftl`. + Auto-generation happens during `generate-sources` phase of Maven. + Hence, you must always + + 1. Find and edit the associated `.release-notes.adoc.ftl` + 2. Run `./mvnw generate-sources` + 3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc` +//// + +[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}] +== ${release.version} + +<#if release.date?has_content>Release date:: ${release.date}</#if> + +This major release contains several small improvements and certain backward incompatible changes. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/12.0.0/.release.xml b/src/changelog/12.0.0/.release.xml new file mode 100644 index 0000000..7da8877 --- /dev/null +++ b/src/changelog/12.0.0/.release.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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 + ~ + ~ http://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 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" + date="2025-02-07" version="12.0.0"/> diff --git a/src/changelog/.11.x.x/bom_activation.xml b/src/changelog/12.0.0/bom_activation.xml similarity index 100% rename from src/changelog/.11.x.x/bom_activation.xml rename to src/changelog/12.0.0/bom_activation.xml diff --git a/src/changelog/.11.x.x/bom_deps.xml b/src/changelog/12.0.0/bom_deps.xml similarity index 100% rename from src/changelog/.11.x.x/bom_deps.xml rename to src/changelog/12.0.0/bom_deps.xml diff --git a/src/changelog/.11.x.x/bom_parent.xml b/src/changelog/12.0.0/bom_parent.xml similarity index 100% rename from src/changelog/.11.x.x/bom_parent.xml rename to src/changelog/12.0.0/bom_parent.xml diff --git a/src/changelog/.11.x.x/change_nexus_deploy.xml b/src/changelog/12.0.0/change_nexus_deploy.xml similarity index 100% rename from src/changelog/.11.x.x/change_nexus_deploy.xml rename to src/changelog/12.0.0/change_nexus_deploy.xml diff --git a/src/changelog/.11.x.x/export_deployment_data.xml b/src/changelog/12.0.0/export_deployment_data.xml similarity index 100% rename from src/changelog/.11.x.x/export_deployment_data.xml rename to src/changelog/12.0.0/export_deployment_data.xml diff --git a/src/changelog/.11.x.x/maven-args.xml b/src/changelog/12.0.0/maven-args.xml similarity index 100% rename from src/changelog/.11.x.x/maven-args.xml rename to src/changelog/12.0.0/maven-args.xml diff --git a/src/changelog/.11.x.x/move_to_develocity_apache_org.xml b/src/changelog/12.0.0/move_to_develocity_apache_org.xml similarity index 100% rename from src/changelog/.11.x.x/move_to_develocity_apache_org.xml rename to src/changelog/12.0.0/move_to_develocity_apache_org.xml diff --git a/src/changelog/.11.x.x/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml b/src/changelog/12.0.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml rename to src/changelog/12.0.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_biz_aqute_bnd_bnd_maven_plugin.xml b/src/changelog/12.0.0/update_biz_aqute_bnd_bnd_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_biz_aqute_bnd_bnd_maven_plugin.xml rename to src/changelog/12.0.0/update_biz_aqute_bnd_bnd_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml b/src/changelog/12.0.0/update_com_diffplug_spotless_spotless_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_com_diffplug_spotless_spotless_maven_plugin.xml rename to src/changelog/12.0.0/update_com_diffplug_spotless_spotless_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml b/src/changelog/12.0.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml rename to src/changelog/12.0.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_com_google_errorprone_error_prone_core.xml b/src/changelog/12.0.0/update_com_google_errorprone_error_prone_core.xml similarity index 100% rename from src/changelog/.11.x.x/update_com_google_errorprone_error_prone_core.xml rename to src/changelog/12.0.0/update_com_google_errorprone_error_prone_core.xml diff --git a/src/changelog/.11.x.x/update_org_apache_groovy_groovy.xml b/src/changelog/12.0.0/update_org_apache_groovy_groovy.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_apache_groovy_groovy.xml rename to src/changelog/12.0.0/update_org_apache_groovy_groovy.xml diff --git a/src/changelog/.11.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml b/src/changelog/12.0.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_apache_maven_plugins_maven_artifact_plugin.xml rename to src/changelog/12.0.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml diff --git a/src/changelog/.11.x.x/update_org_asciidoctor_asciidoctor_maven_plugin.xml b/src/changelog/12.0.0/update_org_asciidoctor_asciidoctor_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_asciidoctor_asciidoctor_maven_plugin.xml rename to src/changelog/12.0.0/update_org_asciidoctor_asciidoctor_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_org_codehaus_gmavenplus_gmavenplus_plugin.xml b/src/changelog/12.0.0/update_org_codehaus_gmavenplus_gmavenplus_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_codehaus_gmavenplus_gmavenplus_plugin.xml rename to src/changelog/12.0.0/update_org_codehaus_gmavenplus_gmavenplus_plugin.xml diff --git a/src/changelog/.11.x.x/update_org_codehaus_mojo_exec_maven_plugin.xml b/src/changelog/12.0.0/update_org_codehaus_mojo_exec_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_codehaus_mojo_exec_maven_plugin.xml rename to src/changelog/12.0.0/update_org_codehaus_mojo_exec_maven_plugin.xml diff --git a/src/changelog/.11.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml b/src/changelog/12.0.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml similarity index 100% rename from src/changelog/.11.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml rename to src/changelog/12.0.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml diff --git a/src/changelog/.11.x.x/verify_reproducibility_reusable.xml b/src/changelog/12.0.0/verify_reproducibility_reusable.xml similarity index 100% rename from src/changelog/.11.x.x/verify_reproducibility_reusable.xml rename to src/changelog/12.0.0/verify_reproducibility_reusable.xml
