I was attempting to make Avatica 1.16.0-rc0 available for voting, but
ran into a few show stopper bugs.
Vladimir would probably be the best person to fix this as he did most of
the migration to Gralde.
A few things I noticed:
- I am using -Pasf.git.pushRepositoryProvider=GITBOX to push the tag via
Gitbox in the docker.sh script. This is so that we only ask the user for
his ASF credentials and it can push the tag to git, upload to nexus and
so on. I noticed that the tag was being pushed to the calcite repository
and not the avatica repository. The link in the email links to the
calcite repo on gitbox as well.
- There are some links in the vote email to the calcite-site-preview
repository, but it doesn't seem to exist.
Other than those issues, I am a big fan of the automation and a lot of
manual steps have been removed from the release process, which is a
great improvement.
Attached below is the generated vote email:
```
Hi all,
I have created a build for Apache Calcite Avatica 1.16.0, release
candidate 0.
Thanks to everyone who has contributed to this release.
You can read the release notes here:
https://gitbox.apache.org/repos/asf/calcite-site-preview.git/avatica/docs/history.html
The commit to be voted upon:
https://gitbox.apache.org/repos/asf?p=calcite-avatica.git;a=commit;h=8dd4b7281a35b20eb4b141f11b89330766e811cf
Its hash is 8dd4b7281a35b20eb4b141f11b89330766e811cf
Tag:
https://gitbox.apache.org/repos/asf?p=calcite.git;a=tag;h=refs/tags/avatica-1.16.0-rc0
The artifacts to be voted on are located here:
https://dist.apache.org/repos/dist/dev/calcite/apache-calcite-avatica-1.16.0-rc0
(revision 37097)
RAT report:
https://gitbox.apache.org/repos/asf/calcite-site-preview.git/avatica/rat/rat-report.txt
Site preview is here:
https://gitbox.apache.org/repos/asf/calcite-site-preview.git/avatica/
JavaDoc API preview is here:
https://gitbox.apache.org/repos/asf/calcite-site-preview.git/avatica/api
The hashes of the artifacts are as follows:
09e6b64de6a882b1e7e7cd48001e394c80959445bc9b5fcda94ac555be67238c4af532aef7826a7ecf5ad786294685565db998097576cc3ce092a056ba37bfc5
*apache-calcite-avatica-1.16.0-src.tar.gz
673fcddc9408b6e51c4feee0caa12b74b71fa6d94674001f207131864c05b7b67d40bc66ece99ad63a65a8c6346f4e4f1f487be08323cc410a2a0fea76f3e12b
*apache-calcite-avatica-1.16.0-src.zip
A staged Maven repository is available for review at:
https://repository.apache.org/content/repositories/orgapachecalcite-1069/org/apache/calcite/
Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/francischuang.asc
https://www.apache.org/dist/calcite/KEYS
N.B.
To create the jars and test Apache Calcite Avatica: "./gradlew build
-Prelease -PskipSigning".
If you do not have a Java 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.16.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 1.16.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)
```
Let's try to fix those issues and I'll attempt to make rc0 available for
voting again.
Francis