+1 * downloaded and verified checksum/signature (OK) * checked diff between git tag and release source (OK) * checked NOTICE year (OK) * building from release source (./gradlew test) (OK) * checked releases notes (OK) * checked staged maven repo (OK)
Stamatis Zampetakis <[email protected]> 于2023年1月16日周一 18:19写道: > Ubuntu 20.04.4 LTS, jdk1.8.0_261, Gradle wrapper, Gradle 7.4.2 > > * Checked signatures and checksums OK > * Went over release note OK > * Checked README, NOTICE, and LICENSE files OK > * Built from git tag and run tests (./gradlew test) OK > * Built from release sources and run tests (gradle test) OK > * Run tests with docker-compose KO ( > https://issues.apache.org/jira/browse/CALCITE-5482) > * Checked diff between git repo and release sources OK > * Spot check maven artifacts for general structure, LICENSE, NOTICE, > META-INF content OK > > +1 (binding) > > Best, > Stamatis > > On Mon, Jan 16, 2023 at 6:21 AM Francis Chuang <[email protected]> > wrote: > > > Thanks for being RM for this release, Julian! > > > > My vote is: +1 (binding) > > > > - Verified GPG signature - OK > > - Verified SHA512 - OK > > - Diffed source release and git repository - OK > > - Checked release notes on tag > > ( > > > https://github.com/apache/calcite-avatica/blob/avatica-1.23.0-rc0/site/_docs/history.md > ) > > > > - OK > > - Checked year in NOTICE, README and HOWTO - OK > > - Ran tests (gradle check) - OK > > - Spot checked Nexus artifacts - OK > > > > Environment: > > Eclipse-temurin:17-jammy docker container in WSL2 (Ubuntu 22.04.1) on > > Windows 11 22h2 > > > > > docker version > > Client: Docker Engine - Community > > Cloud integration: v1.0.29 > > Version: 20.10.21 > > API version: 1.41 > > Go version: go1.18.7 > > Git commit: baeda1f > > Built: Tue Oct 25 18:02:28 2022 > > OS/Arch: linux/amd64 > > Context: default > > Experimental: true > > > > Server: Docker Desktop > > Engine: > > Version: 20.10.21 > > API version: 1.41 (minimum version 1.12) > > Go version: go1.18.7 > > Git commit: 3056208 > > Built: Tue Oct 25 18:00:19 2022 > > OS/Arch: linux/amd64 > > Experimental: false > > containerd: > > Version: 1.6.10 > > GitCommit: 770bd0108c32f3fb5c73ae1264f7e503fe7b2661 > > runc: > > Version: 1.1.4 > > GitCommit: v1.1.4-0-g5fd4c4d > > docker-init: > > Version: 0.19.0 > > GitCommit: de40ad0 > > > > > gradle -v > > > > ------------------------------------------------------------ > > Gradle 7.4.2 > > ------------------------------------------------------------ > > > > Build time: 2022-03-31 15:25:29 UTC > > Revision: 540473b8118064efcc264694cbcaa4b677f61041 > > > > Kotlin: 1.5.31 > > Groovy: 3.0.9 > > Ant: Apache Ant(TM) version 1.10.11 compiled on July 10 2021 > > JVM: 17.0.5 (Eclipse Adoptium 17.0.5+8) > > OS: Linux 5.15.79.1-microsoft-standard-WSL2 amd64 > > > > > java -version > > openjdk version "17.0.5" 2022-10-18 > > OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) > > OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, > > sharing) > > > > Francis > > > > On 16/01/2023 2:10 pm, Julian Hyde wrote: > > > Hi all, > > > > > > I have created a build for Apache Calcite Avatica 1.23.0, release > > > candidate 0. > > > > > > Thanks to everyone who has contributed to this release. > > > > > > You can read the release notes here: > > > > > > https://github.com/apache/calcite-avatica/blob/avatica-1.23.0-rc0/site/_docs/history.md > > > > > > The commit to be voted upon: > > > > > > https://gitbox.apache.org/repos/asf?p=calcite-avatica.git;a=commit;h=fab03540de866faa783194ed58beb4319f3066c7 > > > > > > Its hash is fab03540de866faa783194ed58beb4319f3066c7 > > > > > > Tag: > > > https://github.com/apache/calcite-avatica/tree/avatica-1.23.0-rc0 > > > > > > The artifacts to be voted on are located here: > > > > > > https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-avatica-1.23.0-rc0 > > > (revision 59365) > > > > > > The hashes of the artifacts are as follows: > > > > > > c369d5010d7c62b2be7037d28e35ed1681181c521fa8d7f92a5d3c0e93887a96077b3bf26435806533c701d97e9fbf17e1488d846e9dffcc9a10a3a1fc3f2220 > > > *apache-calcite-avatica-1.23.0-src.tar.gz > > > > > > A staged Maven repository is available for review at: > > > > > > https://repository.apache.org/content/repositories/orgapachecalcite-1186/org/apache/calcite/ > > > > > > Release artifacts are signed with the following key: > > > https://people.apache.org/keys/committer/jhyde.asc > > > https://www.apache.org/dist/calcite/KEYS > > > > > > To create the jars and test Apache Calcite Avatica: "gradle build > > > -Prelease -PskipSign". > > > > > > If you do not have a Java/Gradle environment available, you can run the > > tests > > > using docker. To do so, install docker and docker-compose, then run > > > "docker-compose run test" from the root of the directory. > > > > > > Please vote on releasing this package as Apache Calcite Avatica 1.23.0. > > > > > > The vote is open for the next 72 hours and passes if a majority of at > > > least three +1 PMC votes are cast. > > > > > > [ ] +1 Release this package as Apache Calcite Avatica 1.23.0 > > > [ ] 0 I don't feel strongly about it, but I'm okay with the release > > > [ ] -1 Do not release this package because... > > > > > > > > > Here is my vote: > > > > > > +1 (binding) > > > > > > Julian > > > -- Best, Benchao Li
