Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-gradle-plugins/nullability-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: spring-gradle-plugins/nullability-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.9
Choose a head ref
  • 16 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 15, 2025

  1. Configuration menu
    Copy the full SHA
    470eab8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Use Java 25 by default

    This commit updates CI and the build in general to use Java 25 by
    default. CI builds on 17 and 21 have been removed as NullAway now
    enforces Java22+
    
    Closes gh-17
    snicoll committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    52dfd88 View commit details
    Browse the repository at this point in the history
  2. Add .sdkmanrc

    Closes gh-18
    snicoll committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    003c208 View commit details
    Browse the repository at this point in the history
  3. Upgrade to NullAway 0.12.11 and Error Prone 2.42.0

    See gh-16
    
    Signed-off-by: Sébastien Deleuze <sdeleuze@users.noreply.github.com>
    sdeleuze authored and snicoll committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    02213ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from sdeleuze

    * pr/16:
      Upgrade to NullAway 0.12.11 and Error Prone 2.42.0
    
    Closes gh-16
    snicoll committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    c324603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cb4eba View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Upgrade to NullAway 0.12.12

    Closes gh-19
    snicoll committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    2a186c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9fc78 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Upgrade to NullAway 0.12.13

    Closes gh-21
    wilkinsona committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    15f4bd6 View commit details
    Browse the repository at this point in the history
  2. Upgrade to Error Prone 2.45.0

    Closes gh-22
    wilkinsona committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    812181a View commit details
    Browse the repository at this point in the history
  3. Enable RequireExplicitNullMarking

    As part of this change, the assertions on the configuration of Error
    Prone have been split up. This was necessary as the ordering of the
    checks map is undefined which results in the toString() output of
    ErrorProneOptions that's used in the tests' build.gradle script being
    non-deterministic.
    
    Closes gh-23
    wilkinsona committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    7744f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    271ab51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ad0fde View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    3776b94 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Upgrade to NullAway 0.12.15

    Closes gh-25
    snicoll committed Dec 23, 2025
    Configuration menu
    Copy the full SHA
    fc36e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Release v0.0.9

    snicoll committed Dec 29, 2025
    Configuration menu
    Copy the full SHA
    2bdc2b8 View commit details
    Browse the repository at this point in the history
Loading