This is a lazy-vote to release the Apache Logging Parent 10.1.0. Source repository: https://github.com/apache/logging-parent Commit: d19ac4a1e3b324bb22b3379d48dcada50f24c65b Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1180 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 24 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. === 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 its own website[1] and `log4j-changelog` support switched from Markdown to AsciiDoc. [1] https://logging.staged.apache.org/logging-parent The introduced `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 * Started publishing the project website[1] ==== 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.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 reproducibility issues[2] for `spring-boot:repackage` [2] https://github.com/spring-projects/spring-boot/pull/37438 ==== Fixed * Replaced incorrect `java.version` Maven property override with `maven.compiler.{source,release,target}`