MINOR: Bump error_prone_core.version from 2.42.0 to 2.45.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(8 months ago)
(7 months ago)
(7 months ago)
dependencies java
Bumps error_prone_core.version from 2.42.0 to 2.45.0.
Updates com.google.errorprone:error_prone_annotations from 2.42.0 to 2.45.0
Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
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 methodsClosed issues: #5335
Full changelog: https://github.com/google/error-prone/compare/v2.44.0...v2.45.0
Error Prone 2.44.0
Changes
- The default severity for
LabelledBreakTargetis now an error- Update dependency on Guava (#5108)
Full changelog: https://github.com/google/error-prone/compare/v2.43.0...v2.44.0
Error Prone 2.43.0
The minimum supported JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).
Changes:
-XepPatchChecksnow skips disabled checks (#4943)AndroidJdkLibsCheckerhas been removed, the recommended replacement for Android code is Android Lint's NewApi checkNew checks:
NullNeedsCastForVarargs: Detect calls that incorrectly passes anullarray instead of anullelement.RedundantNullCheck: detect checks on expressions that are non-null.Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239
Full changelog: https://github.com/google/error-prone/compare/v2.42.0...v2.43.0
Commits
c862815Release Error Prone 2.45.07027d9fAdd negative test cases for AlwaysThrows with non-literal arguments.8669adbFix parameter name handling of enum constructor arguments679c4acUpdate end position handlingdc1279eAssertSameIncompatible: flag calls to assertSame/etc where the calls are guar...24387deInternal change5300dc6Disable an InvalidLink test for a javadoc bug on JDK >= 2675dcd53Fix the Optional wrapping in the description of NonCanonicalStaticMemberImport.10f5424FormatStringShouldUsePlaceholders shouldn't rewrite calls with a pass-through...3ef3d79The verb form of "recursion" is "to recur", not "to recurse". Quoting my CS p...- Additional commits viewable in compare view
Updates com.google.errorprone:error_prone_core from 2.42.0 to 2.45.0
Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
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 methodsClosed issues: #5335
Full changelog: https://github.com/google/error-prone/compare/v2.44.0...v2.45.0
Error Prone 2.44.0
Changes
- The default severity for
LabelledBreakTargetis now an error- Update dependency on Guava (#5108)
Full changelog: https://github.com/google/error-prone/compare/v2.43.0...v2.44.0
Error Prone 2.43.0
The minimum supported JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).
Changes:
-XepPatchChecksnow skips disabled checks (#4943)AndroidJdkLibsCheckerhas been removed, the recommended replacement for Android code is Android Lint's NewApi checkNew checks:
NullNeedsCastForVarargs: Detect calls that incorrectly passes anullarray instead of anullelement.RedundantNullCheck: detect checks on expressions that are non-null.Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239
Full changelog: https://github.com/google/error-prone/compare/v2.42.0...v2.43.0
Commits
c862815Release Error Prone 2.45.07027d9fAdd negative test cases for AlwaysThrows with non-literal arguments.8669adbFix parameter name handling of enum constructor arguments679c4acUpdate end position handlingdc1279eAssertSameIncompatible: flag calls to assertSame/etc where the calls are guar...24387deInternal change5300dc6Disable an InvalidLink test for a javadoc bug on JDK >= 2675dcd53Fix the Optional wrapping in the description of NonCanonicalStaticMemberImport.10f5424FormatStringShouldUsePlaceholders shouldn't rewrite calls with a pass-through...3ef3d79The verb form of "recursion" is "to recur", not "to recurse". Quoting my CS p...- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
error_prone_core.version
maven
2.42.0 → 2.45.0
Minor
Technical Details
| ID: | 12696906 |
| UUID: | 3679463954 |
| Node ID: | PR_kwDONUSCK862Q76f |
| Host: | GitHub |
| Repository: | apache/arrow-java |