-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
(Regression) Serialization of a class containing Option[JsonNode] fails #103
Comments
Thanks for the report. I'll look into this as soon as I can. |
Glad to. בתאריך יום רביעי, 9 באוקטובר 2013, Christopher Currie כתב:
|
Thanks! |
Right now at best this might be in a 2.2.3-1 (something I dislike doing, as end users seldom find those versions), as upstream Jackson doesn't currently have plans for 2.2.4. Either will likely wait until 2.3 is out the door, but I will try to lay the groundwork for it so that it can happen quickly thereafter. |
A 2.2.3-1 would be very appreciated, thanks. |
Version 2.3.0-rc1 has been released with this fix. It'd be a big help if you could try out the release candidate and let us know if you have any issues. |
Between 2.2.1 and 2.2.2 the OptionSerializer was made " with ContextualSerializer" due to #81
This somehow caused serialization of classes containing an Option[JsonNode] to fail.
This gist (https://gist.github.com/ittaiz/6903795) contains a failing test.
If you could point me at the right direction I'd be more than happy to try and contribue a pull request
The text was updated successfully, but these errors were encountered: