Commit da97828
authored
MINOR: Bump checker.framework.version from 4.1.0 to 4.2.0 (#1170)
Bumps `checker.framework.version` from 4.1.0 to 4.2.0.
Updates `org.checkerframework:checker-qual` from 4.1.0 to 4.2.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 4.2.0</h2>
<h2>Version 4.2.0 (2026-06-01)</h2>
<h3>User-visible changes</h3>
<p>Renamed error message key
"createsmustcallfor.target.unparseable" to
"createsmustcallfor.target.unparsable".</p>
<h3>Implementation details</h3>
<p>In <code>AnnotatedTypeFactory</code>:</p>
<ul>
<li>new overload <code>canonicalAnnotation(AnnotationMirror,
TypeMirror)</code>.</li>
</ul>
<p>In <code>TypeHierarchy</code>:</p>
<ul>
<li>new methods <code>equalsShallowEffective()</code>.</li>
</ul>
<h3>Closed issues</h3>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/7676">#7676</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7679">#7679</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7680">#7680</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7695">#7695</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7697">#7697</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7699">#7699</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7700">#7700</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7727">#7727</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 4.2.0 (2026-06-01)</h2>
<h3>User-visible changes</h3>
<p>Renamed error message key
"createsmustcallfor.target.unparseable" to
"createsmustcallfor.target.unparsable".</p>
<h3>Implementation details</h3>
<p>In <code>AnnotatedTypeFactory</code>:</p>
<ul>
<li>new overload <code>canonicalAnnotation(AnnotationMirror,
TypeMirror)</code>.</li>
</ul>
<p>In <code>TypeHierarchy</code>:</p>
<ul>
<li>new methods <code>equalsShallowEffective()</code>.</li>
</ul>
<h3>Closed issues</h3>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/7676">#7676</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7679">#7679</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7680">#7680</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7695">#7695</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7697">#7697</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7699">#7699</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7700">#7700</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7727">#7727</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typetools/checker-framework/commit/231e85507cb0166a94145d2e35b8d3d355c3ced6"><code>231e855</code></a>
new release 4.2.0</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/e59f66f668bfffbadbd3185c103a898ee69fa745"><code>e59f66f</code></a>
Prep for release.</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/bcc021ff1928ddb3e2ca9afa876bb16a6e924396"><code>bcc021f</code></a>
Fix problem with type var in a method reference (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7729">#7729</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/91392e5f6a521ee48baa974f39038a3ff309c5e3"><code>91392e5</code></a>
Use gradle-git-properties version 4</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/cdae25801e483901ce5ebd814ad5286f5e332531"><code>cdae258</code></a>
Increase constraint limit (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7752">#7752</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/dbb553d23011306ced4a7d49fac82aa2df850e9d"><code>dbb553d</code></a>
Fix check of receiver override (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7746">#7746</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/264c73dbc2cde531fe88f6546c76727de348d3af"><code>264c73d</code></a>
Fix "unneeded.suppression" warning (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7747">#7747</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/d118b89190356b846201f2488b96710dfee11aef"><code>d118b89</code></a>
New methods <code>equalsShallowEffective()</code> (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7745">#7745</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/a916913c161d0cf6078c32e823d724a4c31890ae"><code>a916913</code></a>
Simplify logic (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7744">#7744</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/227974fbf0e546621a53da5f2db0de83fee61c46"><code>227974f</code></a>
Update plugin com-gradleup-shadow to v9.4.2 (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7749">#7749</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typetools/checker-framework/compare/checker-framework-4.1.0...checker-framework-4.2.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.checkerframework:checker` from 4.1.0 to 4.2.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 4.2.0</h2>
<h2>Version 4.2.0 (2026-06-01)</h2>
<h3>User-visible changes</h3>
<p>Renamed error message key
"createsmustcallfor.target.unparseable" to
"createsmustcallfor.target.unparsable".</p>
<h3>Implementation details</h3>
<p>In <code>AnnotatedTypeFactory</code>:</p>
<ul>
<li>new overload <code>canonicalAnnotation(AnnotationMirror,
TypeMirror)</code>.</li>
</ul>
<p>In <code>TypeHierarchy</code>:</p>
<ul>
<li>new methods <code>equalsShallowEffective()</code>.</li>
</ul>
<h3>Closed issues</h3>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/7676">#7676</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7679">#7679</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7680">#7680</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7695">#7695</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7697">#7697</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7699">#7699</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7700">#7700</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7727">#7727</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 4.2.0 (2026-06-01)</h2>
<h3>User-visible changes</h3>
<p>Renamed error message key
"createsmustcallfor.target.unparseable" to
"createsmustcallfor.target.unparsable".</p>
<h3>Implementation details</h3>
<p>In <code>AnnotatedTypeFactory</code>:</p>
<ul>
<li>new overload <code>canonicalAnnotation(AnnotationMirror,
TypeMirror)</code>.</li>
</ul>
<p>In <code>TypeHierarchy</code>:</p>
<ul>
<li>new methods <code>equalsShallowEffective()</code>.</li>
</ul>
<h3>Closed issues</h3>
<p><a
href="https://redirect.github.com/typetools/checker-framework/issues/7676">#7676</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7679">#7679</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7680">#7680</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7695">#7695</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7697">#7697</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7699">#7699</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7700">#7700</a>,
<a
href="https://redirect.github.com/typetools/checker-framework/issues/7727">#7727</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typetools/checker-framework/commit/231e85507cb0166a94145d2e35b8d3d355c3ced6"><code>231e855</code></a>
new release 4.2.0</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/e59f66f668bfffbadbd3185c103a898ee69fa745"><code>e59f66f</code></a>
Prep for release.</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/bcc021ff1928ddb3e2ca9afa876bb16a6e924396"><code>bcc021f</code></a>
Fix problem with type var in a method reference (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7729">#7729</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/91392e5f6a521ee48baa974f39038a3ff309c5e3"><code>91392e5</code></a>
Use gradle-git-properties version 4</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/cdae25801e483901ce5ebd814ad5286f5e332531"><code>cdae258</code></a>
Increase constraint limit (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7752">#7752</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/dbb553d23011306ced4a7d49fac82aa2df850e9d"><code>dbb553d</code></a>
Fix check of receiver override (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7746">#7746</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/264c73dbc2cde531fe88f6546c76727de348d3af"><code>264c73d</code></a>
Fix "unneeded.suppression" warning (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7747">#7747</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/d118b89190356b846201f2488b96710dfee11aef"><code>d118b89</code></a>
New methods <code>equalsShallowEffective()</code> (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7745">#7745</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/a916913c161d0cf6078c32e823d724a4c31890ae"><code>a916913</code></a>
Simplify logic (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7744">#7744</a>)</li>
<li><a
href="https://github.com/typetools/checker-framework/commit/227974fbf0e546621a53da5f2db0de83fee61c46"><code>227974f</code></a>
Update plugin com-gradleup-shadow to v9.4.2 (<a
href="https://redirect.github.com/typetools/checker-framework/issues/7749">#7749</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typetools/checker-framework/compare/checker-framework-4.1.0...checker-framework-4.2.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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 315fd71 commit da97828
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments