v8.1.0
What's Changed
- [docs] Update with the latest changes and use compilable examples by @swallez in #52
- Make assemble check on PR by @philkra in #10
- Fix race condition in LazyDeserializer initialization by @swallez in #59
- Change the JSON-P implementation from Glassfish to Parsson by @swallez in #63
- Accept null values in arrays by @swallez in #68
- Add links to javadoc and source code by @swallez in #73
- Fix javadoc links, using branch information provided by the doc build system by @swallez in #92
- Add workaround for missing header in snapshot request by @swallez in #116
- Add support for typed-key arrays, refactor and add tests by @swallez in #125
- Add tests for #87 and #88 by @swallez in #126
- Make Jackson object mapper available from custom deserializers by @swallez in #129
- Add tests for compact ErrorCause by @swallez in #133
- Fallback to current class if loading a Jsonp provider using ServiceLoader fails (#173) by @swallez in #176
- [Backport 8.1] Fix jsonb url by @github-actions in #179
Full Changelog: v8.0.1...v8.1.0