Great. +1 (binding), I support this release.
Source artifacts: verified checksums, PGP, build, tests, runGui. Source artifacts are reproducible (that is :src:dist:build produces the same source artifacts like the ones presented for the vote) Binary artifacts: verified checksums, PGP, ./jmeter --- Commands: svn checkout https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.2-rc4 cd apache-jmeter-5.2-rc4 for i in *.asc; do gpg --verify $i; done; for i in *.zip *.tgz; do shasum -a512 $i; done; tar xzf apache-jmeter-5.2_src.tgz # or unzip apache-jmeter-5.2_src.zip cd apache-jmeter-5.2 ./gradlew build -Prelease -PskipSigning Vladimir
