Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump com.uber.nullaway:nullaway from 0.10.12 to 0.10.14 (#31)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.12 to 0.10.14. <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.10.14</h2> <p><strong>IMPORTANT</strong>: This version introduces EXPERIMENTAL <strong>JDK 21</strong> support.</p> <ul> <li>Bump Checker Framework dependency to 3.38.0 (<a href="https://redirect.github.com/uber/NullAway/issues/819">#819</a>) <ul> <li>Note: Not just an internal implementation change. Needed to support JDK 21!</li> </ul> </li> <li>Treat parameter of generated Record.equals() methods as <code>@nullable</code> (<a href="https://redirect.github.com/uber/NullAway/issues/825">#825</a>)</li> <li>Build / CI tooling for NullAway itself: <ul> <li>Fixes Codecov Report Expired error (<a href="https://redirect.github.com/uber/NullAway/issues/821">#821</a>)</li> <li>Updated Readme.md with Codecov link (<a href="https://redirect.github.com/uber/NullAway/issues/823">#823</a>)</li> <li>Remove ASM-related hack in build config (<a href="https://redirect.github.com/uber/NullAway/issues/824">#824</a>)</li> <li>Run tests on JDK 21 (<a href="https://redirect.github.com/uber/NullAway/issues/826">#826</a>)</li> </ul> </li> </ul> <h2>NullAway 0.10.13</h2> <ul> <li>Allow library models to define custom stream classes (<a href="https://redirect.github.com/uber/NullAway/issues/807">#807</a>)</li> <li>Avoid suggesting castToNonNull fixes in certain cases (<a href="https://redirect.github.com/uber/NullAway/issues/799">#799</a>)</li> <li>Ensure castToNonNull insertion/removal suggested fixes do not remove comments (<a href="https://redirect.github.com/uber/NullAway/issues/815">#815</a>)</li> <li>Support for JSpecify's 0.3.0 annotation [experimental] <ul> <li>Generics checks for method overriding (<a href="https://redirect.github.com/uber/NullAway/issues/755">#755</a>)</li> <li>Make GenericsChecks methods static (<a href="https://redirect.github.com/uber/NullAway/issues/805">#805</a>)</li> <li>Add visitors for handling different types in generic type invariance check (<a href="https://redirect.github.com/uber/NullAway/issues/806">#806</a>)</li> </ul> </li> <li>Build / CI tooling for NullAway itself: <ul> <li>Bump versions for some dependencies (<a href="https://redirect.github.com/uber/NullAway/issues/800">#800</a>)</li> <li>Update to WALA 1.6.2 (<a href="https://redirect.github.com/uber/NullAway/issues/798">#798</a>)</li> <li>Update to Error Prone 2.21.1 (<a href="https://redirect.github.com/uber/NullAway/issues/797">#797</a>)</li> <li>Enable contract checking when building NullAway (<a href="https://redirect.github.com/uber/NullAway/issues/802">#802</a>)</li> <li>Bump Error Prone Gradle Plugin version (<a href="https://redirect.github.com/uber/NullAway/issues/804">#804</a>)</li> <li>Modify JMH Benchmark Workflow For Shellcheck (<a href="https://redirect.github.com/uber/NullAway/issues/813">#813</a>)</li> <li>Bump gradle maven publish plugin from 0.21.0 to 0.25.3 (<a href="https://redirect.github.com/uber/NullAway/issues/810">#810</a>)</li> <li>Use Spotless to enforce consistent formatting for Gradle build scripts (<a href="https://redirect.github.com/uber/NullAway/issues/809">#809</a>)</li> <li>Remove unnecessary compile dependence for jar-infer-cli (<a href="https://redirect.github.com/uber/NullAway/issues/816">#816</a>)</li> <li><del>Added Codecov to CI Pipeline (<a href="https://redirect.github.com/uber/NullAway/issues/820">#820</a>)</del></li> </ul> </li> </ul> <p>(Due to the timing of the release, the commit for PR <a href="https://redirect.github.com/uber/NullAway/issues/820">#820</a> is actually missing from the tagged/released version, despite being present in the release notes. However, since that PR is only an internal tooling change for measuring code coverage, no difference should be visible in the released artifact. Thus, we have opted to not change/patch the release)</p> </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.10.14</h2> <p>IMPORTANT: This version introduces EXPERIMENTAL JDK21 support.</p> <ul> <li>Bump Checker Framework dependency to 3.38.0 (<a href="https://redirect.github.com/uber/NullAway/issues/819">#819</a>) <ul> <li>Note: Not just an internal implementation change. Needed to support JDK 21!</li> </ul> </li> <li>Treat parameter of generated Record.equals() methods as <a href="https://github.com/Nullable"><code>@Nullable</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/825">#825</a>)</li> <li>Build / CI tooling for NullAway itself: <ul> <li>Fixes Codecov Report Expired error (<a href="https://redirect.github.com/uber/NullAway/issues/821">#821</a>)</li> <li>Updated Readme.md with Codecov link (<a href="https://redirect.github.com/uber/NullAway/issues/823">#823</a>)</li> <li>Remove ASM-related hack in build config (<a href="https://redirect.github.com/uber/NullAway/issues/824">#824</a>)</li> <li>Run tests on JDK 21 (<a href="https://redirect.github.com/uber/NullAway/issues/826">#826</a>)</li> </ul> </li> </ul> <h2>Version 0.10.13</h2> <ul> <li>Allow library models to define custom stream classes (<a href="https://redirect.github.com/uber/NullAway/issues/807">#807</a>)</li> <li>Avoid suggesting castToNonNull fixes in certain cases (<a href="https://redirect.github.com/uber/NullAway/issues/799">#799</a>)</li> <li>Ensure castToNonNull insertion/removal suggested fixes do not remove comments (<a href="https://redirect.github.com/uber/NullAway/issues/815">#815</a>)</li> <li>Support for JSpecify's 0.3.0 annotation [experimental] <ul> <li>Generics checks for method overriding (<a href="https://redirect.github.com/uber/NullAway/issues/755">#755</a>)</li> <li>Make GenericsChecks methods static (<a href="https://redirect.github.com/uber/NullAway/issues/805">#805</a>)</li> <li>Add visitors for handling different types in generic type invariance check (<a href="https://redirect.github.com/uber/NullAway/issues/806">#806</a>)</li> </ul> </li> <li>Build / CI tooling for NullAway itself: <ul> <li>Bump versions for some dependencies (<a href="https://redirect.github.com/uber/NullAway/issues/800">#800</a>)</li> <li>Update to WALA 1.6.2 (<a href="https://redirect.github.com/uber/NullAway/issues/798">#798</a>)</li> <li>Update to Error Prone 2.21.1 (<a href="https://redirect.github.com/uber/NullAway/issues/797">#797</a>)</li> <li>Enable contract checking when building NullAway (<a href="https://redirect.github.com/uber/NullAway/issues/802">#802</a>)</li> <li>Bump Error Prone Gradle Plugin version (<a href="https://redirect.github.com/uber/NullAway/issues/804">#804</a>)</li> <li>Modify JMH Benchmark Workflow For Shellcheck (<a href="https://redirect.github.com/uber/NullAway/issues/813">#813</a>)</li> <li>Bump gradle maven publish plugin from 0.21.0 to 0.25.3 (<a href="https://redirect.github.com/uber/NullAway/issues/810">#810</a>)</li> <li>Use Spotless to enforce consistent formatting for Gradle build scripts (<a href="https://redirect.github.com/uber/NullAway/issues/809">#809</a>)</li> <li>Remove unnecessary compile dependence for jar-infer-cli (<a href="https://redirect.github.com/uber/NullAway/issues/816">#816</a>)</li> <li>Added Codecov to CI Pipeline (<a href="https://redirect.github.com/uber/NullAway/issues/820">#820</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/3a47fee24a81f7f9f7877f7a1b5356ce16b62825"><code>3a47fee</code></a> Prepare for release 0.10.14.</li> <li><a href="https://github.com/uber/NullAway/commit/f98bc4be7db50187237b55fbd93e003bf6b85245"><code>f98bc4b</code></a> Run tests on JDK 21 (<a href="https://redirect.github.com/uber/NullAway/issues/826">#826</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/fcaf39e0ad0e8bc386d33afdf2c773d1c9015086"><code>fcaf39e</code></a> Treat parameter of generated Record.equals() methods as <a href="https://github.com/Nullable"><code>@Nullable</code></a> (<a href="https://redirect.github.com/uber/NullAway/issues/825">#825</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/a7b097a337d66e34437c08d9c81ac2ffb696e4cb"><code>a7b097a</code></a> Remove ASM-related hack in build config (<a href="https://redirect.github.com/uber/NullAway/issues/824">#824</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/ed4d0aebeea6c20fbe392b899d333a75c5acbd13"><code>ed4d0ae</code></a> Updated Readme.md with Codecov link (<a href="https://redirect.github.com/uber/NullAway/issues/823">#823</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/bab9452c535fd79f9c354cdb32c43925d9596500"><code>bab9452</code></a> Fixes Codecov Report Expired error (<a href="https://redirect.github.com/uber/NullAway/issues/821">#821</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/7a78bc7841f1d47a2b54d326b14633776a5348c8"><code>7a78bc7</code></a> Bump Checker Framework dependence to 3.38.0 (<a href="https://redirect.github.com/uber/NullAway/issues/819">#819</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/b7f1326ac70cec267c59ef91827903d8800b10df"><code>b7f1326</code></a> Prepare next development version.</li> <li><a href="https://github.com/uber/NullAway/commit/75db7db0fbedadeeffc84adab465b6889f85883b"><code>75db7db</code></a> Prepare for release 0.10.13.</li> <li><a href="https://github.com/uber/NullAway/commit/0a83f422061368f8e3e4cdf5172ab59d712c7666"><code>0a83f42</code></a> Added Codecov to CI Pipeline (<a href="https://redirect.github.com/uber/NullAway/issues/820">#820</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.10.12...v0.10.14">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=gradle&previous-version=0.10.12&new-version=0.10.14)](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>
- Loading branch information