Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.11.0 source code.tar.gz | 2024-03-28 | 458.5 kB | |
2.11.0 source code.zip | 2024-03-28 | 1.2 MB | |
README.md | 2024-03-28 | 435 Bytes | |
Totals: 3 Items | 1.7 MB | 0 |
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
.