Commit 5b01a96
authored
Bump com.uber.nullaway:nullaway from 0.12.10 to 0.12.11 (#370)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.12.10 to 0.12.11.
<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.12.11</h2>
<h2>Version 0.12.11</h2>
<p>In this release, NullAway checks the requirement that JSpecify mode
is only run on a compatible <code>javac</code> version /
configuration, and fails if it detects an incompatibility.
See <a
href="https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions">https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions</a>
for details.</p>
<ul>
<li>Use inference for generic call passed as receiver to instance method
(<a
href="https://redirect.github.com/uber/NullAway/issues/1293">#1293</a>)</li>
<li>Accept any annotation with simple name <code>Contract</code>, and
change reporting of invalid contract annotations (<a
href="https://redirect.github.com/uber/NullAway/issues/1295">#1295</a>)</li>
<li>Properly model AtomicReference.get() in JSpecify mode (<a
href="https://redirect.github.com/uber/NullAway/issues/1298">#1298</a>)</li>
<li>Improve handling and error messages when using <code>this</code>
inside an anonymous class (<a
href="https://redirect.github.com/uber/NullAway/issues/1305">#1305</a>)</li>
<li>Generate astubx from JSON output of jdk-javac-plugin by <a
href="https://github.com/haewiful"><code>@haewiful</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1243">#1243</a>)</li>
<li>Improve inference for generic method with void-returning lambda
argument by <a
href="https://github.com/dhruv-agr"><code>@dhruv-agr</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1312">#1312</a>)</li>
<li>Use refined types from dataflow analysis in generic method inference
(<a
href="https://redirect.github.com/uber/NullAway/issues/1309">#1309</a>)</li>
<li>Fail if NullAway is run in JSpecify mode with an incompatible javac
version / configuration (<a
href="https://redirect.github.com/uber/NullAway/issues/1317">#1317</a>)</li>
<li>Jdk javac plugin: don't serialize info for classes / methods without
annotations by <a
href="https://github.com/haewiful"><code>@haewiful</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1316">#1316</a>)</li>
<li>Maintenance
<ul>
<li>[Cleanup] Refactor away unnecessary Predicate by <a
href="https://github.com/lazaroclapp"><code>@lazaroclapp</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1297">#1297</a>)</li>
<li>Update to Error Prone 2.42.0 (<a
href="https://redirect.github.com/uber/NullAway/issues/1299">#1299</a>)</li>
<li>Update to Gradle 9.1.0 (<a
href="https://redirect.github.com/uber/NullAway/issues/1302">#1302</a>)</li>
<li>Test on JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1301">#1301</a>)</li>
<li>Compile with JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1303">#1303</a>)</li>
<li>Add CodeRabbit config (<a
href="https://redirect.github.com/uber/NullAway/issues/1306">#1306</a>)</li>
<li>Update Gradle command used for integration tests (<a
href="https://redirect.github.com/uber/NullAway/issues/1311">#1311</a>)</li>
<li>Disable CodeRabbit review status comments (<a
href="https://redirect.github.com/uber/NullAway/issues/1313">#1313</a>)</li>
<li>Gradle fixes for jar-infer-lib (<a
href="https://redirect.github.com/uber/NullAway/issues/1314">#1314</a>)</li>
<li>Enable building NullAway on JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1315">#1315</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.12.11</h2>
<p>In this release, NullAway checks the requirement that JSpecify mode
is only run on a compatible <code>javac</code> version /
configuration, and fails if it detects an incompatibility.
See <a
href="https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions">https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions</a>
for details.</p>
<ul>
<li>Use inference for generic call passed as receiver to instance method
(<a
href="https://redirect.github.com/uber/NullAway/issues/1293">#1293</a>)</li>
<li>Accept any annotation with simple name <code>Contract</code>, and
change reporting of invalid contract annotations (<a
href="https://redirect.github.com/uber/NullAway/issues/1295">#1295</a>)</li>
<li>Properly model AtomicReference.get() in JSpecify mode (<a
href="https://redirect.github.com/uber/NullAway/issues/1298">#1298</a>)</li>
<li>Improve handling and error messages when using <code>this</code>
inside an anonymous class (<a
href="https://redirect.github.com/uber/NullAway/issues/1305">#1305</a>)</li>
<li>Generate astubx from JSON output of jdk-javac-plugin by <a
href="https://github.com/haewiful"><code>@haewiful</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1243">#1243</a>)</li>
<li>Improve inference for generic method with void-returning lambda
argument by <a
href="https://github.com/dhruv-agr"><code>@dhruv-agr</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1312">#1312</a>)</li>
<li>Use refined types from dataflow analysis in generic method inference
(<a
href="https://redirect.github.com/uber/NullAway/issues/1309">#1309</a>)</li>
<li>Fail if NullAway is run in JSpecify mode with an incompatible javac
version / configuration (<a
href="https://redirect.github.com/uber/NullAway/issues/1317">#1317</a>)</li>
<li>Jdk javac plugin: don't serialize info for classes / methods without
annotations by <a
href="https://github.com/haewiful"><code>@haewiful</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1316">#1316</a>)</li>
<li>Maintenance
<ul>
<li>[Cleanup] Refactor away unnecessary Predicate by <a
href="https://github.com/lazaroclapp"><code>@lazaroclapp</code></a> (<a
href="https://redirect.github.com/uber/NullAway/issues/1297">#1297</a>)</li>
<li>Update to Error Prone 2.42.0 (<a
href="https://redirect.github.com/uber/NullAway/issues/1299">#1299</a>)</li>
<li>Update to Gradle 9.1.0 (<a
href="https://redirect.github.com/uber/NullAway/issues/1302">#1302</a>)</li>
<li>Test on JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1301">#1301</a>)</li>
<li>Compile with JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1303">#1303</a>)</li>
<li>Add CodeRabbit config (<a
href="https://redirect.github.com/uber/NullAway/issues/1306">#1306</a>)</li>
<li>Update Gradle command used for integration tests (<a
href="https://redirect.github.com/uber/NullAway/issues/1311">#1311</a>)</li>
<li>Disable CodeRabbit review status comments (<a
href="https://redirect.github.com/uber/NullAway/issues/1313">#1313</a>)</li>
<li>Gradle fixes for jar-infer-lib (<a
href="https://redirect.github.com/uber/NullAway/issues/1314">#1314</a>)</li>
<li>Enable building NullAway on JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1315">#1315</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber/NullAway/commit/f22da569b24f0100bc0c47514e29fc7d8b377c10"><code>f22da56</code></a>
Prepare for release 0.12.11.</li>
<li><a
href="https://github.com/uber/NullAway/commit/06a7690220ccbe1cc0769fba3c1dff3f78dbe8db"><code>06a7690</code></a>
Add changelog for 0.12.11 (<a
href="https://redirect.github.com/uber/NullAway/issues/1321">#1321</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/f2e6c589312f2bbd35d9c079d166c31a54621e1a"><code>f2e6c58</code></a>
Jdk javac plugin: don't serialize info for classes / methods without
annotati...</li>
<li><a
href="https://github.com/uber/NullAway/commit/bb14d56bd202ede91cf2b5e88e55e209bf5e414e"><code>bb14d56</code></a>
Fail if NullAway is run in JSpecify mode with an incompatible javac
version /...</li>
<li><a
href="https://github.com/uber/NullAway/commit/99075862da4be90d4f3553f60d68902b971e42a4"><code>9907586</code></a>
Use refined types from dataflow analysis in generic method inference (<a
href="https://redirect.github.com/uber/NullAway/issues/1309">#1309</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/c6d2ba30e2f79661b848f4be0b1ef12cb5381194"><code>c6d2ba3</code></a>
Enable building NullAway on JDK 25 (<a
href="https://redirect.github.com/uber/NullAway/issues/1315">#1315</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/0a2e2b03a6578109c524e3439fb58bee8031e9c9"><code>0a2e2b0</code></a>
Improve inference for generic method with void-returning lambda argument
(<a
href="https://redirect.github.com/uber/NullAway/issues/1312">#1312</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/d8f298d5400a65ef2cf02b9442c4b9f2a3fcb052"><code>d8f298d</code></a>
Gradle fixes for jar-infer-lib (<a
href="https://redirect.github.com/uber/NullAway/issues/1314">#1314</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/defbda5d8c73d3fc1def609daade59fbed90a2a7"><code>defbda5</code></a>
Disable CodeRabbit review status comments (<a
href="https://redirect.github.com/uber/NullAway/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/b4b272bbe687afeac8200f9eca32ce7bacfe9330"><code>b4b272b</code></a>
Generate astubx from JSON output of jdk-javac-plugin (<a
href="https://redirect.github.com/uber/NullAway/issues/1243">#1243</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.12.10...v0.12.11">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 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1d055c6 commit 5b01a96
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments