Skip to content

Commit

Permalink
Bump com.uber.nullaway:nullaway from 0.10.10 to 0.11.2 (#1980)
Browse files Browse the repository at this point in the history
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway)
from 0.10.10 to 0.11.2.
<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.11.2</h2>
<ul>
<li>JSpecify: add another bailout check for raw types (<a
href="https://github.com/uber/NullAway/issues/1021">#1021</a>)</li>
<li>JSpecify: handle intersection type in one place (<a
href="https://github.com/uber/NullAway/issues/1015">#1015</a>)</li>
<li>JSpecify: fix for crash with wildcard types (<a
href="https://github.com/uber/NullAway/issues/1020">#1020</a>)</li>
<li>Maintenance:
<ul>
<li>Update to Error Prone 2.30.0 (<a
href="https://github.com/uber/NullAway/issues/1017">#1017</a>)</li>
<li>Add test for <a
href="https://github.com/uber/NullAway/issues/1011">#1011</a>
(<a
href="https://github.com/uber/NullAway/issues/1018">#1018</a>)</li>
</ul>
</li>
</ul>
<h2>NullAway 0.11.1</h2>
<ul>
<li>Fix issue 1008 (<a
href="https://github.com/uber/NullAway/issues/1009">#1009</a>)</li>
<li>JSpecify: read upper bound annotations from bytecode and add tests
(<a
href="https://github.com/uber/NullAway/issues/1004">#1004</a>)</li>
<li>Fix crash with suggested suppressions in JSpecify mode (<a
href="https://github.com/uber/NullAway/issues/1001">#1001</a>)</li>
<li>Update to JSpecify 1.0 and use JSpecify annotations in NullAway code
(<a
href="https://github.com/uber/NullAway/issues/1000">#1000</a>)</li>
<li>Expose <a
href="https://github.com/EnsuresNonNull"><code>@​EnsuresNonNull</code></a>
and <a
href="https://github.com/RequiresNonNull"><code>@​RequiresNonNull</code></a>
in annotations package (<a
href="https://github.com/uber/NullAway/issues/999">#999</a>)</li>
<li>Don't report initializer warnings on <a
href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a>
constructors / methods (<a
href="https://github.com/uber/NullAway/issues/997">#997</a>)</li>
<li>Strip annotations from MethodSymbol strings (<a
href="https://github.com/uber/NullAway/issues/993">#993</a>)</li>
<li>JSpecify: fix crashes where declared parameter / return types were
raw (<a
href="https://github.com/uber/NullAway/issues/989">#989</a>)</li>
<li>JSpecify: Handle <a
href="https://github.com/nullable"><code>@​nullable</code></a> elements
for enhanced-for-loops on arrays (<a
href="https://github.com/uber/NullAway/issues/986">#986</a>)</li>
<li>Features/944 tidy stream nullability propagator (<a
href="https://github.com/uber/NullAway/issues/985">#985</a>)</li>
<li>Tests for loops over arrays (<a
href="https://github.com/uber/NullAway/issues/982">#982</a>)</li>
<li>Bug fixes for array subtyping at returns / parameter passing (<a
href="https://github.com/uber/NullAway/issues/980">#980</a>)</li>
<li>JSpecify: Handle <a
href="https://github.com/nonnull"><code>@​nonnull</code></a> elements in
<a href="https://github.com/nullable"><code>@​nullable</code></a>
content arrays (<a
href="https://github.com/uber/NullAway/issues/963">#963</a>)</li>
<li>Don't report <a
href="https://github.com/nullable"><code>@​nullable</code></a> type
argument errors for unmarked classes (<a
href="https://github.com/uber/NullAway/issues/958">#958</a>)</li>
<li>External Library Models: Adding support for Nullable upper bounds of
Generic Type parameters (<a
href="https://github.com/uber/NullAway/issues/949">#949</a>)</li>
<li>Refactoring / code cleanups:
<ul>
<li>Test on JDK 22 (<a
href="https://github.com/uber/NullAway/issues/992">#992</a>)</li>
<li>Add test case for <a
href="https://github.com/nullable"><code>@​nullable</code></a> Void with
override in JSpecify mode (<a
href="https://github.com/uber/NullAway/issues/990">#990</a>)</li>
<li>Enable UnnecessaryFinal and PreferredInterfaceType EP checks (<a
href="https://github.com/uber/NullAway/issues/991">#991</a>)</li>
<li>Add missing <a
href="https://github.com/test"><code>@​test</code></a> annotation (<a
href="https://github.com/uber/NullAway/issues/988">#988</a>)</li>
<li>Fix typo in variable name (<a
href="https://github.com/uber/NullAway/issues/987">#987</a>)</li>
<li>Remove AbstractConfig class (<a
href="https://github.com/uber/NullAway/issues/974">#974</a>)</li>
<li>Fix Javadoc for MethodRef (<a
href="https://github.com/uber/NullAway/issues/973">#973</a>)</li>
<li>Refactored data clumps with the help of LLMs (research project) (<a
href="https://github.com/uber/NullAway/issues/960">#960</a>)</li>
</ul>
</li>
<li>Build / CI tooling maintenance:
<ul>
<li>Various cleanups enabled by bumping minimum Java and Error Prone
versions (<a
href="https://github.com/uber/NullAway/issues/962">#962</a>)</li>
<li>Disable publishing of snapshot builds from CI (<a
href="https://github.com/uber/NullAway/issues/967">#967</a>)</li>
<li>Update Gradle action usage in CI workflow (<a
href="https://github.com/uber/NullAway/issues/969">#969</a>)</li>
<li>Update Gradle config to always compile Java code using JDK 17 (<a
href="https://github.com/uber/NullAway/issues/971">#971</a>)</li>
<li>Update JavaParser to 3.26.0 (<a
href="https://github.com/uber/NullAway/issues/970">#970</a>)</li>
<li>Reenable JMH benchmarking in a safer manner (<a
href="https://github.com/uber/NullAway/issues/975">#975</a>)</li>
<li>Updated JMH Benchmark Comment Action (<a
href="https://github.com/uber/NullAway/issues/976">#976</a>)</li>
<li>Update to Gradle 8.8 (<a
href="https://github.com/uber/NullAway/issues/981">#981</a>)</li>
<li>Update to Error Prone 2.28.0 (<a
href="https://github.com/uber/NullAway/issues/984">#984</a>)</li>
<li>Update to Gradle 8.9 (<a
href="https://github.com/uber/NullAway/issues/998">#998</a>)</li>
<li>Update to WALA 1.6.6 (<a
href="https://github.com/uber/NullAway/issues/1003">#1003</a>)</li>
</ul>
</li>
</ul>
<h2>NullAway 0.11.0</h2>
<p>IMPORTANT: Support for JDK 8 is dropped and NullAway now requires
ErrorProne 2.14.0 or higher.</p>
<ul>
<li>Delete OptionalEmptinessHandler method that is no longer needed (<a
href="https://github.com/uber/NullAway/issues/954">#954</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.11.2</h2>
<ul>
<li>JSpecify: add another bailout check for raw types (<a
href="https://github.com/uber/NullAway/issues/1021">#1021</a>)</li>
<li>JSpecify: handle intersection type in one place (<a
href="https://github.com/uber/NullAway/issues/1015">#1015</a>)</li>
<li>JSpecify: fix for crash with wildcard types (<a
href="https://github.com/uber/NullAway/issues/1020">#1020</a>)</li>
<li>Maintenance:
<ul>
<li>Update to Error Prone 2.30.0 (<a
href="https://github.com/uber/NullAway/issues/1017">#1017</a>)</li>
<li>Add test for <a
href="https://github.com/uber/NullAway/issues/1011">#1011</a>
(<a
href="https://github.com/uber/NullAway/issues/1018">#1018</a>)</li>
</ul>
</li>
</ul>
<h2>Version 0.11.1</h2>
<ul>
<li>Fix issue 1008 (<a
href="https://github.com/uber/NullAway/issues/1009">#1009</a>)</li>
<li>JSpecify: read upper bound annotations from bytecode and add tests
(<a
href="https://github.com/uber/NullAway/issues/1004">#1004</a>)</li>
<li>Fix crash with suggested suppressions in JSpecify mode (<a
href="https://github.com/uber/NullAway/issues/1001">#1001</a>)</li>
<li>Update to JSpecify 1.0 and use JSpecify annotations in NullAway code
(<a
href="https://github.com/uber/NullAway/issues/1000">#1000</a>)</li>
<li>Expose <a
href="https://github.com/EnsuresNonNull"><code>@​EnsuresNonNull</code></a>
and <a
href="https://github.com/RequiresNonNull"><code>@​RequiresNonNull</code></a>
in annotations package (<a
href="https://github.com/uber/NullAway/issues/999">#999</a>)</li>
<li>Don't report initializer warnings on <a
href="https://github.com/NullUnmarked"><code>@​NullUnmarked</code></a>
constructors / methods (<a
href="https://github.com/uber/NullAway/issues/997">#997</a>)</li>
<li>Strip annotations from MethodSymbol strings (<a
href="https://github.com/uber/NullAway/issues/993">#993</a>)</li>
<li>JSpecify: fix crashes where declared parameter / return types were
raw (<a
href="https://github.com/uber/NullAway/issues/989">#989</a>)</li>
<li>JSpecify: Handle <a
href="https://github.com/nullable"><code>@​nullable</code></a> elements
for enhanced-for-loops on arrays (<a
href="https://github.com/uber/NullAway/issues/986">#986</a>)</li>
<li>Features/944 tidy stream nullability propagator (<a
href="https://github.com/uber/NullAway/issues/985">#985</a>)</li>
<li>Tests for loops over arrays (<a
href="https://github.com/uber/NullAway/issues/982">#982</a>)</li>
<li>Bug fixes for array subtyping at returns / parameter passing (<a
href="https://github.com/uber/NullAway/issues/980">#980</a>)</li>
<li>JSpecify: Handle <a
href="https://github.com/nonnull"><code>@​nonnull</code></a> elements in
<a href="https://github.com/nullable"><code>@​nullable</code></a>
content arrays (<a
href="https://github.com/uber/NullAway/issues/963">#963</a>)</li>
<li>Don't report <a
href="https://github.com/nullable"><code>@​nullable</code></a> type
argument errors for unmarked classes (<a
href="https://github.com/uber/NullAway/issues/958">#958</a>)</li>
<li>External Library Models: Adding support for Nullable upper bounds of
Generic Type parameters (<a
href="https://github.com/uber/NullAway/issues/949">#949</a>)</li>
<li>Refactoring / code cleanups:
<ul>
<li>Test on JDK 22 (<a
href="https://github.com/uber/NullAway/issues/992">#992</a>)</li>
<li>Add test case for <a
href="https://github.com/nullable"><code>@​nullable</code></a> Void with
override in JSpecify mode (<a
href="https://github.com/uber/NullAway/issues/990">#990</a>)</li>
<li>Enable UnnecessaryFinal and PreferredInterfaceType EP checks (<a
href="https://github.com/uber/NullAway/issues/991">#991</a>)</li>
<li>Add missing <a
href="https://github.com/test"><code>@​test</code></a> annotation (<a
href="https://github.com/uber/NullAway/issues/988">#988</a>)</li>
<li>Fix typo in variable name (<a
href="https://github.com/uber/NullAway/issues/987">#987</a>)</li>
<li>Remove AbstractConfig class (<a
href="https://github.com/uber/NullAway/issues/974">#974</a>)</li>
<li>Fix Javadoc for MethodRef (<a
href="https://github.com/uber/NullAway/issues/973">#973</a>)</li>
<li>Refactored data clumps with the help of LLMs (research project) (<a
href="https://github.com/uber/NullAway/issues/960">#960</a>)</li>
</ul>
</li>
<li>Build / CI tooling maintenance:
<ul>
<li>Various cleanups enabled by bumping minimum Java and Error Prone
versions (<a
href="https://github.com/uber/NullAway/issues/962">#962</a>)</li>
<li>Disable publishing of snapshot builds from CI (<a
href="https://github.com/uber/NullAway/issues/967">#967</a>)</li>
<li>Update Gradle action usage in CI workflow (<a
href="https://github.com/uber/NullAway/issues/969">#969</a>)</li>
<li>Update Gradle config to always compile Java code using JDK 17 (<a
href="https://github.com/uber/NullAway/issues/971">#971</a>)</li>
<li>Update JavaParser to 3.26.0 (<a
href="https://github.com/uber/NullAway/issues/970">#970</a>)</li>
<li>Reenable JMH benchmarking in a safer manner (<a
href="https://github.com/uber/NullAway/issues/975">#975</a>)</li>
<li>Updated JMH Benchmark Comment Action (<a
href="https://github.com/uber/NullAway/issues/976">#976</a>)</li>
<li>Update to Gradle 8.8 (<a
href="https://github.com/uber/NullAway/issues/981">#981</a>)</li>
<li>Update to Error Prone 2.28.0 (<a
href="https://github.com/uber/NullAway/issues/984">#984</a>)</li>
<li>Update to Gradle 8.9 (<a
href="https://github.com/uber/NullAway/issues/998">#998</a>)</li>
<li>Update to WALA 1.6.6 (<a
href="https://github.com/uber/NullAway/issues/1003">#1003</a>)</li>
</ul>
</li>
</ul>
<h2>Version 0.11.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber/NullAway/commit/84ce3d6a53e3013877e8ee54aa3f945eb370468b"><code>84ce3d6</code></a>
Prepare for release 0.11.2.</li>
<li><a
href="https://github.com/uber/NullAway/commit/fcd3495c86a53efad76491241ce6210ce5cf810f"><code>fcd3495</code></a>
JSpecify: add another bailout check for raw types (<a
href="https://github.com/uber/NullAway/issues/1021">#1021</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/ab100205ad40269a09be28bd614b74892963c8a2"><code>ab10020</code></a>
JSpecify: handle intersection type in one place (<a
href="https://github.com/uber/NullAway/issues/1015">#1015</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/b20df779df13f5747a18d45d3f18f38d675418f9"><code>b20df77</code></a>
JSpecify: fix for crash with wildcard types (<a
href="https://github.com/uber/NullAway/issues/1020">#1020</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/b37f5f98c15c314f84be369692b64acff216d453"><code>b37f5f9</code></a>
Add test for <a
href="https://github.com/uber/NullAway/issues/1011">#1011</a>
(<a
href="https://github.com/uber/NullAway/issues/1018">#1018</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/e6839dd127803ebad203f395f7e6105a2393f369"><code>e6839dd</code></a>
Update to Error Prone 2.30.0 (<a
href="https://github.com/uber/NullAway/issues/1017">#1017</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/7c5edf7f35aa8d0a9a1b150fdbac27a49f7cc4f7"><code>7c5edf7</code></a>
Prepare next development version.</li>
<li><a
href="https://github.com/uber/NullAway/commit/efdb7620f9f683b8e07ef4ac9a46afb25a0c48db"><code>efdb762</code></a>
Prepare for release 0.11.1.</li>
<li><a
href="https://github.com/uber/NullAway/commit/882ec59c15dc854f8b70d51d8d9d39c3e7a7b1cb"><code>882ec59</code></a>
Fix issue 1008 (<a
href="https://github.com/uber/NullAway/issues/1009">#1009</a>)</li>
<li><a
href="https://github.com/uber/NullAway/commit/55842913ccf3ffb4b5452f717758ed2be49f84d0"><code>5584291</code></a>
JSpecify: read upper bound annotations from bytecode and add tests (<a
href="https://github.com/uber/NullAway/issues/1004">#1004</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber/NullAway/compare/v0.10.10...v0.11.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.uber.nullaway:nullaway&package-manager=maven&previous-version=0.10.10&new-version=0.11.2)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent fb20095 commit 5e3ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
<version>0.10.10</version>
<version>0.11.2</version>
</path>
<!-- Other annotation processors go here -->
</annotationProcessorPaths>
Expand Down

0 comments on commit 5e3ff99

Please # to comment.