You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the copy constructor of JsonFactory is just ignoring passed-in codec, instead of assigning.
This makes JDK serialize/deserialized mappers and associate JsonFactory lose linkage.
The text was updated successfully, but these errors were encountered:
(note: came from FasterXML/jackson-databind#2038)
Looks like the copy constructor of
JsonFactory
is just ignoring passed-incodec
, instead of assigning.This makes JDK serialize/deserialized mappers and associate
JsonFactory
lose linkage.The text was updated successfully, but these errors were encountered: