Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update com.uber.nullaway:nullaway to v0.12.3 #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.uber.nullaway:nullaway 0.11.2 -> 0.12.3 age adoption passing confidence

Release Notes

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

v0.12.3

  • Remove InferredJARModelsHandler (#​1079)
  • Fix crash with annotation on enum (#​1097)
  • Handle case null in switch statements (#​1100)
  • Don't report errors for writes to @​NullUnmarked fields (#​1102)
  • Support primitive static final fields as constant args in access paths (#​1105)
  • Fix issue with annotations in module-info.java files (#​1109)
  • Report error for @​nullable synchronized block expression (#​1106)
  • Add support for parameter types with wildcards for JarInfer (#​1107)
  • Properly handle nested generics and multiple wildcard type args in JarInfer (#​1114)
  • Proper checking of vararg overrides with JSpecify annotations (#​1116)
  • Add flag to indicate only @​NullMarked code should be checked (#​1117)
  • Add support for static fields in contracts (#​1118)
  • Maintenance
    • Fix comment positions (#​1098)
    • [refactoring] Wrap calls to Types.subst and Types.memberType (#​1115)
    • Build latest Caffeine on CI (#​1111)

v0.12.2

  • Fix reading of JSpecify @​nullable annotations from varargs parameter in bytecode (#​1089)
  • Fix JarInfer handling of generic types (#​1078)
  • Fix another JSpecify mode crash involving raw types (#​1086)
  • Fix bugs in handling of valueOf calls for map keys (#​1085)
  • Suggest correct fix when array component of non-nullable array is made null. (#​1087)
  • Substitute type arguments when checking type parameter nullability at call site (#​1070)
  • Fix JarInfer parameter indexes for instance methods (#​1071)
  • JSpecify mode: initial support for generic methods (with explicit type arguments at calls) (#​1053)
  • Maintenance
    • Update to latest Error Prone and Error Prone Gradle plugin (#​1064)
    • Refactor serialization adapter retrieval by version (#​1066)
    • Remove fixes.tsv serialization from NullAway serialization service (#​1063)
    • Enable javac -parameters flag (#​1069)
    • Update to Gradle 8.11 (#​1073)
    • Add test for issue 1035 (#​1074)
    • remove use of deprecated Gradle API (#​1076)
    • Update to Error Prone 2.36.0 (#​1077)

v0.12.1

  • Add library model for Apache Commons CollectionUtils.isNotEmpty (#​932) (#​1062)
  • Handle records in targetTypeMatches (#​1061)

v0.12.0

IMPORTANT:

  • We now by default check/enforce that pure type-use annotations from JSpecify are written in the "right place" on array types, varargs types, and nested types. More
    details can be found in the wiki.
    We also expose -XepOpt:NullAway:LegacyAnnotationLocations flag to disable this new
    behavior for now to ease the migration. We expect to remove this flag in a future version
    of NullAway.
  • We now support writing @​EnsuresNonNullIf on methods to capture cases where a method conditionally ensures that a field is @​NonNull. Thanks @​mauricioaniche for the contributions!

(The changelog below contains all changes from version 0.11.2, since version 0.11.3
contains only one cherry-picked PR from master).

  • Enforce Strict Interpretation Of Type Use Annotation Locations Outside of JSpecify mode (#​1010)
  • Update handling of annotations on varargs argument (#​1025)
  • Create basic unit tests for library model generation (#​1031)
  • Partial handling for restrictive annotations on varargs in unannotated code (#​1029)
  • Add missing source files in android-jarinfer-models-sdk modules (#​1033)
  • External Library Models: Adding support for @​nullable Method parameters (#​1006)
  • JDK 23 support (#​1034)
  • Support @​EnsuresNonNullIf (#​1044)
  • Update some Android astubx models (#​1052)
  • Remove unused or unneeded JarInfer flags (#​1050)
  • Enforce correct type-use annotation locations for nested types (#​1045)
  • Update Android SDK 31 astubx models (#​1054)
  • Fix bugs in reading varargs annotations from bytecodes (#​1055)
  • General maintenance:
    • Update to Gradle 8.10 (#​1023)
    • Update to Gradle 8.10.1 (#​1036)
    • Update to Error Prone 2.32.0 (#​1037)
    • Typo fix in README.md (#​1041)
    • Fix Gradle config instructions (#​1039)
    • Update to v4 of setup-gradle GitHub action (#​1043)
    • Add extra JVM args needed for JMH on recent JDK versions (#​1049)
    • Use HTTP instead of SSH for cloning repo for JMH Benchmarks (#​1056)
    • Various version updates (#​1051)
    • Update to Checker Framework 3.48.0 (#​1030)

v0.11.3

IMPORTANT: We have cherry-picked one PR in master since 0.11.2 for this release, it
does not contain all changes in master!

  • Add missing source files in android-jarinfer-models-sdk modules (#​1033)

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 joshuasing as a code owner September 16, 2024 15:35
@renovate renovate bot added the type: dependencies This involves updating, adding or removing a dependency label Sep 16, 2024
@renovate renovate bot requested a review from LooFifteen as a code owner September 16, 2024 15:35
@renovate renovate bot changed the title chore(deps): update com.uber.nullaway:nullaway to v0.11.3 chore(deps): update com.uber.nullaway:nullaway to v0.12.0 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/nullaway branch from 89c6b0a to e0fd0f8 Compare October 18, 2024 20:09
@renovate renovate bot force-pushed the renovate/nullaway branch 3 times, most recently from cb6fef8 to b309d02 Compare October 28, 2024 19:33
@renovate renovate bot changed the title chore(deps): update com.uber.nullaway:nullaway to v0.12.0 chore(deps): update com.uber.nullaway:nullaway to v0.12.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/nullaway branch from b309d02 to 8402aac Compare December 2, 2024 10:06
@renovate renovate bot changed the title chore(deps): update com.uber.nullaway:nullaway to v0.12.1 chore(deps): update com.uber.nullaway:nullaway to v0.12.2 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/nullaway branch from 8402aac to bfcfe54 Compare December 13, 2024 17:18
@renovate renovate bot force-pushed the renovate/nullaway branch from bfcfe54 to 8f0feea Compare January 6, 2025 17:37
@renovate renovate bot changed the title chore(deps): update com.uber.nullaway:nullaway to v0.12.2 chore(deps): update com.uber.nullaway:nullaway to v0.12.3 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/nullaway branch from 8f0feea to b997687 Compare February 10, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies This involves updating, adding or removing a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants