Commit 3f3ac72
authored
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` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
([#​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
([#​1244](https://redirect.github.com/uber/NullAway/issues/1244))
- Suppress `CastToNonNull` warnings for `@NullUnmarked` method calls by
[@​raccoonback](https://redirect.github.com/raccoonback)
([#​1258](https://redirect.github.com/uber/NullAway/issues/1258))
- JSpecify: Fix crash when overriding with raw types
([#​1265](https://redirect.github.com/uber/NullAway/issues/1265))
- Better handle calls to super constructors and superclass methods in
JSpecify mode
([#​1248](https://redirect.github.com/uber/NullAway/issues/1248))
- issue-1250 pattern matching for instanceof in switch case by
[@​dhruv-agr](https://redirect.github.com/dhruv-agr)
([#​1259](https://redirect.github.com/uber/NullAway/issues/1259))
- Account for annotations in extends / implements when computing view as
supertype
([#​1266](https://redirect.github.com/uber/NullAway/issues/1266))
- Bug fix with type substitutions after inference
([#​1277](https://redirect.github.com/uber/NullAway/issues/1277))
- JSpecify: Improve error messages for type incompatibility at
pseudo-assignments
([#​1279](https://redirect.github.com/uber/NullAway/issues/1279))
- Support java.util.Objects.toString() by
[@​gulikoza](https://redirect.github.com/gulikoza)
([#​1283](https://redirect.github.com/uber/NullAway/issues/1283))
- Record when generic method inference fails
([#​1280](https://redirect.github.com/uber/NullAway/issues/1280))
- issue 1275 - report unboxing warning for for-each loop by
[@​dhruv-agr](https://redirect.github.com/dhruv-agr)
([#​1281](https://redirect.github.com/uber/NullAway/issues/1281))
- Abstract iterating over invocation arguments
([#​1284](https://redirect.github.com/uber/NullAway/issues/1284))
- Invoke generic method inference in more places
([#​1286](https://redirect.github.com/uber/NullAway/issues/1286))
- Maintenance
- Build Spring with snapshot build as a CI job
([#​1251](https://redirect.github.com/uber/NullAway/issues/1251))
- Add more instance fields to `GenericsChecks`
([#​1256](https://redirect.github.com/uber/NullAway/issues/1256))
- remove unneeded checkNotCall call
([#​1257](https://redirect.github.com/uber/NullAway/issues/1257))
- Fail build on JDK 21 versions before 21.0.8
([#​1261](https://redirect.github.com/uber/NullAway/issues/1261))
- Clarify JDK version to use for best JSpecify support
([#​1269](https://redirect.github.com/uber/NullAway/issues/1269))
- Simplified set of CI jobs
([#​1271](https://redirect.github.com/uber/NullAway/issues/1271))
- Build: upgrade to Gradle 9 + AGP 8.7.2
([#​1270](https://redirect.github.com/uber/NullAway/issues/1270))
- Compile with JDK 24
([#​1276](https://redirect.github.com/uber/NullAway/issues/1276))
- Don't use deprecated `buildDir` by
[@​mernst](https://redirect.github.com/mernst)
([#​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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments