You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latest version (2.6.1) users are starting to get this error:
java.lang.ArrayIndexOutOfBoundsException: length=8000; index=8000
at com.fasterxml.jackson.dataformat.smile.SmileParser._findDecodedFromSymbols(SmileParser.java:1898)
at com.fasterxml.jackson.dataformat.smile.SmileParser._handleFieldName(SmileParser.java:1521)
at com.fasterxml.jackson.dataformat.smile.SmileParser.nextToken(SmileParser.java:587)
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. A reproducible test case would be great, if possible.
I am unfortunately (wrt Smile module, not me :) ) on vacation, and will be returning next week.
But once I get back I should be able to fix this, and get 2.6.2 update (or, depending, 2.6.1-1 micro-patch) out very soon.
With latest version (2.6.1) users are starting to get this error:
java.lang.ArrayIndexOutOfBoundsException: length=8000; index=8000
at com.fasterxml.jackson.dataformat.smile.SmileParser._findDecodedFromSymbols(SmileParser.java:1898)
at com.fasterxml.jackson.dataformat.smile.SmileParser._handleFieldName(SmileParser.java:1521)
at com.fasterxml.jackson.dataformat.smile.SmileParser.nextToken(SmileParser.java:587)
The text was updated successfully, but these errors were encountered: