-
-
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
Jackson 2.7.1 doesn't work with jdk6 due to use of Collections.emptyIterator()
#1134
Comments
Well, maybe it's not actually an issue as you stated that 2.7.x has jdk7 base line But this quote:
Is not true. |
@saladinkzn Thank you for reporting this. Usage is accidental and is indeed contradicting the statement. Simple compatibility testing I tried managed to not notice this problem unfortunately. Will try to fix this for 2.7.2. |
Collections.emptyIterator()
Thank you for reporting this; issue fixed in 2.7.2. Please let me know if you uncover other similar issues. |
See FasterXML/jackson-databind#1134 Fix courtesy of @thachhoang Closes #644
Collections.emptyIterator() is not available on jdk6:
The text was updated successfully, but these errors were encountered: