Releases: palantir/tritium
0.111.0
0.110.0
No documented user-facing changes
0.109.0
No documented user-facing changes
0.108.0
No documented user-facing changes
0.107.0
No documented user-facing changes
0.106.0
No documented user-facing changes
0.105.0
💡 Improvements
-
Caffeine at one point used jsr305
javax.annotation.Nonnegative
but in 2.7.0 migrated its nullability annotations tochecker-qual
ben-manes/caffeine@5851960#diff-d668f738c66154de581134b7536b7a4252b182b220d779234350e13b1617427fL20 and removed the jsr305@Nonnegative
annotations. In caffeine 3.2.0 they migrated completely off checker-qual to jspecify via ben-manes/caffeine@2542ca8 .Google compile-testing removed its
org.checkerframework:checker-qual
in 0.22.0 via google/compile-testing#471 , so bumping this dependency and removing a few unnecessary@Nonnegative
annotations allows us to remove tritium'sorg.checkerframework:checker-qual
completely. (#2257)