+1 (binding) Tested "dev/release/verify_rc.sh 18.2.0 5" on Ubuntu 24.04 with: openjdk 21.0.6 2025-01-21 OpenJDK Runtime Environment (build 21.0.6+7-Ubuntu-124.04.1) OpenJDK 64-Bit Server VM (build 21.0.6+7-Ubuntu-124.04.1, mixed mode, sharing)
El vie, 7 feb 2025 a las 2:05, David Li (<lidav...@apache.org>) escribió: > +1 (binding) > > Tested on macOS 14/M1 > > On Fri, Feb 7, 2025, at 09:59, Sutou Kouhei wrote: > > +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é <j...@nanthrax.net> 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 >