Skip to content

Bump com.uber.nullaway:nullaway from 0.13.4 to 0.13.7#61

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.7
Open

Bump com.uber.nullaway:nullaway from 0.13.4 to 0.13.7#61
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps com.uber.nullaway:nullaway from 0.13.4 to 0.13.7.

Release notes

Sourced from com.uber.nullaway:nullaway's releases.

NullAway 0.13.7

This is a minor bug fix release addressing a couple of issues observed in 0.13.6.

  • Add support for filtering null objects from streams in #1597
  • Report init warnings for JPA constructors with arguments in #1604
  • Maintenance
    • Update release instructions in #1593
    • Switch code coverage aggregation to use built-in jacoco plugin by @​subhramit in #1598
    • Bump Error Prone to 2.50.0 in #1601

NullAway 0.13.6

(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 (#1520)
  • Handle subtype checking for wildcard super bounds (#1547)
  • Handle most remaining wildcard subtyping / containment cases (#1548)
  • Test case for #1528 (#1556)
  • Initial inference for wildcards (#1549)
  • Fix wildcard inference bug with method references (#1553)
  • Fix nullability for return and parameter wildcards (#1558)
  • Test case for trick to assert chain of accesses is non-null (#1566)
  • Improve inference failure error message (#1567)
  • Adjust more TreePaths to have correct leaf before calling getTreeType (#1570)
  • Add Contract annotation to nullaway-annotations by @​codingkiddo (#1569)
  • Run inference for generic method calls nested inside receivers (#1571)
  • Refactor hasAnyAnnotationMatching method (#1583)
  • Improve handling of var-declared local variables (#1573)
  • Compensate for more annotations inserted by javac (#1574)
  • Enable test for issue 1500 and add comment (#1560)
  • Use ground target types when handling lambdas and method refs passed to generic methods (#1575)
  • Fix for unbounded wildcard passed to @NullUnmarked type variable (#1577)
  • Detect and warn on annotations directly on wildcard types (#1579)
  • Enable HandleWildcardGenerics flag when building NullAway (#1586)
  • Report error when @​Initializer is used on a constructor by @​Vinu2111 (#1546)
  • Add a handler for Jakarta Persistence to reason about field initialization (#1584)
  • Revert "Report error when @​Initializer is used on a constructor (#1546)" (#1588)
  • Maintenance
    • Use Jacoco 0.8.15 snapshot (#1550)
    • Update to Gradle 9.5.0 (#1554)
    • Test with latest Error Prone snapshot on CI (#1555)
    • Add Spring Boot as an integration test (#1557)

... (truncated)

Changelog

Sourced from com.uber.nullaway:nullaway's changelog.

Version 0.13.7

This is a minor bug fix release addressing a couple of issues observed in 0.13.6.

  • Add support for filtering null objects from streams in #1597
  • Report init warnings for JPA constructors with arguments in #1604
  • Maintenance
    • Update release instructions in #1593
    • Switch code coverage aggregation to use built-in jacoco plugin by @​subhramit in #1598
    • Bump Error Prone to 2.50.0 in #1601

Version 0.13.6

(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 (#1520)
  • Handle subtype checking for wildcard super bounds (#1547)
  • Handle most remaining wildcard subtyping / containment cases (#1548)
  • Test case for #1528 (#1556)
  • Initial inference for wildcards (#1549)
  • Fix wildcard inference bug with method references (#1553)
  • Fix nullability for return and parameter wildcards (#1558)
  • Test case for trick to assert chain of accesses is non-null (#1566)
  • Improve inference failure error message (#1567)
  • Adjust more TreePaths to have correct leaf before calling getTreeType (#1570)
  • Add Contract annotation to nullaway-annotations by @​codingkiddo (#1569)
  • Run inference for generic method calls nested inside receivers (#1571)
  • Refactor hasAnyAnnotationMatching method (#1583)
  • Improve handling of var-declared local variables (#1573)
  • Compensate for more annotations inserted by javac (#1574)
  • Enable test for issue 1500 and add comment (#1560)
  • Use ground target types when handling lambdas and method refs passed to generic methods (#1575)
  • Fix for unbounded wildcard passed to @NullUnmarked type variable (#1577)
  • Detect and warn on annotations directly on wildcard types (#1579)
  • Enable HandleWildcardGenerics flag when building NullAway (#1586)
  • Report error when @​Initializer is used on a constructor by @​Vinu2111 (#1546)
  • Add a handler for Jakarta Persistence to reason about field initialization (#1584)
  • Revert "Report error when @​Initializer is used on a constructor (#1546)" (#1588)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 17, 2026
@dependabot dependabot Bot requested a review from damianmalczewski as a code owner June 17, 2026 19:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.7 branch from cd79e3a to acda6a4 Compare June 29, 2026 21:34
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.13.4 to 0.13.7.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.13.4...v0.13.7)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.13.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/main/com.uber.nullaway-nullaway-0.13.7 branch from acda6a4 to 58995a9 Compare July 2, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants