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

Bump nullaway from 0.8.0 to 0.9.0 #306

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2021

Bumps nullaway from 0.8.0 to 0.9.0.

Changelog

Sourced from nullaway's changelog.

Version 0.9.0

  • IMPORTANT: Error Prone minimum version moved to 2.4.0 (#447)
    • This allows compatibility with Error Prone 2.5.1 by moving to updated APIs.
    • Remove Checker Framework shadow config from nullaway module (#449)
  • @Contract annotations are now checked (#312) (#428) (#450)
  • Add support for @RequiresNonnull/@​EnsuresNonnull annotations (#423)
  • [Fix] Handle WideningConversionNode in Map key specifiers (#415)
  • [Fix] Try to handle lombok.Builder without crashing. (#414)
  • [Fix] Ignore library models return nullability on first-party code (#446)
  • Update to Checker Dataflow dependency to 3.6.0 (#416)
  • Library Models:
    • Add library model for TextView.getLayout() (#418)
    • Add library model for Service.onStartCommand (#419)
    • Models for common Spring/Spark/Apache utility classes (#436)
    • Add support for jakarta.inject-api (#439)
  • Build / CI tooling for NullAway itself:
    • Update to Gradle 6.6.1 (#420)
    • Switch CI to GitHub Actions (#440) (#442) (#450)
Commits
  • 786eae2 Prepare for release 0.9.0.
  • 998ba05 Ignore library models return nullability on first-party code. (#446)
  • 35fa696 Remove shadow config from nullaway module (#449)
  • 5bfb130 Replace deprecated EP API buildDescriptionFromChecker with BugChecker#buildDe...
  • 875cf56 [ContractHandler] Handle @​Contract with empty value. (#450)
  • af24db1 Run CI only on PRs and pushes to master (reduce job queuing) (#443)
  • e1460f4 GitHub Actions: Run CI on external PRs. (#442)
  • eed3fc0 Set Up GitHub Actions CI and SNAPSHOT uploading (#440)
  • 7164a48 Add support for jakarta.inject-api (#439)
  • 6aa6271 Library models for common third-party utility classes (#436)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Feb 24, 2021
@codecov-io
Copy link

Codecov Report

Merging #306 (5f8f985) into master (296f165) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #306   +/-   ##
=========================================
  Coverage     87.61%   87.61%           
  Complexity       79       79           
=========================================
  Files             8        8           
  Lines           323      323           
  Branches         48       48           
=========================================
  Hits            283      283           
  Misses           31       31           
  Partials          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 296f165...5f8f985. Read the comment docs.

@uhafner uhafner merged commit 66f753d into master Feb 25, 2021
@uhafner uhafner deleted the dependabot/maven/com.uber.nullaway-nullaway-0.9.0 branch February 25, 2021 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants