microservices-testing-examples
microservices-testing-examples copied to clipboard
Bump org.checkerframework:checker-qual from 3.42.0 to 3.43.0
Bumps org.checkerframework:checker-qual from 3.42.0 to 3.43.0.
Release notes
Sourced from org.checkerframework:checker-qual's releases.
Checker Framework 3.43.0
Version 3.43.0 (May 1, 2024)
User-visible changes:
Method, constructor, lambda, and method reference type inference has been greatly improved. The
-AconservativeUninferredTypeArgumentsoption is no longer necessary and has been removed.Renamed command-line arguments:
-AskipDirshas been renamed to-AskipFiles.-AskipDirswill continue to work for the time being.New command-line arguments:
-AonlyFilescomplements-AskipFilesA specialized inference algorithm for the Resource Leak Checker runs automatically as part of whole-program inference.
Implementation details:
Deprecated
ObjectCreationNode#getConstructorin favor of newObjectCreationNode#getTypeToInstantiate().Renamed
AbstractCFGVisualizer.visualizeBlockHelper()tovisualizeBlockWithSeparator().Moved methods from
TreeUtilsto subclasses ofTreeUtilsAfterJava11:
- isConstantCaseLabelTree
- isDefaultCaseLabelTree
- isPatternCaseLabelTree
Renamed
BaseTypeVisitor.checkForPolymorphicQualifiers()towarnInvalidPolymorphicQualifier().Closed issues:
#979, #4559, #4593, #5058, #5734, #5781, #6071, #6093, #6239, #6297, #6317, #6322, #6346, #6373, #6376, #6378, #6379, #6380, #6389, #6393, #6396, #6402, #6406, #6407, #6417, #6421, #6430, #6433, #6438, #6442, #6473, #6480, #6507, #6531, #6535.
Changelog
Sourced from org.checkerframework:checker-qual's changelog.
Version 3.43.0 (May 1, 2024)
User-visible changes:
Method, constructor, lambda, and method reference type inference has been greatly improved. The
-AconservativeUninferredTypeArgumentsoption is no longer necessary and has been removed.Renamed command-line arguments:
-AskipDirshas been renamed to-AskipFiles.-AskipDirswill continue to work for the time being.New command-line arguments:
-AonlyFilescomplements-AskipFilesA specialized inference algorithm for the Resource Leak Checker runs automatically as part of whole-program inference.
Implementation details:
Deprecated
ObjectCreationNode#getConstructorin favor of newObjectCreationNode#getTypeToInstantiate().Renamed
AbstractCFGVisualizer.visualizeBlockHelper()tovisualizeBlockWithSeparator().Moved methods from
TreeUtilsto subclasses ofTreeUtilsAfterJava11:
- isConstantCaseLabelTree
- isDefaultCaseLabelTree
- isPatternCaseLabelTree
Renamed
BaseTypeVisitor.checkForPolymorphicQualifiers()towarnInvalidPolymorphicQualifier().Closed issues:
#979, #4559, #4593, #5058, #5734, #5781, #6071, #6093, #6239, #6297, #6317, #6322, #6346, #6373, #6376, #6378, #6379, #6380, #6389, #6393, #6396, #6402, #6406, #6407, #6417, #6421, #6430, #6433, #6438, #6442, #6473, #6480, #6507, #6531, #6535.
Commits
842c4d0new release 3.43.0b687d36Use property instead.2db3bebOnly sign when publishing.917b484Prep for release.37492baUpdate Stubparser to version 3.25.10(#6559)81f7d01Use Guava version 33.1.07051bdaUse Error Prone 2.27.02890be7Simplify calls toList.toArray()1cf6f32Update dependency org.checkerframework:stubparser to v3.25.10 (#6553)fa837dcUpdate plugin com.gorylenko.gradle-git-properties to v2.4.2 (#6554)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)