You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/09/26 18:22:59 UTC

[logging-parent] branch release/10.1.0 updated: Release changelog for version `10.1.0`

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

github-bot pushed a commit to branch release/10.1.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/release/10.1.0 by this push:
     new 57786ad  Release changelog for version `10.1.0`
57786ad is described below

commit 57786ad8d0ce934f4367c3966c80d9abd783d5dc
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Tue Sep 26 18:22:54 2023 +0000

    Release changelog for version `10.1.0`
---
 src/changelog/10.1.0/.release-notes.adoc.ftl       | 49 ++++++++++++++++++++++
 src/changelog/10.1.0/.release.xml                  | 21 ++++++++++
 .../{.10.x.x => 10.1.0}/add-asciidoc-profile.xml   |  0
 .../add-dependabot-changelog.xml                   |  0
 .../add-osgi-jpms-descriptor-generation.xml        |  0
 src/changelog/{.10.x.x => 10.1.0}/add-website.xml  |  0
 .../{.10.x.x => 10.1.0}/fix-java-version.xml       |  0
 .../{.10.x.x => 10.1.0}/remove-outputTimestamp.xml |  0
 .../switch-changelog-to-adoc.xml                   |  0
 .../update_actions_checkout.xml                    |  0
 ...e_com_github_spotbugs_spotbugs_maven_plugin.xml |  0
 ...date_com_google_errorprone_error_prone_core.xml |  0
 .../update_org_osgi_osgi_annotation.xml            |  0
 13 files changed, 70 insertions(+)

diff --git a/src/changelog/10.1.0/.release-notes.adoc.ftl b/src/changelog/10.1.0/.release-notes.adoc.ftl
new file mode 100644
index 0000000..8662cca
--- /dev/null
+++ b/src/changelog/10.1.0/.release-notes.adoc.ftl
@@ -0,0 +1,49 @@
+////
+    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 minor release focuses on shipping AsciiDoc-based website generation convenience targeting the `src/site` folder.
+As a part of this effort, `logging-parent` started publishing https://logging.apache.org/logging-parent/latest[its own website] and `log4j-changelog` support is switched from Markdown to AsciiDoc.
+
+The introduced https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin[`bnd-maven-plugin`] default auto-generates both OSGi and JPMS descriptors.
+Users only need to annotate packages that are to be exported with `org.osgi.annotation.bundle.Export`, plugin will do the rest of the magic.
+Hence, no need for custom `.bnd` and/or `module-info.java` files anymore.
+In particular, we expect the absence of `module-info.java` files to avoid several IDE and testing related headaches.
+
+<#include "../.changelog.adoc.ftl">
diff --git a/src/changelog/10.1.0/.release.xml b/src/changelog/10.1.0/.release.xml
new file mode 100644
index 0000000..de0093e
--- /dev/null
+++ b/src/changelog/10.1.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="http://logging.apache.org/log4j/changelog"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.0.xsd"
+         date="2023-09-26" version="10.1.0"/>
diff --git a/src/changelog/.10.x.x/add-asciidoc-profile.xml b/src/changelog/10.1.0/add-asciidoc-profile.xml
similarity index 100%
rename from src/changelog/.10.x.x/add-asciidoc-profile.xml
rename to src/changelog/10.1.0/add-asciidoc-profile.xml
diff --git a/src/changelog/.10.x.x/add-dependabot-changelog.xml b/src/changelog/10.1.0/add-dependabot-changelog.xml
similarity index 100%
rename from src/changelog/.10.x.x/add-dependabot-changelog.xml
rename to src/changelog/10.1.0/add-dependabot-changelog.xml
diff --git a/src/changelog/.10.x.x/add-osgi-jpms-descriptor-generation.xml b/src/changelog/10.1.0/add-osgi-jpms-descriptor-generation.xml
similarity index 100%
rename from src/changelog/.10.x.x/add-osgi-jpms-descriptor-generation.xml
rename to src/changelog/10.1.0/add-osgi-jpms-descriptor-generation.xml
diff --git a/src/changelog/.10.x.x/add-website.xml b/src/changelog/10.1.0/add-website.xml
similarity index 100%
rename from src/changelog/.10.x.x/add-website.xml
rename to src/changelog/10.1.0/add-website.xml
diff --git a/src/changelog/.10.x.x/fix-java-version.xml b/src/changelog/10.1.0/fix-java-version.xml
similarity index 100%
rename from src/changelog/.10.x.x/fix-java-version.xml
rename to src/changelog/10.1.0/fix-java-version.xml
diff --git a/src/changelog/.10.x.x/remove-outputTimestamp.xml b/src/changelog/10.1.0/remove-outputTimestamp.xml
similarity index 100%
rename from src/changelog/.10.x.x/remove-outputTimestamp.xml
rename to src/changelog/10.1.0/remove-outputTimestamp.xml
diff --git a/src/changelog/.10.x.x/switch-changelog-to-adoc.xml b/src/changelog/10.1.0/switch-changelog-to-adoc.xml
similarity index 100%
rename from src/changelog/.10.x.x/switch-changelog-to-adoc.xml
rename to src/changelog/10.1.0/switch-changelog-to-adoc.xml
diff --git a/src/changelog/.10.x.x/update_actions_checkout.xml b/src/changelog/10.1.0/update_actions_checkout.xml
similarity index 100%
rename from src/changelog/.10.x.x/update_actions_checkout.xml
rename to src/changelog/10.1.0/update_actions_checkout.xml
diff --git a/src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml b/src/changelog/10.1.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
similarity index 100%
rename from src/changelog/.10.x.x/update_com_github_spotbugs_spotbugs_maven_plugin.xml
rename to src/changelog/10.1.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
diff --git a/src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml b/src/changelog/10.1.0/update_com_google_errorprone_error_prone_core.xml
similarity index 100%
rename from src/changelog/.10.x.x/update_com_google_errorprone_error_prone_core.xml
rename to src/changelog/10.1.0/update_com_google_errorprone_error_prone_core.xml
diff --git a/src/changelog/.10.x.x/update_org_osgi_osgi_annotation.xml b/src/changelog/10.1.0/update_org_osgi_osgi_annotation.xml
similarity index 100%
rename from src/changelog/.10.x.x/update_org_osgi_osgi_annotation.xml
rename to src/changelog/10.1.0/update_org_osgi_osgi_annotation.xml