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.12.1 to 0.12.3 (#2055)
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.12.1 to 0.12.3. <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.3</h2> <ul> <li>Remove InferredJARModelsHandler (<a href="https://redirect.github.com/uber/NullAway/issues/1079">#1079</a>)</li> <li>Fix crash with annotation on enum (<a href="https://redirect.github.com/uber/NullAway/issues/1097">#1097</a>)</li> <li>Handle case null in switch statements (<a href="https://redirect.github.com/uber/NullAway/issues/1100">#1100</a>)</li> <li>Don't report errors for writes to <a href="https://github.com/NullUnmarked"><code>@NullUnmarked</code></a> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1102">#1102</a>)</li> <li>Support primitive static final fields as constant args in access paths (<a href="https://redirect.github.com/uber/NullAway/issues/1105">#1105</a>)</li> <li>Fix issue with annotations in module-info.java files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Report error for <a href="https://github.com/nullable"><code>@nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li>Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li>Properly handle nested generics and multiple wildcard type args in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1114">#1114</a>)</li> <li>Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li>Add flag to indicate only <a href="https://github.com/NullMarked"><code>@NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li>Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li>Maintenance <ul> <li>Fix comment positions (<a href="https://redirect.github.com/uber/NullAway/issues/1098">#1098</a>)</li> <li>[refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li>Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> </ul> </li> </ul> <h2>NullAway 0.12.2</h2> <ul> <li>Fix reading of JSpecify <a href="https://github.com/nullable"><code>@nullable</code></a> annotations from varargs parameter in bytecode (<a href="https://redirect.github.com/uber/NullAway/issues/1089">#1089</a>)</li> <li>Fix JarInfer handling of generic types (<a href="https://redirect.github.com/uber/NullAway/issues/1078">#1078</a>)</li> <li>Fix another JSpecify mode crash involving raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1086">#1086</a>)</li> <li>Fix bugs in handling of valueOf calls for map keys (<a href="https://redirect.github.com/uber/NullAway/issues/1085">#1085</a>)</li> <li>Suggest correct fix when array component of non-nullable array is made null. (<a href="https://redirect.github.com/uber/NullAway/issues/1087">#1087</a>)</li> <li>Substitute type arguments when checking type parameter nullability at call site (<a href="https://redirect.github.com/uber/NullAway/issues/1070">#1070</a>)</li> <li>Fix JarInfer parameter indexes for instance methods (<a href="https://redirect.github.com/uber/NullAway/issues/1071">#1071</a>)</li> <li>JSpecify mode: initial support for generic methods (with explicit type arguments at calls) (<a href="https://redirect.github.com/uber/NullAway/issues/1053">#1053</a>)</li> <li>Maintenance <ul> <li>Update to latest Error Prone and Error Prone Gradle plugin (<a href="https://redirect.github.com/uber/NullAway/issues/1064">#1064</a>)</li> <li>Refactor serialization adapter retrieval by version (<a href="https://redirect.github.com/uber/NullAway/issues/1066">#1066</a>)</li> <li>Remove fixes.tsv serialization from NullAway serialization service (<a href="https://redirect.github.com/uber/NullAway/issues/1063">#1063</a>)</li> <li>Enable javac -parameters flag (<a href="https://redirect.github.com/uber/NullAway/issues/1069">#1069</a>)</li> <li>Update to Gradle 8.11 (<a href="https://redirect.github.com/uber/NullAway/issues/1073">#1073</a>)</li> <li>Add test for issue 1035 (<a href="https://redirect.github.com/uber/NullAway/issues/1074">#1074</a>)</li> <li>remove use of deprecated Gradle API (<a href="https://redirect.github.com/uber/NullAway/issues/1076">#1076</a>)</li> <li>Update to Error Prone 2.36.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1077">#1077</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.3</h2> <ul> <li>Remove InferredJARModelsHandler (<a href="https://redirect.github.com/uber/NullAway/issues/1079">#1079</a>)</li> <li>Fix crash with annotation on enum (<a href="https://redirect.github.com/uber/NullAway/issues/1097">#1097</a>)</li> <li>Handle case null in switch statements (<a href="https://redirect.github.com/uber/NullAway/issues/1100">#1100</a>)</li> <li>Don't report errors for writes to <a href="https://github.com/NullUnmarked"><code>@NullUnmarked</code></a> fields (<a href="https://redirect.github.com/uber/NullAway/issues/1102">#1102</a>)</li> <li>Support primitive static final fields as constant args in access paths (<a href="https://redirect.github.com/uber/NullAway/issues/1105">#1105</a>)</li> <li>Fix issue with annotations in module-info.java files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Report error for <a href="https://github.com/nullable"><code>@nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li>Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li>Properly handle nested generics and multiple wildcard type args in JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1114">#1114</a>)</li> <li>Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li>Add flag to indicate only <a href="https://github.com/NullMarked"><code>@NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li>Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li>Maintenance <ul> <li>Fix comment positions (<a href="https://redirect.github.com/uber/NullAway/issues/1098">#1098</a>)</li> <li>[refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li>Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> </ul> </li> </ul> <h2>Version 0.12.2</h2> <ul> <li>Fix reading of JSpecify <a href="https://github.com/nullable"><code>@nullable</code></a> annotations from varargs parameter in bytecode (<a href="https://redirect.github.com/uber/NullAway/issues/1089">#1089</a>)</li> <li>Fix JarInfer handling of generic types (<a href="https://redirect.github.com/uber/NullAway/issues/1078">#1078</a>)</li> <li>Fix another JSpecify mode crash involving raw types (<a href="https://redirect.github.com/uber/NullAway/issues/1086">#1086</a>)</li> <li>Fix bugs in handling of valueOf calls for map keys (<a href="https://redirect.github.com/uber/NullAway/issues/1085">#1085</a>)</li> <li>Suggest correct fix when array component of non-nullable array is made null. (<a href="https://redirect.github.com/uber/NullAway/issues/1087">#1087</a>)</li> <li>Substitute type arguments when checking type parameter nullability at call site (<a href="https://redirect.github.com/uber/NullAway/issues/1070">#1070</a>)</li> <li>Fix JarInfer parameter indexes for instance methods (<a href="https://redirect.github.com/uber/NullAway/issues/1071">#1071</a>)</li> <li>JSpecify mode: initial support for generic methods (with explicit type arguments at calls) (<a href="https://redirect.github.com/uber/NullAway/issues/1053">#1053</a>)</li> <li>Maintenance <ul> <li>Update to latest Error Prone and Error Prone Gradle plugin (<a href="https://redirect.github.com/uber/NullAway/issues/1064">#1064</a>)</li> <li>Refactor serialization adapter retrieval by version (<a href="https://redirect.github.com/uber/NullAway/issues/1066">#1066</a>)</li> <li>Remove fixes.tsv serialization from NullAway serialization service (<a href="https://redirect.github.com/uber/NullAway/issues/1063">#1063</a>)</li> <li>Enable javac -parameters flag (<a href="https://redirect.github.com/uber/NullAway/issues/1069">#1069</a>)</li> <li>Update to Gradle 8.11 (<a href="https://redirect.github.com/uber/NullAway/issues/1073">#1073</a>)</li> <li>Add test for issue 1035 (<a href="https://redirect.github.com/uber/NullAway/issues/1074">#1074</a>)</li> <li>remove use of deprecated Gradle API (<a href="https://redirect.github.com/uber/NullAway/issues/1076">#1076</a>)</li> <li>Update to Error Prone 2.36.0 (<a href="https://redirect.github.com/uber/NullAway/issues/1077">#1077</a>)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber/NullAway/commit/39b376c63f517ddfdbbd5dc1b426ce9f1ecca048"><code>39b376c</code></a> Prepare for release 0.12.3.</li> <li><a href="https://github.com/uber/NullAway/commit/aaf9f0882552af56eaa56d74e6e502ae3a09f3e7"><code>aaf9f08</code></a> Add support for static fields in contracts (<a href="https://redirect.github.com/uber/NullAway/issues/1118">#1118</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/43054bba441ba0bcb05c0d91283cdbbcd7ff5424"><code>43054bb</code></a> Add flag to indicate only <a href="https://github.com/NullMarked"><code>@NullMarked</code></a> code should be checked (<a href="https://redirect.github.com/uber/NullAway/issues/1117">#1117</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/6d331c7e9ab5751fa213d2a4cd46f88ddde9b43e"><code>6d331c7</code></a> Proper checking of vararg overrides with JSpecify annotations (<a href="https://redirect.github.com/uber/NullAway/issues/1116">#1116</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/7cb6b985ff6e8dbc6d804f27cc26982fc732e49a"><code>7cb6b98</code></a> [refactoring] Wrap calls to Types.subst and Types.memberType (<a href="https://redirect.github.com/uber/NullAway/issues/1115">#1115</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/17df87f5203d395bf45e7b9b2f70617753f998f7"><code>17df87f</code></a> Properly handle nested generics and multiple wildcard type args in JarInfer (...</li> <li><a href="https://github.com/uber/NullAway/commit/728bf77b049e1cd6a60362f2b753dbb2537181bb"><code>728bf77</code></a> Build latest Caffeine on CI (<a href="https://redirect.github.com/uber/NullAway/issues/1111">#1111</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/f2bafb25ab49dcc73a15e84ff76c89c2e7b7ee3b"><code>f2bafb2</code></a> Add support for parameter types with wildcards for JarInfer (<a href="https://redirect.github.com/uber/NullAway/issues/1107">#1107</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/2754c4547d3afcdef5633b69a57bb60ef86b42e7"><code>2754c45</code></a> Report error for <a href="https://github.com/Nullable"><code>@Nullable</code></a> synchronized block expression (<a href="https://redirect.github.com/uber/NullAway/issues/1106">#1106</a>)</li> <li><a href="https://github.com/uber/NullAway/commit/d0502e88db741a52c9ab7f5d16a3722ea5498476"><code>d0502e8</code></a> Fix issue with annotations in <code>module-info.java</code> files (<a href="https://redirect.github.com/uber/NullAway/issues/1109">#1109</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber/NullAway/compare/v0.12.1...v0.12.3">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.12.1&new-version=0.12.3)](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