-
-
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
JsonAnySetter handling changed recently? #4795
Comments
Might be related to #4639 could you try 2.18.2 (latest)? |
@JooHyukKim where can I find 2.18.2 ? |
Ah, OK ... I guess I should just build the current repo (which points to 2.19.0-SNAPSHOT ... which confused me) |
Ah yes, sorry I should've mentioned that. |
@JooHyukKim yup, that seems to fix it, tnx! Closing the issue now, as fixed by the #4639 |
Phew! Awesome. Thank you for reporting @alesj ! |
Search before asking
Describe the bug
This used to work for me (in 2.17.2):
Now there is no
foo=bar
entry in thep
map.Version Information
2.18.1
Reproduction
Just run the test above.
Expected behavior
p
should havefoo=bar
entry.Additional context
No response
The text was updated successfully, but these errors were encountered: