dependabot[bot] opened a new pull request, #26030: URL: https://github.com/apache/camel/pull/26030
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.14.0 to 0.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber/NullAway/releases">com.uber.nullaway:nullaway's releases</a>.</em></p> <blockquote> <h2>NullAway 0.14.1</h2> <p>Several bug fixes in this release, particularly for <code>JSpecifyExperimental</code>. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on <code>JSpecifyExperimental</code>.</p> <ul> <li>Fix restoring nullness annotations from an unbounded wildcard to a captured type (<a href="https://redirect.github.com/uber/NullAway/issues/1717">#1717</a>)</li> <li>JSpecify: support anonymous diamond classes by <a href="https://github.com/subhramit"><code>@subhramit</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1710">#1710</a>)</li> <li>Fix attribute errors reported during dataflow (<a href="https://redirect.github.com/uber/NullAway/issues/1736">#1736</a>)</li> <li>Apply library models to an overridden method type when checking overrides (<a href="https://redirect.github.com/uber/NullAway/issues/1722">#1722</a>)</li> <li>Deduplicate generic inference failure warnings (<a href="https://redirect.github.com/uber/NullAway/issues/1741">#1741</a>)</li> <li>Preserve nested nullness annotations through inheritance (<a href="https://redirect.github.com/uber/NullAway/issues/1742">#1742</a>)</li> <li>Fix crash for generic qualifiers in method references (<a href="https://redirect.github.com/uber/NullAway/issues/1744">#1744</a>)</li> <li>Cache immutable stubx library models (<a href="https://redirect.github.com/uber/NullAway/issues/1745">#1745</a>)</li> <li>Allow nullable method references for void functions (<a href="https://redirect.github.com/uber/NullAway/issues/1747">#1747</a>)</li> <li>Preserve nested nullness in enhanced-for variable types (<a href="https://redirect.github.com/uber/NullAway/issues/1748">#1748</a>)</li> <li>Track nullable elements in enhanced-for dataflow (<a href="https://redirect.github.com/uber/NullAway/issues/1749">#1749</a>)</li> <li>Honor ignored methods in null-marked library models (<a href="https://redirect.github.com/uber/NullAway/issues/1753">#1753</a>)</li> <li>Avoid crashes on malformed <code>@Contract</code> arity (fixes <a href="https://redirect.github.com/uber/NullAway/issues/1726">#1726</a>) (<a href="https://redirect.github.com/uber/NullAway/issues/1756">#1756</a>)</li> <li>Inherit null-implies-null models across overrides (<a href="https://redirect.github.com/uber/NullAway/issues/1758">#1758</a>)</li> <li>Fix inference for annotated type variable uses (<a href="https://redirect.github.com/uber/NullAway/issues/1759">#1759</a>)</li> <li>Preserve contract unreachability across store joins (<a href="https://redirect.github.com/uber/NullAway/issues/1761">#1761</a>)</li> <li>Prevent recursion on self-referential wildcard bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1763">#1763</a>)</li> <li>Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (<a href="https://redirect.github.com/uber/NullAway/issues/1764">#1764</a>)</li> <li>Improve diagnostics for non-null type variable bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1770">#1770</a>)</li> <li>Fix override checks for method type variables bounded by a class type variable by <a href="https://github.com/pivovarit"><code>@pivovarit</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1775">#1775</a>)</li> <li>Maintenance <ul> <li>Migrate FrameworkTests to <code>addSourceLines</code> by <a href="https://github.com/abdeltaehass"><code>@abdeltaehass</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1712">#1712</a>)</li> <li>Attribute errors reported during dataflow to the right file by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1734">#1734</a>)</li> <li>Disable CodeRabbit summaries (<a href="https://redirect.github.com/uber/NullAway/issues/1755">#1755</a>)</li> <li>Add tests for overrides of <code>Collection.toArray</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1757">#1757</a>)</li> <li>Assert the full set of diagnostics for annotated type-variable uses by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1768">#1768</a>)</li> <li>Document that a <code>nullImpliesNull</code> model applies to overriding methods by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1771">#1771</a>)</li> <li>Add tests for the JSpecify nullness operator by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1767">#1767</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber/NullAway/blob/master/CHANGELOG.md">com.uber.nullaway:nullaway's changelog</a>.</em></p> <blockquote> <h2>Version 0.14.1</h2> <p>Several bug fixes in this release, particularly for <code>JSpecifyExperimental</code>. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on <code>JSpecifyExperimental</code>.</p> <ul> <li>Fix restoring nullness annotations from an unbounded wildcard to a captured type (<a href="https://redirect.github.com/uber/NullAway/issues/1717">#1717</a>)</li> <li>JSpecify: support anonymous diamond classes by <a href="https://github.com/subhramit"><code>@subhramit</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1710">#1710</a>)</li> <li>Fix attribute errors reported during dataflow (<a href="https://redirect.github.com/uber/NullAway/issues/1736">#1736</a>)</li> <li>Apply library models to an overridden method type when checking overrides (<a href="https://redirect.github.com/uber/NullAway/issues/1722">#1722</a>)</li> <li>Deduplicate generic inference failure warnings (<a href="https://redirect.github.com/uber/NullAway/issues/1741">#1741</a>)</li> <li>Preserve nested nullness annotations through inheritance (<a href="https://redirect.github.com/uber/NullAway/issues/1742">#1742</a>)</li> <li>Fix crash for generic qualifiers in method references (<a href="https://redirect.github.com/uber/NullAway/issues/1744">#1744</a>)</li> <li>Cache immutable stubx library models (<a href="https://redirect.github.com/uber/NullAway/issues/1745">#1745</a>)</li> <li>Allow nullable method references for void functions (<a href="https://redirect.github.com/uber/NullAway/issues/1747">#1747</a>)</li> <li>Preserve nested nullness in enhanced-for variable types (<a href="https://redirect.github.com/uber/NullAway/issues/1748">#1748</a>)</li> <li>Track nullable elements in enhanced-for dataflow (<a href="https://redirect.github.com/uber/NullAway/issues/1749">#1749</a>)</li> <li>Honor ignored methods in null-marked library models (<a href="https://redirect.github.com/uber/NullAway/issues/1753">#1753</a>)</li> <li>Avoid crashes on malformed <code>@Contract</code> arity (fixes <a href="https://redirect.github.com/uber/NullAway/issues/1726">#1726</a>) (<a href="https://redirect.github.com/uber/NullAway/issues/1756">#1756</a>)</li> <li>Inherit null-implies-null models across overrides (<a href="https://redirect.github.com/uber/NullAway/issues/1758">#1758</a>)</li> <li>Fix inference for annotated type variable uses (<a href="https://redirect.github.com/uber/NullAway/issues/1759">#1759</a>)</li> <li>Preserve contract unreachability across store joins (<a href="https://redirect.github.com/uber/NullAway/issues/1761">#1761</a>)</li> <li>Prevent recursion on self-referential wildcard bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1763">#1763</a>)</li> <li>Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (<a href="https://redirect.github.com/uber/NullAway/issues/1764">#1764</a>)</li> <li>Improve diagnostics for non-null type variable bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1770">#1770</a>)</li> <li>Fix override checks for method type variables bounded by a class type variable by <a href="https://github.com/pivovarit"><code>@pivovarit</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1775">#1775</a>)</li> <li>Maintenance <ul> <li>Migrate FrameworkTests to <code>addSourceLines</code> by <a href="https://github.com/abdeltaehass"><code>@abdeltaehass</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1712">#1712</a>)</li> <li>Attribute errors reported during dataflow to the right file by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1734">#1734</a>)</li> <li>Disable CodeRabbit summaries (<a href="https://redirect.github.com/uber/NullAway/issues/1755">#1755</a>)</li> <li>Add tests for overrides of <code>Collection.toArray</code> (<a href="https://redirect.github.com/uber/NullAway/issues/1757">#1757</a>)</li> <li>Assert the full set of diagnostics for annotated type-variable uses by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1768">#1768</a>)</li> <li>Document that a <code>nullImpliesNull</code> model applies to overriding methods by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1771">#1771</a>)</li> <li>Add tests for the JSpecify nullness operator by <a href="https://github.com/vlsi"><code>@vlsi</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/1767">#1767</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/b3d442afa3036ec0b03ccf8743af479c764765f3"><code>b3d442a</code></a> Prepare for release 0.14.1.</li> <li><a href="https://github.com/uber/NullAway/commit/d6df98b699f604d63638c459167d6c81142bef5f"><code>d6df98b</code></a> Release notes for 0.14.1 (<a href="https://redirect.github.com/uber/NullAway/issues/1784">#1784</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/ecb763e130f7ea06bf0392043a03957a4d225b32"><code>ecb763e</code></a> fix override checks for method type variables bounded by a class type variabl...</li> <li><a href="https://github.com/uber/NullAway/commit/915b28714144b1009df214d29711fae2cc7ba9ed"><code>915b287</code></a> Add tests for the JSpecify nullness operator (<a href="https://redirect.github.com/uber/NullAway/issues/1767">#1767</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/f142e85723f4bd4fa4e3e958a6b8dbfa19e9410f"><code>f142e85</code></a> Improve diagnostics for non-null type variable bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1770">#1770</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/bb5cf518b69e746ad51b9d256772fc4be0865170"><code>bb5cf51</code></a> Work around pre-JDK-25 limitations in reading upper bounds from wildcard argu...</li> <li><a href="https://github.com/uber/NullAway/commit/17d7ca7e0af02923a169ea06e82a1ca50ed5474b"><code>17d7ca7</code></a> Document that a nullImpliesNull model applies to overriding methods (<a href="https://redirect.github.com/uber/NullAway/issues/1771">#1771</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/cc156e44fe9b9041b82e2ae9314def6a12cabcab"><code>cc156e4</code></a> Assert the full set of diagnostics for annotated type-variable uses (<a href="https://redirect.github.com/uber/NullAway/issues/1768">#1768</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/b9efa0f3b11b3a8ef831866abbdcbaf401b595c8"><code>b9efa0f</code></a> Prevent recursion on self-referential wildcard bounds (<a href="https://redirect.github.com/uber/NullAway/issues/1763">#1763</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/177ad18cb5893170c4d64f0420b628b32dea3cf8"><code>177ad18</code></a> Preserve contract unreachability across store joins (<a href="https://redirect.github.com/uber/NullAway/issues/1761">#1761</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.14.0...v0.14.1">compare view</a></li> </ul> </details> <br /> [](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) --- <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> -- 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]
