Skip to content

Comments

Update dependency com.uber.nullaway:nullaway to v0.12.15#100

Merged
LikeTheSalad merged 1 commit intomainfrom
renovate/com.uber.nullaway-nullaway-0.x
Jan 12, 2026
Merged

Update dependency com.uber.nullaway:nullaway to v0.12.15#100
LikeTheSalad merged 1 commit intomainfrom
renovate/com.uber.nullaway-nullaway-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.uber.nullaway:nullaway 0.12.120.12.15 age adoption passing confidence

Release Notes

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

v0.12.15

NullAway now includes a BOM artifact com.uber.nullaway:nullaway-bom. Otherwise, this release contains a few bug
fixes and improvements to JSpecify support.

  • Fix URL for RequireExplicitNullMarking checker (#​1369)
  • Handle annotations on type variables in return and field types (#​1371)
  • Change how recursive calls to dataflow are detected (#​1374)
  • JSpecify: use type on identifier when its type is a type variable (#​1378)
  • Include method type parameters in astubx files. by @​haewiful (#​1370)
  • Create nullaway-bom project (#​1130) by @​lpireyn (#​1380)
  • Run dataflow analysis on bodies of lambdas passed to generic methods (#​1375)
  • Maintenance
    • Remove BaseNoOpHandler and replace with default methods in Handler (#​1376)

v0.12.14

This release fixes a bug where the new RequireExplicitNullMarking check was not fully disabled by default. It also includes a couple of performance optimizations to reduce NullAway overhead.

  • Various optimizations (#​1358)
  • Don't report matches from RequireExplicitNullMarking when run at SUGGESTION level (#​1365)
  • Optimize methods that check for annotations on a Symbol (#​1362)
  • Tune warning message for RequireExplicitNullMarking (#​1366)
  • Maintenance
    • Fix arg concatenation bug in JMH (#​1357)
    • Move wildcard-related tests to a separate test class (#​1361)

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 changed the title Update dependency com.uber.nullaway:nullaway to v0.12.13 Update dependency com.uber.nullaway:nullaway to v0.12.14 Dec 4, 2025
@renovate renovate bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from efa8820 to 78ee8b1 Compare December 4, 2025 18:42
@renovate renovate bot changed the title Update dependency com.uber.nullaway:nullaway to v0.12.14 Update dependency com.uber.nullaway:nullaway to v0.12.15 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/com.uber.nullaway-nullaway-0.x branch from 78ee8b1 to 9a6cddf Compare December 19, 2025 21:53
@LikeTheSalad LikeTheSalad merged commit 3346e68 into main Jan 12, 2026
2 checks passed
@LikeTheSalad LikeTheSalad deleted the renovate/com.uber.nullaway-nullaway-0.x branch January 12, 2026 15:17
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