Author: svc_dist_logging
Date: Thu Sep 28 09:24:04 2023
New Revision: 64241

Log:
Added `apache-logging-parent` artifacts for release `10.1.0`

Added:
    dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt
    dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt
    dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip   (with 
props)
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip   (with 
props)
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc
    dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512

Added: 
dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-email-announce.txt 
Thu Sep 28 09:24:04 2023
@@ -0,0 +1,46 @@
+To: [email protected], [email protected]
+Title: [ANNOUNCE] Apache Logging Parent 10.1.0 released
+
+Apache Logging Parent[1] team is pleased to announce the 10.1.0
+release. This project contains the parent POM for other Maven-based
+Apache Logging Services projects[2]. For further information (support,
+download, etc.) see the project website[1].
+
+[1] https://github.com/apache/logging-parent
+[2] https://logging.apache.org
+
+# Release Notes
+
+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.
+
+
+==== Added
+
+* Added `asciidoc` and `constants-tmpl-adoc` profiles to generate 
AsciiDoc-based websites from `src/site`
+* Added support to auto-generate changelog entries for `dependabot` updates
+* Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS 
descriptors
+* Added CI report uploading in case of test or reproducibility failures 
(https://github.com/apache/logging-parent/issues/28[28])
+* Started publishing https://logging.apache.org/logging-parent[the project 
website]
+
+==== Changed
+
+* Switched the default `log4j-changelog` configuration from Markdown 
(`.release-notes.md.ftl` and `.index.md.ftl`) to AsciiDoc 
(`.release-notes.adoc.ftl` and `.index.adoc.ftl`)
+* Update `actions/checkout` to version `4.1.0`
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6`
+* Update `com.google.errorprone:error_prone_core` to version `2.22.0`
+* Update `org.apache:apache` to version `30`
+* Update `org.osgi:osgi.annotation` to version `8.1.0`
+
+==== Removed
+
+* Removed `project.build.outputTimestamp` override since it is already 
provided by the parent POM and its old value `0` was causing 
https://github.com/spring-projects/spring-boot/pull/37438[reproducibility 
issues] for `spring-boot:repackage`
+
+==== Fixed
+
+* Replaced incorrect `java.version` Maven property override with 
`maven.compiler.{source,release,target}`

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-email-vote.txt Thu 
Sep 28 09:24:04 2023
@@ -0,0 +1,57 @@
+To: [email protected]
+Title: [VOTE] Release Apache Logging Parent 10.1.0
+
+This is a vote to release the Apache Logging Parent 10.1.0.
+
+Source repository: https://github.com/apache/logging-parent
+Commit: 73d80acbab0b101a46970bb8db5d37533fe3c997
+Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent
+Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
+Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
+
+Please download, test, and cast your votes on this mailing list.
+
+[ ] +1, release the artifacts
+[ ] -1, don't release, because...
+
+This vote is open for 72 hours and will pass unless getting a
+net negative vote count. All votes are welcome and we encourage
+everyone to test the release, but only the Logging Services PMC
+votes are officially counted. At least 3 +1 votes and more
+positive than negative votes are required.
+
+=== Release Notes
+
+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.
+
+
+==== Added
+
+* Added `asciidoc` and `constants-tmpl-adoc` profiles to generate 
AsciiDoc-based websites from `src/site`
+* Added support to auto-generate changelog entries for `dependabot` updates
+* Added `bnd-maven-plugin` defaults to auto-generate both OSGi and JPMS 
descriptors
+* Added CI report uploading in case of test or reproducibility failures 
(https://github.com/apache/logging-parent/issues/28[28])
+* Started publishing https://logging.apache.org/logging-parent[the project 
website]
+
+==== Changed
+
+* Switched the default `log4j-changelog` configuration from Markdown 
(`.release-notes.md.ftl` and `.index.md.ftl`) to AsciiDoc 
(`.release-notes.adoc.ftl` and `.index.adoc.ftl`)
+* Update `actions/checkout` to version `4.1.0`
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6`
+* Update `com.google.errorprone:error_prone_core` to version `2.22.0`
+* Update `org.apache:apache` to version `30`
+* Update `org.osgi:osgi.annotation` to version `8.1.0`
+
+==== Removed
+
+* Removed `project.build.outputTimestamp` override since it is already 
provided by the parent POM and its old value `0` was causing 
https://github.com/spring-projects/spring-boot/pull/37438[reproducibility 
issues] for `spring-boot:repackage`
+
+==== Fixed
+
+* Replaced incorrect `java.version` Maven property override with 
`maven.compiler.{source,release,target}`

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/logging-parent/apache-logging-parent-10.1.0-site.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc (added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.asc Thu Sep 
28 09:24:04 2023
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEB36Ik6bcwz3UpNWyVuc7qaC1ktAFAmUVRjMACgkQVuc7qaC1
+ktDhmw//X6+gp+bP8rQ3rQakRQkX4vJCw2JNOqF17/W6CBK4c70W6MD7oRXlZ/cU
+mFeS2/ChDKVet+bpI4DZwqtHRXudtiTe5IaD6d718tPA6cQnZMM9Fw7/8IJicEGK
+sqdzSRjA6U+J2SuWAmWk6gBzpJV9fdLdPf0MqSr/mc0B19AKoIpQtLNGhp9AXty2
+BeINHjZ9rz9PjW4bJ7rZgbtWxFTw3MnK2CjVpQj+N/lXzfl6bTww2RcKA2D2flL9
+FzSQDXcTZopc3rG4vAQVciH0mt2QO+1Phben3JWUuketLXkkEMqgX/sSI9ZBbHtz
+qY0D9wkIgAhHUysKhFuyb1KbNtWJ19kz3uUulXBe38VvaWYXgksa7RMgj30HNHec
+tvtsI9wHXkvTQymOONTFisW3t2AUXGP8ydZFdODYnr3X0TMzDHEAqzrrKeDCouxM
+AMyw0xcjOLQ+gUJhfOmxD6OkgLQBVXTNFV+IqT5Z2uy2QOdFZTbVozJcH8qWThPo
+MupXvTAGH9k4fnZLPv0d9MrvWmu0yOgEx5LLh5B09Vvf/1VpHBA6nMucNsFyxNYI
+FlSEYUFtoGfJsfkyUQiQKzP24VRRx4SdYgPE8vwKyki83Mxetr3LaCoop+/DO289
+D/sIyC4VnTYTz63MfcQu/ur1gsauPp+CD2tmWgzLNG/+XxjkcjM=
+=sBhY
+-----END PGP SIGNATURE-----

Added: dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512
==============================================================================
--- dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512 
(added)
+++ dev/logging/logging-parent/apache-logging-parent-10.1.0-src.zip.sha512 Thu 
Sep 28 09:24:04 2023
@@ -0,0 +1 @@
+403f192ae8d7a928c96f8279bd4c9ae3e348089d93df4640ab77c1bc7c73bb3c7a3872b6ac4bc35e3a74201d79f6a766f8795481209b965690f899b8afb70eaf
 apache-logging-parent-10.1.0-src.zip


Reply via email to