We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Serialization result of the following code is incompatible between jackson-module-kotlin 2.10.0 and 2.10.1.
data class FooKt(var isUsingBar: Boolean)
Jackson version: 2.10.0 {"usingBar":true} Jackson version: 2.10.1 {"isUsingBar":true}
To Reproduce
here's a reproducable repository:
https://github.com/tokuhirom/jackson-field-name-incompatiblity
Expected behavior
Both 2.10.0 and 2.10.1 shows same result.
Versions Kotlin: 1.4.10 Jackson-module-kotlin:2.10.0, 2.10.1 Jackson-databind: 2.10.0, 2.10.1
The text was updated successfully, but these errors were encountered:
It may be related to this change. #80
Sorry, something went wrong.
I like the concise explanation, but closing in favor of #346
is
No branches or pull requests
Describe the bug
Serialization result of the following code is incompatible between jackson-module-kotlin 2.10.0 and 2.10.1.
To Reproduce
here's a reproducable repository:
https://github.com/tokuhirom/jackson-field-name-incompatiblity
Expected behavior
Both 2.10.0 and 2.10.1 shows same result.
Versions
Kotlin: 1.4.10
Jackson-module-kotlin:2.10.0, 2.10.1
Jackson-databind: 2.10.0, 2.10.1
The text was updated successfully, but these errors were encountered: