Skip to content

Update all patch versions to v0.13.6#1795

Merged
breedx-splk merged 1 commit into
mainfrom
renovate/all-patch-versions
Jun 8, 2026
Merged

Update all patch versions to v0.13.6#1795
breedx-splk merged 1 commit into
mainfrom
renovate/all-patch-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.13.50.13.6 age confidence

Release Notes

uber/NullAway (com.uber.nullaway:nullaway)

v0.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)
    • Enable generic bytecode tests on JDK 17 (#​1561)
    • Update spotless and guava-latest deps, removed unused semver4j (#​1562)
    • Use text blocks in more tests (#​1563)
    • Use text blocks for addInputLines and addOutputLines calls (#​1564)
    • Use Temurin JDK 17 always in CI (#​1565)
    • Tell agents not to run multiple Gradle builds in parallel (#​1582)
    • Update Codecov action to v6 (#​1587)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 8, 2026 00:27
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.93%. Comparing base (040f449) to head (7f2227e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1795      +/-   ##
==========================================
+ Coverage   62.73%   62.93%   +0.20%     
==========================================
  Files         158      158              
  Lines        3451     3451              
  Branches      355      355              
==========================================
+ Hits         2165     2172       +7     
+ Misses       1182     1179       -3     
+ Partials      104      100       -4     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@breedx-splk breedx-splk enabled auto-merge (squash) June 8, 2026 18:01
@renovate renovate Bot changed the title Update all patch versions Update all patch versions to v0.13.6 Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/all-patch-versions branch from 3d8c334 to 7f2227e Compare June 8, 2026 18:08
@breedx-splk breedx-splk merged commit 35ae0b1 into main Jun 8, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/all-patch-versions branch June 8, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant