Re: [PR] Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0 [causeway]

2026-02-08 Thread via GitHub


andi-huber merged PR #3384:
URL: https://github.com/apache/causeway/pull/3384


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [PR] Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0 [causeway]

2026-02-08 Thread via GitHub


andi-huber merged PR #3389:
URL: https://github.com/apache/causeway/pull/3389


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0 [causeway]

2026-02-08 Thread via GitHub


dependabot[bot] opened a new pull request, #3389:
URL: https://github.com/apache/causeway/pull/3389

   Bumps 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 from 2.46.0 to 2.47.0.
   
   Release notes
   Sourced from https://github.com/google/error-prone/releases";>com.google.errorprone:error_prone_annotations's
 releases.
   
   Error Prone 2.47.0
   New checks:
   
   https://errorprone.info/bugpattern/InterruptedInCatchBlock";>InterruptedInCatchBlock:
 Detect accidental calls to Thread.interrupted() inside of 
catch(InterruptedException e) blocks.
   https://errorprone.info/bugpattern/RefactorSwitch";>RefactorSwitch:
 Refactorings to simplify arrow switches
   https://errorprone.info/bugpattern/UnnamedVariable";>UnnamedVariable:
 Rename unused variables to _
   
   Closed issues: https://redirect.github.com/google/error-prone/issues/1811";>#1811, https://redirect.github.com/google/error-prone/issues/4168";>#4168, https://redirect.github.com/google/error-prone/issues/5459";>#5459, https://redirect.github.com/google/error-prone/issues/5460";>#5460
   Full changelog: https://github.com/google/error-prone/compare/v2.46.0...v2.47.0";>https://github.com/google/error-prone/compare/v2.46.0...v2.47.0
   
   
   
   Commits
   
   https://github.com/google/error-prone/commit/afa2d04b51099e466863b0051fa05b48971ac757";>afa2d04
 Release Error Prone 2.47.0
   https://github.com/google/error-prone/commit/bc9618a8ac4e4a6e5e06ff9ada2f16a476262cc6";>bc9618a
 [IfChainToSwitch] when safe mode is enabled, don't reorder cases because 
this...
   https://github.com/google/error-prone/commit/6cbafd3741ed8eedb778a28d412f3e4dcb5c841a";>6cbafd3
 Remove the TypeCompatibility:UseCapture flag.
   https://github.com/google/error-prone/commit/2b5284fe185e5293e9fe36c7b3c39c9c0c35b147";>2b5284f
 [IfChainToSwitch] Add new flag for safe mode, and emit null-handling logic 
wh...
   https://github.com/google/error-prone/commit/7d8cdfeac946923c85a430f06ffa364e973e9e44";>7d8cdfe
 Prepare for javac API changes to AST end positions
   https://github.com/google/error-prone/commit/bd5f6ca66a1f884220ab0bb13c4d06385eddad3d";>bd5f6ca
 PUBLIC: Add obsolete APIs from Apache's IOUtils to 
JdkObsolete.
   https://github.com/google/error-prone/commit/198cfddcba7914145369a4a899b4ce0800ae";>198
 PUBLIC: Flag obsolete Scanner constructors in 
JdkObsolete.
   https://github.com/google/error-prone/commit/ab4e7bd6939b92ecb22875a644a1ec7d238ba411";>ab4e7bd
 Improve diagnostic message for unused parameters that are reassigned.
   https://github.com/google/error-prone/commit/0aaf5764243bce761e56b7b5cb1f826e1dac47a4";>0aaf576
 Clean up VariableNameSameAsType
   https://github.com/google/error-prone/commit/795015f32271b5f6313f1c97a4fcd2959d2fa572";>795015f
 PUBLIC: add Formatter and Properties APIs that use a 
String to represen...
   Additional commits viewable in https://github.com/google/error-prone/compare/v2.46.0...v2.47.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_annotations&package-manager=maven&previous-version=2.46.0&new-version=2.47.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump com.google.errorprone:error_prone_annotations from 2.46.0 to 2.47.0 [causeway]

2026-02-08 Thread via GitHub


dependabot[bot] opened a new pull request, #3384:
URL: https://github.com/apache/causeway/pull/3384

   Bumps 
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
 from 2.46.0 to 2.47.0.
   
   Release notes
   Sourced from https://github.com/google/error-prone/releases";>com.google.errorprone:error_prone_annotations's
 releases.
   
   Error Prone 2.47.0
   New checks:
   
   https://errorprone.info/bugpattern/InterruptedInCatchBlock";>InterruptedInCatchBlock:
 Detect accidental calls to Thread.interrupted() inside of 
catch(InterruptedException e) blocks.
   https://errorprone.info/bugpattern/RefactorSwitch";>RefactorSwitch:
 Refactorings to simplify arrow switches
   https://errorprone.info/bugpattern/UnnamedVariable";>UnnamedVariable:
 Rename unused variables to _
   
   Closed issues: https://redirect.github.com/google/error-prone/issues/1811";>#1811, https://redirect.github.com/google/error-prone/issues/4168";>#4168, https://redirect.github.com/google/error-prone/issues/5459";>#5459, https://redirect.github.com/google/error-prone/issues/5460";>#5460
   Full changelog: https://github.com/google/error-prone/compare/v2.46.0...v2.47.0";>https://github.com/google/error-prone/compare/v2.46.0...v2.47.0
   
   
   
   Commits
   
   https://github.com/google/error-prone/commit/afa2d04b51099e466863b0051fa05b48971ac757";>afa2d04
 Release Error Prone 2.47.0
   https://github.com/google/error-prone/commit/bc9618a8ac4e4a6e5e06ff9ada2f16a476262cc6";>bc9618a
 [IfChainToSwitch] when safe mode is enabled, don't reorder cases because 
this...
   https://github.com/google/error-prone/commit/6cbafd3741ed8eedb778a28d412f3e4dcb5c841a";>6cbafd3
 Remove the TypeCompatibility:UseCapture flag.
   https://github.com/google/error-prone/commit/2b5284fe185e5293e9fe36c7b3c39c9c0c35b147";>2b5284f
 [IfChainToSwitch] Add new flag for safe mode, and emit null-handling logic 
wh...
   https://github.com/google/error-prone/commit/7d8cdfeac946923c85a430f06ffa364e973e9e44";>7d8cdfe
 Prepare for javac API changes to AST end positions
   https://github.com/google/error-prone/commit/bd5f6ca66a1f884220ab0bb13c4d06385eddad3d";>bd5f6ca
 PUBLIC: Add obsolete APIs from Apache's IOUtils to 
JdkObsolete.
   https://github.com/google/error-prone/commit/198cfddcba7914145369a4a899b4ce0800ae";>198
 PUBLIC: Flag obsolete Scanner constructors in 
JdkObsolete.
   https://github.com/google/error-prone/commit/ab4e7bd6939b92ecb22875a644a1ec7d238ba411";>ab4e7bd
 Improve diagnostic message for unused parameters that are reassigned.
   https://github.com/google/error-prone/commit/0aaf5764243bce761e56b7b5cb1f826e1dac47a4";>0aaf576
 Clean up VariableNameSameAsType
   https://github.com/google/error-prone/commit/795015f32271b5f6313f1c97a4fcd2959d2fa572";>795015f
 PUBLIC: add Formatter and Properties APIs that use a 
String to represen...
   Additional commits viewable in https://github.com/google/error-prone/compare/v2.46.0...v2.47.0";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.errorprone:error_prone_annotations&package-manager=maven&previous-version=2.46.0&new-version=2.47.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]