Skip to content

Bump com.uber.nullaway:nullaway from 0.14.0 to 0.14.1 - #524

Merged
pkwarren merged 1 commit into
mainfrom
dependabot/gradle/com.uber.nullaway-nullaway-0.14.1
Sep 15, 2026
Merged

pkwarren merged 1 commit into
mainfrom
dependabot/gradle/com.uber.nullaway-nullaway-0.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps com.uber.nullaway:nullaway from 0.14.0 to 0.14.1.

Release notes

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

NullAway 0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#1710)
  • Fix attribute errors reported during dataflow (#1736)
  • Apply library models to an overridden method type when checking overrides (#1722)
  • Deduplicate generic inference failure warnings (#1741)
  • Preserve nested nullness annotations through inheritance (#1742)
  • Fix crash for generic qualifiers in method references (#1744)
  • Cache immutable stubx library models (#1745)
  • Allow nullable method references for void functions (#1747)
  • Preserve nested nullness in enhanced-for variable types (#1748)
  • Track nullable elements in enhanced-for dataflow (#1749)
  • Honor ignored methods in null-marked library models (#1753)
  • Avoid crashes on malformed @Contract arity (fixes #1726) (#1756)
  • Inherit null-implies-null models across overrides (#1758)
  • Fix inference for annotated type variable uses (#1759)
  • Preserve contract unreachability across store joins (#1761)
  • Prevent recursion on self-referential wildcard bounds (#1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#1764)
  • Improve diagnostics for non-null type variable bounds (#1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#1775)
  • Maintenance
    • Migrate FrameworkTests to addSourceLines by @​abdeltaehass (#1712)
    • Attribute errors reported during dataflow to the right file by @​vlsi (#1734)
    • Disable CodeRabbit summaries (#1755)
    • Add tests for overrides of Collection.toArray (#1757)
    • Assert the full set of diagnostics for annotated type-variable uses by @​vlsi (#1768)
    • Document that a nullImpliesNull model applies to overriding methods by @​vlsi (#1771)
    • Add tests for the JSpecify nullness operator by @​vlsi (#1767)
Changelog

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

Version 0.14.1

Several bug fixes in this release, particularly for JSpecifyExperimental. Thanks to all who tested out this mode, reported bugs, and contributed! Please continue to test and send feedback. See the 0.14.0 release notes below for more information on JSpecifyExperimental.

  • Fix restoring nullness annotations from an unbounded wildcard to a captured type (#1717)
  • JSpecify: support anonymous diamond classes by @​subhramit (#1710)
  • Fix attribute errors reported during dataflow (#1736)
  • Apply library models to an overridden method type when checking overrides (#1722)
  • Deduplicate generic inference failure warnings (#1741)
  • Preserve nested nullness annotations through inheritance (#1742)
  • Fix crash for generic qualifiers in method references (#1744)
  • Cache immutable stubx library models (#1745)
  • Allow nullable method references for void functions (#1747)
  • Preserve nested nullness in enhanced-for variable types (#1748)
  • Track nullable elements in enhanced-for dataflow (#1749)
  • Honor ignored methods in null-marked library models (#1753)
  • Avoid crashes on malformed @Contract arity (fixes #1726) (#1756)
  • Inherit null-implies-null models across overrides (#1758)
  • Fix inference for annotated type variable uses (#1759)
  • Preserve contract unreachability across store joins (#1761)
  • Prevent recursion on self-referential wildcard bounds (#1763)
  • Work around pre-JDK-25 limitations in reading upper bounds from wildcard arguments in bytecode (#1764)
  • Improve diagnostics for non-null type variable bounds (#1770)
  • Fix override checks for method type variables bounded by a class type variable by @​pivovarit (#1775)
  • Maintenance
    • Migrate FrameworkTests to addSourceLines by @​abdeltaehass (#1712)
    • Attribute errors reported during dataflow to the right file by @​vlsi (#1734)
    • Disable CodeRabbit summaries (#1755)
    • Add tests for overrides of Collection.toArray (#1757)
    • Assert the full set of diagnostics for annotated type-variable uses by @​vlsi (#1768)
    • Document that a nullImpliesNull model applies to overriding methods by @​vlsi (#1771)
    • Add tests for the JSpecify nullness operator by @​vlsi (#1767)
Commits
  • b3d442a Prepare for release 0.14.1.
  • d6df98b Release notes for 0.14.1 (#1784)
  • ecb763e fix override checks for method type variables bounded by a class type variabl...
  • 915b287 Add tests for the JSpecify nullness operator (#1767)
  • f142e85 Improve diagnostics for non-null type variable bounds (#1770)
  • bb5cf51 Work around pre-JDK-25 limitations in reading upper bounds from wildcard argu...
  • 17d7ca7 Document that a nullImpliesNull model applies to overriding methods (#1771)
  • cc156e4 Assert the full set of diagnostics for annotated type-variable uses (#1768)
  • b9efa0f Prevent recursion on self-referential wildcard bounds (#1763)
  • 177ad18 Preserve contract unreachability across store joins (#1761)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 7, 2026
@pkwarren

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-version: 0.14.1
  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/com.uber.nullaway-nullaway-0.14.1 branch from 1b1ae07 to 394c7f4 Compare September 15, 2026 14:31
@pkwarren
pkwarren merged commit 1136a95 into main Sep 15, 2026
4 checks passed
@pkwarren
pkwarren deleted the dependabot/gradle/com.uber.nullaway-nullaway-0.14.1 branch September 15, 2026 14:41
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.

1 participant