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

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


The following commit(s) were added to refs/heads/release/10.6.0 by this push:
     new 471cd15  Release notes summary for version `10.6.0`
471cd15 is described below

commit 471cd157132daffa52a200bdf032d39aa94b260e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jan 11 11:01:54 2024 +0100

    Release notes summary for version `10.6.0`
---
 .../10.6.0/.release-notes.adoc.ftl}                    | 18 ++++++------------
 src/site/_release-notes/_10.x.x.adoc                   |  8 ++++++++
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/changelog/10.6.0/.release-notes.adoc.ftl
similarity index 81%
copy from src/site/_release-notes/_10.x.x.adoc
copy to src/changelog/10.6.0/.release-notes.adoc.ftl
index ebd81eb..67f8d39 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/changelog/10.6.0/.release-notes.adoc.ftl
@@ -33,19 +33,13 @@
     3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc`
 ////
 
-[#release-notes-10-x-x]
-=== 10.x.x
+[#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 contains several small changes to the build pipeline.
 
-This minor release contains several small improvements.
+Most notably it bans wildcard imports from source code, which will require a 
expanding those imports before upgrading.
 
-
-==== Changed
-
-* Merge Dependabot PRs instead of closing them. 
(https://github.com/apache/logging-parent/pull/82[82])
-
-==== Updated
-
-* Update `com.google.errorprone:error_prone_core` to version `2.24.1` 
(https://github.com/apache/logging-parent/pull/89[89])
-* Update `github/codeql-action` to version `3.23.0` 
(https://github.com/apache/logging-parent/pull/91[91])
+<#include "../.changelog.adoc.ftl">
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index ebd81eb..9408301 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -41,11 +41,19 @@
 This minor release contains several small improvements.
 
 
+==== Added
+
+* Add JSpecify to dependency management. 
(https://github.com/apache/logging-parent/pull/88[88])
+* Add enforcer rule to ban wildcard imports. All imports must be expanded to 
provide better comparison of branches. 
(https://github.com/apache/logging-parent/pull/63[63])
+
 ==== Changed
 
 * Merge Dependabot PRs instead of closing them. 
(https://github.com/apache/logging-parent/pull/82[82])
+* Disable 
https://bnd.bndtools.org/instructions/jpms-multi-release.html[`-jpms-multi-release`]
 BND option. (https://github.com/apache/logging-parent/pull/93[93])
+* Clean up residual `module-info.class` before compilation. 
(https://github.com/apache/logging-parent/pull/90[90])
 
 ==== Updated
 
 * Update `com.google.errorprone:error_prone_core` to version `2.24.1` 
(https://github.com/apache/logging-parent/pull/89[89])
 * Update `github/codeql-action` to version `3.23.0` 
(https://github.com/apache/logging-parent/pull/91[91])
+* Update `org.apache.rat:apache-rat-plugin` to version `0.16` 
(https://github.com/apache/logging-parent/pull/92[92])

Reply via email to