-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.19
Tatu Saloranta edited this page Oct 31, 2024
·
21 revisions
Jackson Version 2.19 development is being started in September, 2024.
This wiki page gives a list of links to all changes (with brief descriptions) that will be included, as well as about original plans for bigger changes (and in some cases changes to plans, postponing).
Branch is under development.
No release yet
Same as Jackson 2.18, SDK 26
Same as Jackson 2.18
- No changes since 2.18
-
#1328: Optimize handling of
JsonPointer.head()
-
#2461: Nested
@JsonUnwrapped
property names not correctly handled -
#2951: Allow inverting
@JsonProperty(access=)
withMapperFeature.INVERSE_READ_WRITE_ACCESS
to work differently on server and client side - #4674: Allow setting global enum naming strategy similar to property naming strategy
- #4676: Support other enum naming strategies than camelCase