Skip to content

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
NullAway patch 0.10.10 -> 0.10.11
NullAway compile patch 0.10.10 -> 0.10.11

Release Notes

uber/NullAway

v0.10.11

Compare Source

  • NULL_LITERAL expressions may always be null (#​749)
  • Fix error in Lombok generated code for @​Nullable @​Builder.Default (#​765)
  • Support for specific libraries/APIs:
    • Added support for Apache Validate (#​769)
    • Introduce FluentFutureHandler as a workaround for Guava FluentFuture (#​771)
  • Internal code refactorings:
    • [Refactor] Pass resolved Symbols into Handler methods (#​729)
    • Prepare for Nullable ASTHelpers.getSymbol (#​733)
    • Refactor: streamline mayBeNullExpr flow (#​753)
    • Refactor LibraryModelsHandler.onOverrideMayBeNullExpr (#​754)
    • Refactor simple onOverrideMayBeNullExpr handlers (#​747)
  • Support for JSpecify's 0.3.0 annotation [experimental]
    • JSpecify generics checks for conditional expressions (#​739)
    • Generics checks for parameter passing (#​746)
    • Clearer printing of types in errors related to generics (#​758)
  • NullAwayInfer/Annotator data serialization support [experimental]
    • Update path serialization for class files (#​752)
  • Build / CI tooling for NullAway itself:
    • Update to Gradle 8.0.2 (#​743)
    • Fix CI on Windows (#​759)
    • Upgrade to Error Prone 2.19.1 (#​763)
    • Upgrade maven publish plugin to 0.21.0 (#​773)

  • If you want to rebase/retry this PR, check this box

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Jun 24, 2023

Warning
Renovate's suggested commit message is being replaced with improved initial commits to enable automerging. As a side effect, these suggested commit messages might have changed. Consider comparing the initial commit message and this message to determine the most suitable one. Please leave feedback in #sys-renovate.

Suggested commit message:

Upgrade NullAway 0.10.10 -> 0.10.11 (#695)

See:
- https://github.com/uber/NullAway/blob/master/CHANGELOG.md
- https://github.com/uber/NullAway/compare/v0.10.10...v0.10.11

@Stephan202 Stephan202 added this to the 0.13.0 milestone Jun 24, 2023
@rickie rickie force-pushed the renovate/version.nullaway branch from a4c1661 to 559f382 Compare June 26, 2023 09:22
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

@rickie rickie merged commit 782a790 into master Jun 26, 2023
@rickie rickie deleted the renovate/version.nullaway branch June 26, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants