-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Coercion of null
Strings to "" incorrect for 3.0
#359
Labels
3.x
Issue planned for 3.x (and not 2.x)
Comments
Was fixed. |
No, not fixed; test was simply moved under failing. Re-opening. |
What is the status of this issue? |
@mensinda If there are no updates on the issue, typically nothing has happened. |
@cowtowncoder Oh, sorry for the noise. I did not check this manually and did not notice the major version bump... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With rewrite of XML module for 3.0, something is wrong with coercion if null values -- so after #354 resolved this for 2.x, there is now one unit test that only fails for 3.0.
This is due to combination of null->Empty coercion in
XmlMapper
, line ~85:but removing that line will fail a bunch of other tests that do expect empty String from input to be taken as empty String, not null.
The text was updated successfully, but these errors were encountered: