Skip to content

Bump nullaway-plugin from 2.4.0 to 3.0.0#304

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/nullaway-plugin-3.0.0
Open

Bump nullaway-plugin from 2.4.0 to 3.0.0#304
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/nullaway-plugin-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps nullaway-plugin from 2.4.0 to 3.0.0.
Updates net.ltgt.gradle:gradle-nullaway-plugin from 2.4.0 to 3.0.0

Release notes

Sourced from net.ltgt.gradle:gradle-nullaway-plugin's releases.

v3.0.0

  • isAssertsEnabled, isExhaustiveOverride, and isJSpecifyMode have been renamed to assertsEnabled, exhaustiveOverride and jspecifyMode in Kotlin DSL, to align with the core Gradle practice of not having such is prefixes in Kotlin DSL, or different property names between Groovy DSL and Kotlin DSL
  • jspecifyMode can now be configured on the project-level extension
  • other small changes (mostly internal, including a rewrite from Kotlin to Java), but that do not break binary compatibility for common usage, so plugins compiled against previous versions should continue to work

A note regarding the rewrite to Java, before I get questions about it: as much as I like Kotlin, I'm more familiar with Java tooling (specifically Error Prone and NullAway) and Java compatibility rules, and Android Lint is too heavyweight to my tastes.

v2.4.1

The plugin was always passing an explicit -XepOpt:NullAway:WarnOnGenericInferenceFailure to the compiler even when the property was not configured. While this should not have any side effect (as long as the default value for that option doesn't change in NullAway), this was unexpected behavior anyway.

Commits
  • 5542967 Update to Gradle 9.3.0
  • 3e8a75e Rewrite the plugin in Java
  • 7003ed2 Make NullAwayExtension and NullAwayOptions fully managed types
  • a11b0b5 Add JSpecify mode to the project-level extension
  • 2cfb803 Rename NullAwayOptions properties without is prefix
  • d8167b4 Remove warnOnGenericInferenceFailure convention
  • f44e7df Bump the all-minor group with 2 updates
  • See full diff in compare view

Updates net.ltgt.nullaway from 2.4.0 to 3.0.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `nullaway-plugin` from 2.4.0 to 3.0.0.

Updates `net.ltgt.gradle:gradle-nullaway-plugin` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/tbroyer/gradle-nullaway-plugin/releases)
- [Commits](tbroyer/gradle-nullaway-plugin@v2.4.0...v3.0.0)

Updates `net.ltgt.nullaway` from 2.4.0 to 3.0.0

---
updated-dependencies:
- dependency-name: net.ltgt.gradle:gradle-nullaway-plugin
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.ltgt.nullaway
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 30, 2026
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.

0 participants