+1 (binding)
I ran the followings on Debian GNU/Linux sid:
dev/release/verify_rc.sh 18.2.0 5
with:
* openjdk version "21.0.6-ea" 2025-01-21
I also verified signature and checksums of binary artifacts
manually:
GH_TOKEN=... gh release download --repo apache/arrow-java v18.2.0-rc5
for x in *.asc; do gpg --verify $x ${x:s/.asc/}; done
sed -i'' -e 's,/home/runner/work/arrow-java/arrow-java/binaries/,,' *.sha*
for x in *.sha256; do sha256sum -c $x; done
for x in *.sha512; do sha512sum -c $x; done
(JNI and .jar aren't checked.)
Thanks,
--
kou
In <cab8ev3qc5zrio-4m7mw34wtgauxrt5_gcmzy4uv1zykuu3f...@mail.gmail.com>
"[VOTE][Java] Release Apache Arrow Java 18.2.0 RC5" on Thu, 6 Feb 2025
15:21:08 +0100,
Jean-Baptiste Onofré <[email protected]> wrote:
> Hi,
>
> I would like to propose the following release candidate (RC5) of
> Apache Arrow Java version 18.2.0.
>
> This release candidate is based on commit:
> a5b86049261530d41fbbdd23324420f0c1d14431 [1]
>
> The source release rc5 is hosted at [2].
>
> Please download, verify checksums and signatures, run the unit tests,
> and vote on the release. See [3] for how to validate a release candidate.
>
> The vote will be open for at least 72 hours.
>
> [ ] +1 Release this as Apache Arrow Java 18.2.0
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow Java 18.2.0 because...
>
> [1]:
> https://github.com/apache/arrow-java/tree/a5b86049261530d41fbbdd23324420f0c1d14431
> [2]: https://github.com/apache/arrow-java/releases/v18.2.0-rc5
> [3]:
> https://github.com/apache/arrow-java/blob/main/dev/release/README.md#verify