Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Java] Bump checker.framework.version from 3.44.0 to 3.45.0 in…
… /java (#43178) Bumps `checker.framework.version` from 3.44.0 to 3.45.0. Updates `org.checkerframework:checker-qual` from 3.44.0 to 3.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p> <blockquote> <h2>Checker Framework 3.45.0</h2> <h2>Version 3.45.0 (July 1, 2024)</h2> <p><strong>Implementation details:</strong></p> <p>Added a <code>Tree</code> argument to <code>AnnotatedTypes.adaptParameters()</code></p> <p>Deprecated methods:</p> <ul> <li><code>TreeUtils.isVarArgs()</code> => <code>isVarargsCall()</code></li> <li><code>TreeUtils.isVarArgMethodCall()</code> => <code>isVarargsCall()</code></li> </ul> <p><strong>Closed issues:</strong></p> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/152">#152</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5575">#5575</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6630">#6630</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6641">#6641</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6648">#6648</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6676">#6676</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p> <blockquote> <h2>Version 3.45.0 (July 1, 2024)</h2> <p><strong>Implementation details:</strong></p> <p>Added a <code>Tree</code> argument to <code>AnnotatedTypes.adaptParameters()</code></p> <p>Deprecated methods:</p> <ul> <li><code>TreeUtils.isVarArgs()</code> => <code>isVarargsCall()</code></li> <li><code>TreeUtils.isVarArgMethodCall()</code> => <code>isVarargsCall()</code></li> </ul> <p><strong>Closed issues:</strong></p> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/152">#152</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5575">#5575</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6630">#6630</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6641">#6641</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6648">#6648</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6676">#6676</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/9723ea7a7d00123ba875aa5212d323ad47aa9df1"><code>9723ea7</code></a> new release 3.45.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/83a8a55c43ca7fcbd43bbe8848944ab4076dd1b6"><code>83a8a55</code></a> Update for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/8d50b59a997f39e2d6a4b44f90055722fd0a23bd"><code>8d50b59</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.753 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6690">#6690</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/e3a0b54b6455771b78bfa2ce0f2dcaf88feae717"><code>e3a0b54</code></a> Update dependency org.projectlombok:lombok to v1.18.34 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6689">#6689</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/71f21f1493b552554f32af40867d105e827a5cb8"><code>71f21f1</code></a> Update to Stubparser version 3.26.1</li> <li><a href="https://github.com/typetools/checker-framework/commit/6147c82e1ef28ea985b3c3ddf6df253e8a2b856e"><code>6147c82</code></a> Remove references to the defunct Object Construction Checker</li> <li><a href="https://github.com/typetools/checker-framework/commit/936a6d057f9b6adb83ab62154bb46c578691295c"><code>936a6d0</code></a> Fix typo</li> <li><a href="https://github.com/typetools/checker-framework/commit/4b236c1cf55798285d9f767f99923ce81f0744c1"><code>4b236c1</code></a> Project: replace JavaParser by javac (<a href="https://redirect.github.com/typetools/checker-framework/issues/6678">#6678</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/6cc0cd3494cbc6f100a874714d1b840b2a616d79"><code>6cc0cd3</code></a> Non-Empty Checker (<a href="https://redirect.github.com/typetools/checker-framework/issues/6679">#6679</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/5c98838b9b088ebc65728c5d1c6663619325e976"><code>5c98838</code></a> Add a complete example of a resource wrapper type to the manual (<a href="https://redirect.github.com/typetools/checker-framework/issues/6680">#6680</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.44.0...checker-framework-3.45.0">compare view</a></li> </ul> </details> <br /> Updates `org.checkerframework:checker` from 3.44.0 to 3.45.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker's releases</a>.</em></p> <blockquote> <h2>Checker Framework 3.45.0</h2> <h2>Version 3.45.0 (July 1, 2024)</h2> <p><strong>Implementation details:</strong></p> <p>Added a <code>Tree</code> argument to <code>AnnotatedTypes.adaptParameters()</code></p> <p>Deprecated methods:</p> <ul> <li><code>TreeUtils.isVarArgs()</code> => <code>isVarargsCall()</code></li> <li><code>TreeUtils.isVarArgMethodCall()</code> => <code>isVarargsCall()</code></li> </ul> <p><strong>Closed issues:</strong></p> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/152">#152</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5575">#5575</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6630">#6630</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6641">#6641</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6648">#6648</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6676">#6676</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker's changelog</a>.</em></p> <blockquote> <h2>Version 3.45.0 (July 1, 2024)</h2> <p><strong>Implementation details:</strong></p> <p>Added a <code>Tree</code> argument to <code>AnnotatedTypes.adaptParameters()</code></p> <p>Deprecated methods:</p> <ul> <li><code>TreeUtils.isVarArgs()</code> => <code>isVarargsCall()</code></li> <li><code>TreeUtils.isVarArgMethodCall()</code> => <code>isVarargsCall()</code></li> </ul> <p><strong>Closed issues:</strong></p> <p><a href="https://redirect.github.com/typetools/checker-framework/issues/152">#152</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5575">#5575</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6630">#6630</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6641">#6641</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6648">#6648</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6676">#6676</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typetools/checker-framework/commit/9723ea7a7d00123ba875aa5212d323ad47aa9df1"><code>9723ea7</code></a> new release 3.45.0</li> <li><a href="https://github.com/typetools/checker-framework/commit/83a8a55c43ca7fcbd43bbe8848944ab4076dd1b6"><code>83a8a55</code></a> Update for release.</li> <li><a href="https://github.com/typetools/checker-framework/commit/8d50b59a997f39e2d6a4b44f90055722fd0a23bd"><code>8d50b59</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.753 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6690">#6690</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/e3a0b54b6455771b78bfa2ce0f2dcaf88feae717"><code>e3a0b54</code></a> Update dependency org.projectlombok:lombok to v1.18.34 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6689">#6689</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/71f21f1493b552554f32af40867d105e827a5cb8"><code>71f21f1</code></a> Update to Stubparser version 3.26.1</li> <li><a href="https://github.com/typetools/checker-framework/commit/6147c82e1ef28ea985b3c3ddf6df253e8a2b856e"><code>6147c82</code></a> Remove references to the defunct Object Construction Checker</li> <li><a href="https://github.com/typetools/checker-framework/commit/936a6d057f9b6adb83ab62154bb46c578691295c"><code>936a6d0</code></a> Fix typo</li> <li><a href="https://github.com/typetools/checker-framework/commit/4b236c1cf55798285d9f767f99923ce81f0744c1"><code>4b236c1</code></a> Project: replace JavaParser by javac (<a href="https://redirect.github.com/typetools/checker-framework/issues/6678">#6678</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/6cc0cd3494cbc6f100a874714d1b840b2a616d79"><code>6cc0cd3</code></a> Non-Empty Checker (<a href="https://redirect.github.com/typetools/checker-framework/issues/6679">#6679</a>)</li> <li><a href="https://github.com/typetools/checker-framework/commit/5c98838b9b088ebc65728c5d1c6663619325e976"><code>5c98838</code></a> Add a complete example of a resource wrapper type to the manual (<a href="https://redirect.github.com/typetools/checker-framework/issues/6680">#6680</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.44.0...checker-framework-3.45.0">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging - `@ dependabot reopen` will reopen this PR if it is closed - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@ dependabot show <dependency name> 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <[email protected]>
- Loading branch information