[VOTE] Release Apache Hadoop Thirdparty 1.5.0 I have built a release candidate (RC0) for Hadoop-Thirdparty 1.5.0.
The change since 1.4.0 is there's a guava update. I've also had to add an explicit dependency on org.checkerframework:checker-qual as there's ~4 places in the code which use their annotations, and the newest guava doesn't declare it as a dependency any more. We can cut those references, but restoring the shaded @Nullable @IsNullable tags means that you can drop this JAR in as a replacement for 1.4.0 without needing hadoop code changes. This did get through our thirdparty build process though -we should think about what could be done to automate that. The RC is available at: https://dist.apache.org/repos/dist/dev/hadoop/thirdparty-1.5.0-RC0/ The git tag is release-1.5.0-RC0, and commit f38cd43 The maven artifacts are staged at https://repository.apache.org/content/repositories/orgapachehadoop-1446 Please try the release and vote. The vote will run for 5 days. Note: to test through a hadoop build, run maven with the options -Dhadoop-thirdparty.version=1.5.0 -Pasf-staging Here is my vote: +1 (binding)
