-
-
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
writeRawValue() corrupts state in FilteringGeneratorDelegate #588
Comments
Sorry, it still fails on the same line with the same message. |
I can not reproduce: this passes for me as expected (wrt fixes mentioned above), with build from 2.10 branch. Maybe snapshot builds have not been updated? I'll do explicit maven deploy just in case, but I do think one of (or both) those issues was what you saw. |
Sorry for the noise, you are right. I've cloned the repo to local, ran the above snippet against master, and it worked. Probably I used an older SNAPSHOT version in my previous check. I've created PR #589, of which I actually should have done in the first place, adding the above check to the tests. Closing this issue. Thanks for your prompt help. |
No problem -- better safe than sorry! 2.10.2 now released. |
Thanks so much @cowtowncoder! 🙏 I have never witnessed such a prompt and responsible support for such a popular F/OSS project. Keep up the great job! |
Below snippet causes a
JsonGenerationException
with Can not write a field name, expecting a value message. WhenFilteringGeneratorDelegate
is removed, code works as expected againstJsonGenerator
. (Using jackson-core version 2.9.10.)The text was updated successfully, but these errors were encountered: