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

Support single valued and empty arrays for all supported types #23

Merged
merged 1 commit into from
Mar 27, 2017
Merged

Support single valued and empty arrays for all supported types #23

merged 1 commit into from
Mar 27, 2017

Conversation

JPMoresmau
Copy link
Contributor

Should fix #21 , added tests for all types to verify behavior for non empty and empty arrays.

@JPMoresmau
Copy link
Contributor Author

On my machine I had to change the parent pom.xml to use the latest version of databind with FasterXML/jackson-databind@60ae600

@cowtowncoder
Copy link
Member

Excellent. Yes, method for convenient handling of arrays was just added, so requires post 2.9.0.pr2 jackson-databind.

I'll be happy to merge this. Just one formality (unless I've already this asked for this): Contributor License Agreement, from:

https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf

usually easiest to print, fill & sign, scan, email to info at fasterxml dot com.
Only needs to be done once, good for all contributions for Jackson projects.
If we could get that I'll merge this ASAP.

Thank you in advance!

@JPMoresmau
Copy link
Contributor Author

OK, sent you a CLA via email.

@cowtowncoder cowtowncoder merged commit cb5161f into FasterXML:master Mar 27, 2017
@cowtowncoder
Copy link
Member

Excellent, merging!

@cowtowncoder cowtowncoder added this to the 2.8.8 milestone Mar 27, 2017
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

Successfully merging this pull request may close these issues.

DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS not respected
2 participants