Releases: OpenAPITools/jackson-databind-nullable
Releases · OpenAPITools/jackson-databind-nullable
v0.2.6 released
v0.2.5 released
What's Changed
- Add support for Collection<JsonNullable> in the JsonNullableValueExtractor by @tofi86 in #35
- minor optimizations and simplifications to JsonNullable by @bratkartoffel in #43
- Add support for jakarta-validation by @bratkartoffel in #42
- Add "Automatic-Module-Name" to manifest, fix usage as java 9+ module by @bratkartoffel in #41
New Contributors
- @tofi86 made their first contribution in #35
- @bratkartoffel made their first contribution in #43
Full Changelog: v0.2.4...v0.2.5
v0.2.4 released
What's Changed
- Fix CVE-2022-42003 by @animalet in #37
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3 released
What's Changed
- jackson-base 2.13.3, add getAbsentValue by @julianladisch in #32
v0.2.2 released
Security fix: #22