Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Confidence
com.uber.nullaway:nullaway 0.12.12 -> 0.12.13 age confidence

Release Notes

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

v0.12.13

NullAway now includes a new Error Prone checker, RequireExplicitNullMarking,
that checks that every class is explicitly @NullMarked or @NullUnmarked (at the class or package level), so code
is not left @NullUnmarked unintentionally. The check is disabled by default. See the docs
for further details.

NullAway also includes support for a new @PureExceptLambda annotation, contributed by @​FxMorin, to tell NullAway
to preserve nullability information from the enclosing method when analyzing the body of certain lambdas.
See the docs for details.

  • Use passed-in TreePath in one more place when available (#​1329)
  • Checker to ensure explicit null marking of every class (#​1323)
  • Bound size of alreadyRunAnalyses cache to be consistent (#​1334)
  • Improve inference for generic methods with lambda argument containing return statements by @​dhruv-agr (#​1337)
  • Add PureExceptLambda annotation by @​FxMorin (#​1325)
  • Support marking method type variable upper bounds as @Nullable in library models (#​1345)
  • Method name parsing in ExternalStubxLibraryModels class is missing a corner case by @​haewiful (#​1344)
  • Better fix for dataflow analysis caching (#​1353)
  • Maintenance

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 December 1, 2025 18:05
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label Dec 1, 2025
@trask trask merged commit a6361eb into main Dec 1, 2025
88 checks passed
@trask trask deleted the renovate/com.uber.nullaway-nullaway-0.x branch December 1, 2025 19:29
123liuziming pushed a commit to 123liuziming/opentelemetry-java-instrumentation that referenced this pull request Dec 3, 2025
…pen-telemetry#15501)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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