Milamber, thanks again. +1 (binding), I support this release.
Source artifacts: verified checksums, PGP, build, runGui. Issues: _src.tgz includes bin/testfiles/HTMLParserTestFile_2.html as LF while it should be CRLF. That is the only file with improper EOL. The issue is to be fixed in com.github.vlsi.crlf. Binary artifacts: verified checksums, PGP, ./jmeter Commands: svn checkout https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.2-rc3 cd apache-jmeter-5.2-rc3 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
