Migrate from Checker Framework annotations to JSpecify.#471
Merged
copybara-service[bot] merged 1 commit intomainfrom Dec 9, 2024
Merged
Migrate from Checker Framework annotations to JSpecify.#471copybara-service[bot] merged 1 commit intomainfrom
copybara-service[bot] merged 1 commit intomainfrom
Conversation
d70a0d6 to
f31b73c
Compare
RELNOTES=n/a PiperOrigin-RevId: 704266700
f31b73c to
e1b6dd2
Compare
bulldozer-bot bot
pushed a commit
to palantir/tritium
that referenced
this pull request
Sep 11, 2025
Caffeine at one point used jsr305 `javax.annotation.Nonnegative` but in 2.7.0 migrated its nullability annotations to `checker-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's `org.checkerframework:checker-qual` completely.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate from Checker Framework annotations to JSpecify.
RELNOTES=n/a