This is a lazy-vote to release the Apache Logging Parent 10.6.0. Website: https://logging.staged.apache.org/logging-parent GitHub: https://github.com/apache/logging-parent Commit: 64ae84e05803f3ab6d4201512b00f1cb1c4051e8 Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1256 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. === Review kit The minimum set of steps needed to review the uploaded distribution files in the Subversion repository can be summarized as follows: # Check out the distribution svn co https://dist.apache.org/repos/dist/dev/logging/logging-parent && cd $_ # Verify checksums shasum --check *.sha512 # Verify signatures wget -O - https://downloads.apache.org/logging/KEYS | gpg --import for sigFile in *.asc; do gpg --verify $sigFile; done # Verify reproduciblity umask 0022 unzip *-src.zip -d src cd src export NEXUS_REPO=https://repository.apache.org/content/repositories/orgapachelogging-1256 sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO === Release notes This minor release contains several small changes to the build pipeline. Most notably it bans wildcard imports from source code, which will require expanding those imports before upgrading `logging-parent`. ==== Added * Add JSpecify to dependency management. (#88) * Add enforcer rule to ban wildcard imports. All imports must be expanded to provide better comparison of branches. (#63) ==== Changed * Merge Dependabot PRs instead of closing them. (#82) * Disable https://bnd.bndtools.org/instructions/jpms-multi-release.html[`-jpms-multi-release`] BND option. (#93) * Clean up residual `module-info.class` before compilation. (#90) ==== Updated * Update `com.google.errorprone:error_prone_core` to version `2.24.1` (#89) * Update `github/codeql-action` to version `3.23.0` (#91) * Update `org.apache.rat:apache-rat-plugin` to version `0.16` (#92)