-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.11.4
Tatu Saloranta edited this page Dec 5, 2020
·
10 revisions
Patch version of 2.11, being developed as of December 2020.
Following fixes will be included.
-
#647: Fix NPE in
writeNumber(String)method ofUTF8JsonGenerator,WriterBasedJsonGenerator
- #2894: Fix type resolution for static methods (regression in 2.11.3)
-
#2944:
@JsonCreatoron constructor not compatible with@JsonIdentityInfo,PropertyGenerator
-
#186: Eager allocation of byte buffer can cause
java.lang.OutOfMemoryErrorexception