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

ObjectReader.readValues() ignores offset and length when reading an array #1362

Closed
wastevenson opened this issue Sep 1, 2016 · 2 comments
Closed
Milestone

Comments

@wastevenson
Copy link

ObjectReader.readValues ignores offset and length when reading an array. If _dataFormatReaders it will always use the full array:

https://github.com/FasterXML/jackson-databind/blob/2.7/src/main/java/com/fasterxml/jackson/databind/ObjectReader.java#L1435

@cowtowncoder
Copy link
Member

I'll be. Right you are. Thank you for reporting this!

@cowtowncoder cowtowncoder changed the title ObjectReader.readValues ignores offset and length when reading an array ObjectReader.readValues() ignores offset and length when reading an array Sep 2, 2016
@cowtowncoder cowtowncoder added this to the 2.7.8 milestone Sep 2, 2016
@cowtowncoder
Copy link
Member

Fixed for 2.7.8/2.8.3 (earlier branches are closed)

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

2 participants