-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ArrayIndexOutOfBoundException in 2.6.0 #884
Comments
This is indeed the right place to report the bug, thank you for reporting it! |
@alterGauner Unfortunately example at SO is incomplete: I do need the full POJO definitions. While number of fields is helpful, actual field names may matter as well; and definitely annotations that indicate use of |
Thanks! I was able to figure out the root cause and fix it, with the test case. Much appreciated. |
Great job, thumbs up! |
Hi, it's my first time that i report an issue for jackson-databind and i didn't find any other reporting possibility for bugs.
Short story: After updating to jackson-databind 2.6.0 i receive an ArrayindexOutOfBoundException in one of my testcases. Downgrade is not an option, because 2.6.0 fixes another bug...
I documented this bug here: http://stackoverflow.com/questions/31761225/jackson-databind-arrayindexoutofboundexception-version-2-6-0 (better layout possibilities).
kr
The text was updated successfully, but these errors were encountered: