Skip to content

AutoValue 1.10.4

Compare
Choose a tag to compare
@eamonnmcmanus eamonnmcmanus released this 08 Sep 23:40
· 184 commits to main since this release
  • A workaround for a JDK bug with reading jar resources has been extended so it always applies, rather than just as a fallback. See #1572. (3f69cd2)
  • If an AutoValue property method is @Nullable, the corresponding field in the generated class will be too. This was already the case for TYPE_USE @Nullable or if the method had @CopyAnnotations, but now @Nullable will be copied in other cases too. (4506804)