Skip to content

2.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 20:01
· 14 commits to trunk since this release

New

  • The built-in OptionalConverterFactory is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).

Fixed

  • Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic ClassCastException.