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

Problem serializing ObjectReader (and possibly ObjectMapper) in 2.6 #899

Closed
cowtowncoder opened this issue Aug 14, 2015 · 1 comment
Closed

Comments

@cowtowncoder
Copy link
Member

Looks like serializability is missing for one of new (2.6) helper classes, CompactStringObjectMap, leading to problems with systems like Apache Spark that may need to serialize handlers like ObjectReader and/or ObjectWriter.

cowtowncoder added a commit that referenced this issue Aug 14, 2015
cowtowncoder added a commit that referenced this issue Aug 14, 2015
@cowtowncoder cowtowncoder added this to the 1.9.13 milestone Aug 14, 2015
@cowtowncoder
Copy link
Member Author

Looks like there were a few issues in trying to serialize ObjectMapper or ObjectWriter if (but only if) JsonSerializer(s) was being pre-fetched. Improved testing and implementation to make formerly failing cases work. While not (fully) 2.6 problem (was occurring in some form in 2.5), fix is only in 2.6 to try to reduce likelihood of regression for 2.5 maintenance branch.

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