checker-compat-qual removed from Checker Framework 2.5.6
wltjr opened this issue · comments
Starting with Checker Framework 2.5.6 they have removed the checker-compat-qual artifact. Seems like its mostly just one annotation, org.checkerframework.checker.nullness.compatqual.NullableDecl
used in many places. Possible replacement org.checkerframework.checker.nullness.qual.Nullable
in checker-qual. In Checker Framework 2.5.6 there is no longer a NullableDecl
or any of the classes that resided in org.checkerframework.checker.nullness.compatqual
.
Related to google/guava#2960
@meteorcloudy: Just pushed the Checker Framework fix here. I'll do the same in Flogger. Any other projects that still need this? Those are the only two I remember patching in Debian.
The dependency change has been released in Truth 1.1.