Skip to content

Commit 3f3ac72

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.12.10 (#1571)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.uber.nullaway:nullaway](https://redirect.github.com/uber/NullAway) | `0.12.9` -> `0.12.10` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.12.9/0.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>uber/NullAway (com.uber.nullaway:nullaway)</summary> ### [`v0.12.10`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-01210) This release contains significant improvements to inference support for generic method calls in JSpecify mode ([#&#8203;1075](https://redirect.github.com/uber/NullAway/issues/1075)). We expect that many more valid calls will pass NullAway, but that some new bugs may have been introduced. Please report any issues that you see. There is also a new flag, `-XepOpt:NullAway:WarnOnGenericInferenceFailure` to make NullAway report a warning when inference fails, to help identify any issues. - Improved inference for generic method calls ([#&#8203;1244](https://redirect.github.com/uber/NullAway/issues/1244)) - Suppress `CastToNonNull` warnings for `@NullUnmarked` method calls by [@&#8203;raccoonback](https://redirect.github.com/raccoonback) ([#&#8203;1258](https://redirect.github.com/uber/NullAway/issues/1258)) - JSpecify: Fix crash when overriding with raw types ([#&#8203;1265](https://redirect.github.com/uber/NullAway/issues/1265)) - Better handle calls to super constructors and superclass methods in JSpecify mode ([#&#8203;1248](https://redirect.github.com/uber/NullAway/issues/1248)) - issue-1250 pattern matching for instanceof in switch case by [@&#8203;dhruv-agr](https://redirect.github.com/dhruv-agr) ([#&#8203;1259](https://redirect.github.com/uber/NullAway/issues/1259)) - Account for annotations in extends / implements when computing view as supertype ([#&#8203;1266](https://redirect.github.com/uber/NullAway/issues/1266)) - Bug fix with type substitutions after inference ([#&#8203;1277](https://redirect.github.com/uber/NullAway/issues/1277)) - JSpecify: Improve error messages for type incompatibility at pseudo-assignments ([#&#8203;1279](https://redirect.github.com/uber/NullAway/issues/1279)) - Support java.util.Objects.toString() by [@&#8203;gulikoza](https://redirect.github.com/gulikoza) ([#&#8203;1283](https://redirect.github.com/uber/NullAway/issues/1283)) - Record when generic method inference fails ([#&#8203;1280](https://redirect.github.com/uber/NullAway/issues/1280)) - issue 1275 - report unboxing warning for for-each loop by [@&#8203;dhruv-agr](https://redirect.github.com/dhruv-agr) ([#&#8203;1281](https://redirect.github.com/uber/NullAway/issues/1281)) - Abstract iterating over invocation arguments ([#&#8203;1284](https://redirect.github.com/uber/NullAway/issues/1284)) - Invoke generic method inference in more places ([#&#8203;1286](https://redirect.github.com/uber/NullAway/issues/1286)) - Maintenance - Build Spring with snapshot build as a CI job ([#&#8203;1251](https://redirect.github.com/uber/NullAway/issues/1251)) - Add more instance fields to `GenericsChecks` ([#&#8203;1256](https://redirect.github.com/uber/NullAway/issues/1256)) - remove unneeded checkNotCall call ([#&#8203;1257](https://redirect.github.com/uber/NullAway/issues/1257)) - Fail build on JDK 21 versions before 21.0.8 ([#&#8203;1261](https://redirect.github.com/uber/NullAway/issues/1261)) - Clarify JDK version to use for best JSpecify support ([#&#8203;1269](https://redirect.github.com/uber/NullAway/issues/1269)) - Simplified set of CI jobs ([#&#8203;1271](https://redirect.github.com/uber/NullAway/issues/1271)) - Build: upgrade to Gradle 9 + AGP 8.7.2 ([#&#8203;1270](https://redirect.github.com/uber/NullAway/issues/1270)) - Compile with JDK 24 ([#&#8203;1276](https://redirect.github.com/uber/NullAway/issues/1276)) - Don't use deprecated `buildDir` by [@&#8203;mernst](https://redirect.github.com/mernst) ([#&#8203;1278](https://redirect.github.com/uber/NullAway/issues/1278)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2abf8bb commit 3f3ac72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<path>
281281
<groupId>com.uber.nullaway</groupId>
282282
<artifactId>nullaway</artifactId>
283-
<version>0.12.9</version>
283+
<version>0.12.10</version>
284284
</path>
285285
<!-- Other annotation processors go here.
286286

0 commit comments

Comments
 (0)