No user-visible changes.
The Checker Framework runs under JDK 26 -- that is, it runs on a version 26 JVM.
Removed deprecated command-line option -AskipDirs; use -AskipFiles.
In AnnotatedTypeMirror:
getEffectiveAnnotation*() to getAnnotation*().hasEffectiveAnnotation*() to hasAnnotation*().Removed deprecated method ObjectCreationNode.getConstructor(); use getTypeToInstantiate().
#7079, #7489, #7539.