-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.10
Tatu Saloranta edited this page Dec 8, 2018
·
83 revisions
Version 2.10 is under development, as of late-October 2018. It will potentially be the last 2.x minor release.
No changes planned so far.
First official version of the jackson-datatype-eclipse-collections (for Eclipse Collections was introduced in 2.10 (preview version included since 2.9.5)
None
Much of additional functionality mirrors changes that 3.0 developments are making, in form that will get some of the benefits, and should ease migration to 3.0.
Although full moved to immutable factories, mappers, by (only) using builder-style construction will only be included in 3.0, 2.10 does introduce builder-pattern itself (but does not force strict immutability beyond what 2.x API supports). Following issues outline changes
-
databind/#1954: Add Builder pattern for creating configured
ObjectMapperinstances- also add
JsonMapperas explicit type, through which builders are created and that exposes json-specific configuration
- also add
- core#433: Add Builder pattern for creating configured Stream factories