-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.15
Tatu Saloranta edited this page Dec 20, 2022
·
137 revisions
Jackson Version 2.15 is being planned as of November 2022.
This wiki page gives a list of links to all changes (with brief descriptions) that will be included, as well as about some of the active plans for changes and fixes to include.
No release yet
None written yet.
None yet
Same as Jackson 2.14 except:
- Hibernate module build now requires JDK 11 (due to Hibernate 6 module)
Changes to be included in the release.
No changes yet
-
#851: Add
StreamReadFeature.USE_FAST_BIG_NUMBER_PARSERto enable fasterBigDecimal,BigIntegerparsing
-
#3654: Infer
@JsonCreator(mode = Mode.DELEGATING)from use of@JsonValue) -
#3676: Allow use of
@JsonCreator(mode = Mode.PROPERTIES)creator for POJOs with "empty String" coercion - #3680: Timestamp in classes inside jar showing 02/01/1980
-
#3682: Transient
Fields are not ignored as Mutators if there is visible Getter
-
#158: Add
jackson-datatype-hibernate6for Hibernate 6