Skip to content
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

Fix booleans in JacksonJsonpGenerator and add tests #327

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

swallez
Copy link
Member

@swallez swallez commented Jun 22, 2022

Fixes #165: a bug in boolean serialization, and adds tests.

The buggy method is never called by the Java API client, but its presence may have caused issues in other uses of the Jackson implementation of JsonGenerator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JacksonJsonpGenerator: wrong call in method public JsonGenerator write(String name, boolean value)
1 participant