-
-
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
JsonStreamContexts are not build the same way for write.. and convert methods #984
Comments
Ideally contexts would work identically, but implementations do differ. Convert uses |
Yes, I think I can reproduce this with 2.6.3. |
Turns out |
You are too fast for me :) i planned to provide you with a test. I will now try it against your snapshot. |
I did a quick test now and this fixes the issue. Thanks 👍
|
Ok good. At least it's not something that's obviously not fixed by my change. :) |
HI
I got an issue reported in my jackson-antpathfilter project that the filtering is not working correctly when it is used together with Jackson's convert feature: Antibrumm/jackson-antpathfilter#2
During the investigation i found out that the cause is that the writeContext is created differently and I am wondering if this is the desired behavior or if that's a bug for you.
In this comment (Antibrumm/jackson-antpathfilter#2 (comment)) I print out what is found in the writeContext and I have created a TestCase to reproduce the error.
Please let me know what you think.
The text was updated successfully, but these errors were encountered: