This is a lazy-vote to release the Apache Logging Parent `12.0.0`. Website: https://logging.staged.apache.org/logging-parent-12.0.0 GitHub: https://github.com/apache/logging-parent Commit: 2e2af912738b760fc07c7ab54b8849aa49ada9e2 Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent/12.0.0 Nexus: https://repository.apache.org:443/content/repositories/orgapachelogging-1312 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0 Review kit: https://logging.apache.org/logging-parent/release-review-instructions.html
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. == Release Notes This major release contains several small improvements and certain backward incompatible changes. === Changed * Activate `flatten-bom` execution of `flatten-maven-plugin` using a `.logging-parent-bom-activator` file (#265) * Don't keep `parent` in `flatten-bom` configuration (#265, #37) * Switch from `maven-deploy-plugin` to `nexus-staging-maven-plugin`, which helps with fetching the Nexus repository URL during a release. `generate-email.sh` will be called with a fourth argument containing the Nexus repository URL. (#246) * Update `deploy-*-reusable` workflows to export the URL of the Nexus repository and the project version as `nexus-url` and `project-version` workflow outputs, respectively (#246) * Add `maven-args` input to `build-reusable` and `merge-dependabot-reusable` (#266) * Move from `ge.apache.org` to new `develocity.apache.org` server (#313) * Add the `verify-reproducibility-reusable.yaml` workflow to check reproducibility of artifacts in a Maven repository. Deprecate the reproducibility check in `build-reusable.yaml`. (#246) === Removed * Remove following managed dependencies to avoid polluting BOMs: `biz.aQute.bnd:biz.aQute.bnd.annotation`, `com.github.spotbugs:spotbugs-annotations`, `org.jspecify:jspecify`, `org.osgi:osgi.annotation`, `org.osgi:org.osgi.annotation.bundle`, `org.osgi:org.osgi.annotation.versioning` (#265, apache/logging-log4j2#3066) === Updated * Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.1.0` (#290) * Update `biz.aQute.bnd:bnd-maven-plugin` to version `7.1.0` (#289) * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.44.2` (#314) * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.6.6` (#293) * Update `com.google.errorprone:error_prone_core` to version `2.36.0` (#287) * Update `org.apache.groovy:groovy` to version `4.0.25` (#320) * Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.6.0` (#312) * Update `org.asciidoctor:asciidoctor-maven-plugin` to version `3.1.1` (#285) * Update `org.codehaus.gmavenplus:gmavenplus-plugin` to version `4.1.1` (#307) * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.5.0` (#274) * Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.9.1` (#291)