Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.12.9 -> 0.12.10 age confidence

Release Notes

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

v0.12.10

Compare Source

This release contains significant improvements to inference support for generic method calls in JSpecify mode (#​1075).
We expect that many more valid calls will pass NullAway, but that some new bugs may have been introduced. Please report
any issues that you see. There is also a new flag, -XepOpt:NullAway:WarnOnGenericInferenceFailure to make NullAway
report a warning when inference fails, to help identify any issues.

  • Improved inference for generic method calls (#​1244)
  • Suppress CastToNonNull warnings for @NullUnmarked method calls by @​raccoonback (#​1258)
  • JSpecify: Fix crash when overriding with raw types (#​1265)
  • Better handle calls to super constructors and superclass methods in JSpecify mode (#​1248)
  • issue-1250 pattern matching for instanceof in switch case by @​dhruv-agr (#​1259)
  • Account for annotations in extends / implements when computing view as supertype (#​1266)
  • Bug fix with type substitutions after inference (#​1277)
  • JSpecify: Improve error messages for type incompatibility at pseudo-assignments (#​1279)
  • Support java.util.Objects.toString() by @​gulikoza (#​1283)
  • Record when generic method inference fails (#​1280)
  • issue 1275 - report unboxing warning for for-each loop by @​dhruv-agr (#​1281)
  • Abstract iterating over invocation arguments (#​1284)
  • Invoke generic method inference in more places (#​1286)
  • Maintenance
    • Build Spring with snapshot build as a CI job (#​1251)
    • Add more instance fields to GenericsChecks (#​1256)
    • remove unneeded checkNotCall call (#​1257)
    • Fail build on JDK 21 versions before 21.0.8 (#​1261)
    • Clarify JDK version to use for best JSpecify support (#​1269)
    • Simplified set of CI jobs (#​1271)
    • Build: upgrade to Gradle 9 + AGP 8.7.2 (#​1270)
    • Compile with JDK 24 (#​1276)
    • Don't use deprecated buildDir by @​mernst (#​1278)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 September 16, 2025 22:57
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Sep 16, 2025
@laurit laurit merged commit 2683915 into main Sep 17, 2025
90 checks passed
@laurit laurit deleted the renovate/com.uber.nullaway-nullaway-0.12.x branch September 17, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test native This label can be applied to PRs to trigger them to run native tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants