+1 (binding)

I ran the followings on Debian GNU/Linux sid:

  dev/release/verify_rc.sh 19.0.0 1

with:

  * openjdk 21.0.10-ea 2026-01-20

I also verified signature and checksums of binary artifacts
manually:

  GH_TOKEN=... gh release download --repo apache/arrow-java v19.0.0-rc1
  for x in *.asc; do gpg --verify $x ${x:s/.asc/}; done
  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 <CAB8EV3SDC=zgogk+qmprsdl66eohb5ewa8rvv78ubj1terd...@mail.gmail.com>
  "[VOTE][Java] Release Apache Arrow Java 19.0.0 RC1" on Thu, 12 Mar 2026 
14:32:59 +0100,
  Jean-Baptiste Onofré <[email protected]> wrote:

> Hi,
> 
> I would like to propose the following release candidate (RC1) of
> Apache Arrow Java version 19.0.0.
> 
> This release candidate is based on commit:
> b410fb26d01c7cefc4c6e3443a53562164001371 [1]
> 
> The source release rc1 is hosted at [2], signed with this KEYS file [3].
> 
> Also, the source release rc1 is hosted at [4] (for convenience).
> 
> Please download, verify checksums and signatures, run the unit tests,
> and vote on the release. See [5] for how to validate a release candidate.
> 
> For convenience, you can find the artifact on Maven Staging repository [6].
> 
> The vote will be open for at least 72 hours.
> 
> [ ] +1 Release this as Apache Arrow Java 19.0.0
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow Java 19.0.0 because...
> 
> Thanks,
> Regards
> JB
> 
> NB: I saw some changes that should be fixed on the release script, I will
> propose PRs about that.
> 
> [1]:
> https://github.com/apache/arrow-java/tree/b410fb26d01c7cefc4c6e3443a53562164001371
> [2]: https://dist.apache.org/repos/dist/dev/arrow/java/19.0.0/
> [3]: https://dist.apache.org/repos/dist/dev/arrow/KEYS
> [4]: https://github.com/apache/arrow-java/releases/v19.0.0-rc1
> [5]:
> https://github.com/apache/arrow-java/blob/main/dev/release/README.md#verify
> [6]: https://repository.apache.org/content/repositories/orgapachearrow-1187/

Reply via email to