+1 (binding)

Verified on MacOS 15.4.1 with OpenJDK 11.0.26.

On Sun, May 11, 2025 at 1:44 PM Sutou Kouhei <k...@clear-code.com> wrote:

> +1 (binding)
>
> I ran the followings on Debian GNU/Linux sid:
>
>   dev/release/verify_rc.sh 18.3.0 2
>
> with:
>
>   * openjdk version "21.0.7" 2025-04-15
>
> I also verified signature and checksums of binary artifacts
> manually:
>
>   GH_TOKEN=... gh release download --repo apache/arrow-java v18.3.0-rc2
>   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 <CAEokuX-PSX_NyO5c=ms+xjla5pqei6qpgnq0shnf2ywwxlc...@mail.gmail.com>
>   "[VOTE][Java] Release Apache Arrow Java 18.3.0 RC2" on Sat, 10 May 2025
> 20:49:01 +0800,
>   Gang Wu <ust...@gmail.com> wrote:
>
> > Hi,
> >
> > I would like to propose the following release candidate (RC2) of
> > Apache Arrow Java version 18.3.0.
> >
> > This release candidate is based on commit:
> > 8e84e4c8bbe041f362690e4ea54280ec682dbb1f [1]
> >
> > The source release rc2 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.3.0
> > [ ] +0
> > [ ] -1 Do not release this as Apache Arrow Java 18.3.0 because...
> >
> > [1]:
> >
> https://github.com/apache/arrow-java/tree/8e84e4c8bbe041f362690e4ea54280ec682dbb1f
> > [2]: https://github.com/apache/arrow-java/releases/v18.3.0-rc2
> > [3]:
> >
> https://github.com/apache/arrow-java/blob/main/dev/release/README.md#verify
>

Reply via email to