-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.19.2
Tatu Saloranta edited this page Jul 18, 2025
·
6 revisions
Patch version of 2.19, released 18-Jul-2025.
Following fixes are included in this patch release.
-
#5215:
@JsonAnyGetter
serialization order change from 2.18.4 to 2.19.0 -
#5202:
JsonSetter.contentNulls
ignored forObject[]
,String[]
andCollection<String>
- (see issue [#54] for Jakarta-RS providers)
UTF8JsonGenerator
copies the static singleton of DEFAULT_PRETTY_PRINTER, then uses it during the JSON serialization.
-
#54:
UTF8JsonGenerator
copies the static singleton of DEFAULT_PRETTY_PRINTER, then uses it during the JSON serialization.
-
#198: No deserializer for
long[]
type