Bump com.google.errorprone:error_prone_core from 2.43.0 to 2.48.0 by dependabot[bot] · Pull Request #269 · graphql-java/java-dataloader
Conversation
Bumps com.google.errorprone:error_prone_core from 2.43.0 to 2.48.0.
Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Error Prone 2.48.0
Changes:
- Added support for passing flags with command-line argument files (
@-files) (google/error-prone@8e84edf)New checks:
Closed issues: #5529, #5537, #5522, #5521
Full changelog: google/error-prone@v2.47.0...v2.48.0
Error Prone 2.47.0
New checks:
InterruptedInCatchBlock: Detect accidental calls toThread.interrupted()inside ofcatch(InterruptedException e)blocks.RefactorSwitch: Refactorings to simplify arrow switchesUnnamedVariable: Rename unused variables to_Closed issues: #1811, #4168, #5459, #5460
Full changelog: google/error-prone@v2.46.0...v2.47.0
Error Prone 2.46.0
Changes:
- The javac flag
-XDaddTypeAnnotationsToSymbol=trueis now required for Error Prone invocations on JDK 21, to enable the javac fix for JDK-8225377: type annotations are not visible to javac plugins across compilation boundaries. See google/error-prone#5426 for details.- Remove deprecated
valueattribute from@IncompatibleModifiersand@RequiredModifiers(google/error-prone#2122)- Error Prone API changes to encapsulate references to internal javac APIs for end position handling (
EndPosTable,DiagnosticPosition) (google/error-prone@5440bb4, google/error-prone@06c2905, google/error-prone@f3915ec)New checks:
DuplicateAssertion: detect duplicated assertion lines where the argument toassertThatis pureIfChainToSwitch: suggest converting chains of if-statements into arrow switchesScannerUseDelimiter: discourageScanner.useDelimiter("\\A")AddNullMarkedToClass: refactoring to add@NullMarkedannotation to top level classesFull changelog: google/error-prone@v2.45.0...v2.46.0
Error Prone 2.45.0
Changes:
- Improved compatibility with latest JDK 26 EA builds.
New checks:
AssertSameIncompatible: Detect calls toassertSameand similar assertions, where the calls are guaranteed to either succeed or fail.FormatStringShouldUsePlaceholders: Suggests using a format string instead of string concatenation operations on format methods
... (truncated)
Commits
7cec0a0Release Error Prone 2.48.001c603aExtend MissingTestCall to check for member references.3d817b0HandlevarinUnnecessaryBoxedVariablead26f3eAddConcurrentHashMap.keys()andConcurrentHashMap.elements()to `JdkObso...7926dbcFix MustBeClosedChecker crash on flexible constructors.d08f003Check for jakarta annotations in DI checks171448cAdd android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS5cb6075Remove theMissingTestCall:MatchGraphVerifyflag.ab81681Improve crash messages for fixes that don't applyfe9bb21Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...- 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 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)
Hello, this pull request has been inactive for 60 days, so we're marking it as stale. If you would like to continue working on this pull request, please make an update within the next 30 days, or we'll close the pull request.