| commit | 4adad0f89fb325aafb5ce9bf049a3908b6185958 | [log] [tgz] |
|---|---|---|
| author | Steve Loughran <stevel@cloudera.com> | Mon Oct 20 18:00:18 2025 +0100 |
| committer | Steve Loughran <stevel@cloudera.com> | Thu Oct 23 13:31:10 2025 +0100 |
| tree | afd23ff43583df5ed9957ee39e39fdbf78334987 | |
| parent | 2d2aa40b87ab12062bb066c3cffe43cd219c3498 [diff] |
HADOOP-19694. Followup: restore shaded org.checkerframework classes The updated guava version of HADOOP-19694 dropped a dependency on org.checkerframework:checker-qual...there are a limited number of places in the hadoop code which uses their @Nullable/@NonNullable annotations, shaded under o.a.h.thirdparty.org.checkerframework These classes now stop compiling. Adding checker-qual 3.51.1 as a dependency of hadoop-shaded-guava restores the build.