Skip to content

Commit facfa86

Browse files
chore(deps): update dependency com.uber.nullaway:nullaway to v0.13.6 (#2196)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.uber.nullaway:nullaway](https://redirect.github.com/uber/NullAway) | `0.13.5` → `0.13.6` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.uber.nullaway:nullaway/0.13.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.uber.nullaway:nullaway/0.13.5/0.13.6?slim=true) | --- ### Release Notes <details> <summary>uber/NullAway (com.uber.nullaway:nullaway)</summary> ### [`v0.13.6`](https://redirect.github.com/uber/NullAway/blob/HEAD/CHANGELOG.md#Version-0136) (NOTE: originally these notes appeared with the 0.13.5 release, but that release was pushed incorrectly due to an error in our release process.) Includes various bug fixes, particularly in JSpecify mode. Also, the nullaway-annotations artifact now includes a `@Contract` annotation. NullAway also now has a built-in handler to reason about field initialization in classes managed by Jakarta Persistence. Work has begun on support for wildcards in JSpecify mode. Currently, this support is off by default, guarded by the configuration flag `HandleWildcardGenerics`. The support still has multiple known bugs, and we do not yet recommend enabling it. - Initial subtype checking for wildcards ([#&#8203;1520](https://redirect.github.com/uber/NullAway/issues/1520)) - Handle subtype checking for wildcard super bounds ([#&#8203;1547](https://redirect.github.com/uber/NullAway/issues/1547)) - Handle most remaining wildcard subtyping / containment cases ([#&#8203;1548](https://redirect.github.com/uber/NullAway/issues/1548)) - Test case for [#&#8203;1528](https://redirect.github.com/uber/NullAway/issues/1528) ([#&#8203;1556](https://redirect.github.com/uber/NullAway/issues/1556)) - Initial inference for wildcards ([#&#8203;1549](https://redirect.github.com/uber/NullAway/issues/1549)) - Fix wildcard inference bug with method references ([#&#8203;1553](https://redirect.github.com/uber/NullAway/issues/1553)) - Fix nullability for return and parameter wildcards ([#&#8203;1558](https://redirect.github.com/uber/NullAway/issues/1558)) - Test case for trick to assert chain of accesses is non-null ([#&#8203;1566](https://redirect.github.com/uber/NullAway/issues/1566)) - Improve inference failure error message ([#&#8203;1567](https://redirect.github.com/uber/NullAway/issues/1567)) - Adjust more TreePaths to have correct leaf before calling getTreeType ([#&#8203;1570](https://redirect.github.com/uber/NullAway/issues/1570)) - Add Contract annotation to nullaway-annotations by [@&#8203;codingkiddo](https://redirect.github.com/codingkiddo) ([#&#8203;1569](https://redirect.github.com/uber/NullAway/issues/1569)) - Run inference for generic method calls nested inside receivers ([#&#8203;1571](https://redirect.github.com/uber/NullAway/issues/1571)) - Refactor hasAnyAnnotationMatching method ([#&#8203;1583](https://redirect.github.com/uber/NullAway/issues/1583)) - Improve handling of `var`-declared local variables ([#&#8203;1573](https://redirect.github.com/uber/NullAway/issues/1573)) - Compensate for more annotations inserted by `javac` ([#&#8203;1574](https://redirect.github.com/uber/NullAway/issues/1574)) - Enable test for issue 1500 and add comment ([#&#8203;1560](https://redirect.github.com/uber/NullAway/issues/1560)) - Use ground target types when handling lambdas and method refs passed to generic methods ([#&#8203;1575](https://redirect.github.com/uber/NullAway/issues/1575)) - Fix for unbounded wildcard passed to `@NullUnmarked` type variable ([#&#8203;1577](https://redirect.github.com/uber/NullAway/issues/1577)) - Detect and warn on annotations directly on wildcard types ([#&#8203;1579](https://redirect.github.com/uber/NullAway/issues/1579)) - Enable HandleWildcardGenerics flag when building NullAway ([#&#8203;1586](https://redirect.github.com/uber/NullAway/issues/1586)) - Report error when [@&#8203;Initializer](https://redirect.github.com/Initializer) is used on a constructor by [@&#8203;Vinu2111](https://redirect.github.com/Vinu2111) ([#&#8203;1546](https://redirect.github.com/uber/NullAway/issues/1546)) - Add a handler for Jakarta Persistence to reason about field initialization ([#&#8203;1584](https://redirect.github.com/uber/NullAway/issues/1584)) - Revert "Report error when [@&#8203;Initializer](https://redirect.github.com/Initializer) is used on a constructor ([#&#8203;1546](https://redirect.github.com/uber/NullAway/issues/1546))" ([#&#8203;1588](https://redirect.github.com/uber/NullAway/issues/1588)) - Maintenance - Use Jacoco 0.8.15 snapshot ([#&#8203;1550](https://redirect.github.com/uber/NullAway/issues/1550)) - Update to Gradle 9.5.0 ([#&#8203;1554](https://redirect.github.com/uber/NullAway/issues/1554)) - Test with latest Error Prone snapshot on CI ([#&#8203;1555](https://redirect.github.com/uber/NullAway/issues/1555)) - Add Spring Boot as an integration test ([#&#8203;1557](https://redirect.github.com/uber/NullAway/issues/1557)) - Enable generic bytecode tests on JDK 17 ([#&#8203;1561](https://redirect.github.com/uber/NullAway/issues/1561)) - Update spotless and guava-latest deps, removed unused semver4j ([#&#8203;1562](https://redirect.github.com/uber/NullAway/issues/1562)) - Use text blocks in more tests ([#&#8203;1563](https://redirect.github.com/uber/NullAway/issues/1563)) - Use text blocks for addInputLines and addOutputLines calls ([#&#8203;1564](https://redirect.github.com/uber/NullAway/issues/1564)) - Use Temurin JDK 17 always in CI ([#&#8203;1565](https://redirect.github.com/uber/NullAway/issues/1565)) - Tell agents not to run multiple Gradle builds in parallel ([#&#8203;1582](https://redirect.github.com/uber/NullAway/issues/1582)) - Update Codecov action to v6 ([#&#8203;1587](https://redirect.github.com/uber/NullAway/issues/1587)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41866c5 commit facfa86

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
@@ -505,7 +505,7 @@
505505
<path>
506506
<groupId>com.uber.nullaway</groupId>
507507
<artifactId>nullaway</artifactId>
508-
<version>0.13.5</version>
508+
<version>0.13.6</version>
509509
</path>
510510
</annotationProcessorPaths>
511511
</configuration>

0 commit comments

Comments
 (0)