Skip to content

Commit 74c77b5

Browse files
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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.12.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.12.10/0.12.11?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.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 ([#&#8203;1293](https://redirect.github.com/uber/NullAway/issues/1293)) - Accept any annotation with simple name `Contract`, and change reporting of invalid contract annotations ([#&#8203;1295](https://redirect.github.com/uber/NullAway/issues/1295)) - Properly model AtomicReference.get() in JSpecify mode ([#&#8203;1298](https://redirect.github.com/uber/NullAway/issues/1298)) - Improve handling and error messages when using `this` inside an anonymous class ([#&#8203;1305](https://redirect.github.com/uber/NullAway/issues/1305)) - Generate astubx from JSON output of jdk-javac-plugin by [@&#8203;haewiful](https://redirect.github.com/haewiful) ([#&#8203;1243](https://redirect.github.com/uber/NullAway/issues/1243)) - Improve inference for generic method with void-returning lambda argument by [@&#8203;dhruv-agr](https://redirect.github.com/dhruv-agr) ([#&#8203;1312](https://redirect.github.com/uber/NullAway/issues/1312)) - Use refined types from dataflow analysis in generic method inference ([#&#8203;1309](https://redirect.github.com/uber/NullAway/issues/1309)) - Fail if NullAway is run in JSpecify mode with an incompatible javac version / configuration ([#&#8203;1317](https://redirect.github.com/uber/NullAway/issues/1317)) - Jdk javac plugin: don't serialize info for classes / methods without annotations by [@&#8203;haewiful](https://redirect.github.com/haewiful) ([#&#8203;1316](https://redirect.github.com/uber/NullAway/issues/1316)) - Maintenance - \[Cleanup] Refactor away unnecessary Predicate by [@&#8203;lazaroclapp](https://redirect.github.com/lazaroclapp) ([#&#8203;1297](https://redirect.github.com/uber/NullAway/issues/1297)) - Update to Error Prone 2.42.0 ([#&#8203;1299](https://redirect.github.com/uber/NullAway/issues/1299)) - Update to Gradle 9.1.0 ([#&#8203;1302](https://redirect.github.com/uber/NullAway/issues/1302)) - Test on JDK 25 ([#&#8203;1301](https://redirect.github.com/uber/NullAway/issues/1301)) - Compile with JDK 25 ([#&#8203;1303](https://redirect.github.com/uber/NullAway/issues/1303)) - Add CodeRabbit config ([#&#8203;1306](https://redirect.github.com/uber/NullAway/issues/1306)) - Update Gradle command used for integration tests ([#&#8203;1311](https://redirect.github.com/uber/NullAway/issues/1311)) - Disable CodeRabbit review status comments ([#&#8203;1313](https://redirect.github.com/uber/NullAway/issues/1313)) - Gradle fixes for jar-infer-lib ([#&#8203;1314](https://redirect.github.com/uber/NullAway/issues/1314)) - Enable building NullAway on JDK 25 ([#&#8203;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

File tree

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.10</version>
283+
<version>0.12.11</version>
284284
</path>
285285
<!-- Other annotation processors go here.
286286

0 commit comments

Comments
 (0)