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

Upgrade NullAway 0.10.11 -> 0.10.12 #740

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

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

Release Notes

uber/NullAway (NullAway)

v0.10.12

Compare Source

Note: This is the first release built with Java 11. In particular, running
JarInfer now requires a JDK 11 JVM. NullAway is still capable of analyzing JDK 8
source/target projects, and should be compatible with the Error Prone JDK 9 javac
just as the release before, but a JDK 11 javac is recommended.

  • Update to WALA 1.6.1 and remove ability to build on JDK 8 (#​777)
  • Fix compatibility issue when building on JDK 17 but running on JDK 8 (#​779)
  • Fix JDK compatibility issue in LombokHandler (#​795)
  • Improve auto-fixing of unnecessary castToNonNull calls (#​796)
  • Support for JSpecify's 0.3.0 annotation [experimental]
    • JSpecify: avoid crashes when encountering raw types (#​792)
    • Fix off-by-one error in JSpecify checking of parameter passing (#​793)
  • Build / CI tooling for NullAway itself:
    • Fix Publish Snapshot CI job (#​774)
    • Add step to create release on GitHub (#​775)
    • Build the Android sample app on JDK 17 (#​776)
    • Update to Error Prone 2.20.0 (#​772)
    • Add tasks to run JDK 8 tests on JDK 11+ (#​778)
    • Switch to Spotless for formatting Java code (#​780)
    • Added GCP JMH Benchmark Workflow (#​770)
    • Set concurrency for JMH benchmarking workflow (#​784)
    • Disable daemon when running benchmarks (#​786)
    • Update to Gradle 8.2.1 (#​781)

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

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Aug 4, 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.11 -> 0.10.12 (#740)

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

@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

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

@Stephan202 Stephan202 added this to the 0.13.0 milestone Aug 4, 2023
@rickie rickie merged commit 2c47244 into master Aug 5, 2023
16 checks passed
@rickie rickie deleted the renovate/version.nullaway branch August 5, 2023 11:27
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