Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to link ObjectCodec with JsonFactory copy constructor #460

Closed
cowtowncoder opened this issue May 16, 2018 · 1 comment
Closed

Failing to link ObjectCodec with JsonFactory copy constructor #460

cowtowncoder opened this issue May 16, 2018 · 1 comment
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: came from FasterXML/jackson-databind#2038)

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.

cowtowncoder added a commit that referenced this issue May 16, 2018
@cowtowncoder cowtowncoder added this to the 2.9.6 milestone May 16, 2018
@cowtowncoder
Copy link
Member Author

Fixed for 2.9.6 (and in 2.8 branch for 2.8.11.1 micro-patch if one is ever released).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant