Commit 74c77b5
authored
chore(deps): update dependency com.uber.nullaway:nullaway to v0.12.11 (#1655)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[com.uber.nullaway:nullaway](https://redirect.github.com/uber/NullAway)
| `0.12.10` -> `0.12.11` |
[](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.11`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-01211)
In this release, NullAway checks the requirement that JSpecify mode is
only run on a compatible `javac` version /
configuration, and fails if it detects an incompatibility.
See
<https://github.com/uber/NullAway/wiki/JSpecify-Support#supported-jdk-versions>
for details.
- Use inference for generic call passed as receiver to instance method
([#​1293](https://redirect.github.com/uber/NullAway/issues/1293))
- Accept any annotation with simple name `Contract`, and change
reporting of invalid contract annotations
([#​1295](https://redirect.github.com/uber/NullAway/issues/1295))
- Properly model AtomicReference.get() in JSpecify mode
([#​1298](https://redirect.github.com/uber/NullAway/issues/1298))
- Improve handling and error messages when using `this` inside an
anonymous class
([#​1305](https://redirect.github.com/uber/NullAway/issues/1305))
- Generate astubx from JSON output of jdk-javac-plugin by
[@​haewiful](https://redirect.github.com/haewiful)
([#​1243](https://redirect.github.com/uber/NullAway/issues/1243))
- Improve inference for generic method with void-returning lambda
argument by [@​dhruv-agr](https://redirect.github.com/dhruv-agr)
([#​1312](https://redirect.github.com/uber/NullAway/issues/1312))
- Use refined types from dataflow analysis in generic method inference
([#​1309](https://redirect.github.com/uber/NullAway/issues/1309))
- Fail if NullAway is run in JSpecify mode with an incompatible javac
version / configuration
([#​1317](https://redirect.github.com/uber/NullAway/issues/1317))
- Jdk javac plugin: don't serialize info for classes / methods without
annotations by [@​haewiful](https://redirect.github.com/haewiful)
([#​1316](https://redirect.github.com/uber/NullAway/issues/1316))
- Maintenance
- \[Cleanup] Refactor away unnecessary Predicate by
[@​lazaroclapp](https://redirect.github.com/lazaroclapp)
([#​1297](https://redirect.github.com/uber/NullAway/issues/1297))
- Update to Error Prone 2.42.0
([#​1299](https://redirect.github.com/uber/NullAway/issues/1299))
- Update to Gradle 9.1.0
([#​1302](https://redirect.github.com/uber/NullAway/issues/1302))
- Test on JDK 25
([#​1301](https://redirect.github.com/uber/NullAway/issues/1301))
- Compile with JDK 25
([#​1303](https://redirect.github.com/uber/NullAway/issues/1303))
- Add CodeRabbit config
([#​1306](https://redirect.github.com/uber/NullAway/issues/1306))
- Update Gradle command used for integration tests
([#​1311](https://redirect.github.com/uber/NullAway/issues/1311))
- Disable CodeRabbit review status comments
([#​1313](https://redirect.github.com/uber/NullAway/issues/1313))
- Gradle fixes for jar-infer-lib
([#​1314](https://redirect.github.com/uber/NullAway/issues/1314))
- Enable building NullAway on JDK 25
([#​1315](https://redirect.github.com/uber/NullAway/issues/1315))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 91c8168 commit 74c77b5
1 file changed
Lines changed: 1 addition & 1 deletion
| 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