I cancel this vote.
We encountered another bug and fixed it right away
<https://github.com/apache/logging-log4j-tools/pull/123>.
I will issue an RC2 vote promptly.


On Wed, May 8, 2024 at 4:36 PM Volkan Yazıcı <vol...@yazi.ci> wrote:

> This is a vote to release the Apache Log4j Tools `0.9.0`.
>
> Website: https://logging.staged.apache.org/log4j/tools-0.9.0
> GitHub: https://github.com/apache/logging-log4j-tools
> Commit: 9d822d3a7daa5e1e6a953b66ff12e4b87b99ef7e
> Distribution:
> https://dist.apache.org/repos/dist/dev/logging/log4j-tools/0.9.0
> Nexus:
> https://repository.apache.org/content/repositories/orgapachelogging-1284
> 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.
>
> == 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/log4j-tools/0.9.0
> && <https://dist.apache.org/repos/dist/dev/logging/log4j-tools/0.9.0&&;>
> 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-1284
>     sh mvnw -Prelease verify artifact:compare -Dreference.repo=$NEXUS_REPO
>     # If preferred, augment `mvnw` with `-DskipTests` to speed things up
>
> == Release notes
>
> This minor release contains small bug fixes and improvements.
>
> === Added
>
> * Add `skip` parameter to all Maven goals (#121)
> * Support multiple index and type templates in the
> `log4j-docgen:generate-documentation` configuration (#122)
>
> === Changed
>
> * Website is migrated to Antora (apache/logging-log4j2#2443)
>
> === Fixed
>
> * Fix handling of subclassed plugins in Log4j Docgen (#120)
>
> === Updated
>
> * Update `commons-io:commons-io` to version `2.16.1` (#114)
> * Update `org.apache.logging:logging-parent` to version `11.0.0` (#115)
> * Update `org.apache.maven.plugin-tools:maven-plugin-annotations` to
> version `3.13.0` (#118)
> * Update `org.codehaus.modello:modello-maven-plugin` to version `2.4.0`
> (#119)
> * Update `org.xmlunit:xmlunit-assertj3` to version `2.10.0` (#116)
>

Reply via email to