-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
'JsonParser.getCurrentLocation()` byte/char offset update incorrectly for big payloads #603
Comments
Oh wow. Thank you for reporting this, providing fix. And yes, fix for #455 probably was it just looking at release notes. Should have caught that... |
@cowtowncoder Would be great if this could get released asap in 2.10.3. Thank you. |
@fabienrenaud Yes, I am thinking of when to release 2.10.3 -- full release takes hours and I don't have such time slots that often these days to use for a hobby. But maybe I can do that over this weekend; if not, then next one. |
The following test passes with jackson-core-2.10.0 and fails jackson-2.10.1:
In 2.10.1, the test fails with the following output:
Regression was introduced by PR #557 (issue #455)
The text was updated successfully, but these errors were encountered: