Nick Dimiduk
Nick Dimiduk
I've bumped our Hadoop 3.2 dependency to 3.2.3, per @Apache9 's suggestion. I've retained the HBase 2.3 rows in the compatibility matrix. I've stepped back our promises about Hadoop 3.3.2,...
Let me see which branches are impacted by HBASE-26954.
HBASE-26954 seems to only affect `master` branch.
> And there is a CVE which effects hadoop 3.1.4 and 3.2.2... > > https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26612 > > So far I haven't found which commit in 3.2.3 is for fixing this...
HBASE-26954 is fixed, so reverted that commit from the changeset. Let's see how it does (should be fine). Do you have further concerns, @Apache9 ?
Canceling patch as this is blocked by a bug in javac. See the issue linked from JIRA.
@Apache9 's efforts on migrating our JDK8 dependencies out to hbase-thirdparty means that we can now use `maven.compiler.release=8`, which he also did. Bump the JDK version we use in our...
Or maybe we cannot do this because these tools are used for creating releases from hbase-thirdparty. Is that the case?
Okay, this change just got complicated. Now we include both JDK versions in the docker file (the easy part) and support the user specifying which JDK they want used for...
> https://issues.apache.org/jira/browse/HBASE-25983 > > Seems we can not do release with JDK11 because we can not build the javadoc... I saw that. This PR can sit until we have more...