NullAway v0.8.0 Release Notes

    • ๐Ÿ‘Œ Improve suppression of subcheckers, using full AST path (#392)
    • ๐Ÿ‘Œ Support null implies false library models (#394)
    • ๐Ÿ‘‰ Make @ChecksForNull an alias for @Nullable (#397)
    • ๐Ÿ›  Fix: android-jar.py's exit code. (#399)
    • โฌ†๏ธ Upgrade Error Prone dependencies to 2.4.0. (#400)
      • And fix detected issues (#403, #404)
    • ๐Ÿ‘ Allow library models of the form null param -> null return (#407)
    • ๐Ÿ‘‰ Make excluded class annotations work on nested classes (#412)
    • ๐Ÿ‘Œ Improved Map handling: Strings and integers. (#413)
    • ๐Ÿ— Also -SNAPSHOT builds are being published correctly again (#409)
    • ๐Ÿ†• New android-jarinfer-models-sdk29 artifact for Android 10