google / truth

Fluent assertions for Java and Android

Home Page:https://truth.dev/

Repository from Github https://github.comgoogle/truthRepository from Github https://github.comgoogle/truth

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.

@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.

@olekw Thanks! I don't remember there are other projects needed to patch.

The dependency change has been released in Truth 1.1.