-
-
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
Either
deserializers Option[T]
with value None as null
#472
Comments
Apparently this is covered in tests as valid behavior: Lines 29 to 37 in c29c398
That basically makes Either containing Option not possible. Is this really correct?
|
@dope9967 those tests are not specifically about Either wrapping Options - this looks like a use case that was not considered and it should ideally be fixed Would you be able to try producing a Pull Request to fix this? 2.10 will not have any more releases. 2.11 is probably not a good place for a big change. I would suggest targeting the 2.12 branch. |
@pjfanning sure, I can give it a try. |
should be fixed in 2.12.0-SNAPSHOT now - I will backport to 2.11.3-SNAPSHOT in near future |
Jackson version 2.10.3.
Code to reproduce:
The text was updated successfully, but these errors were encountered: