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

serializing result of the isXXX fields are incompatible since 2.10.1 #394

Closed
tokuhirom opened this issue Nov 5, 2020 · 2 comments
Closed
Labels

Comments

@tokuhirom
Copy link

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

@tokuhirom tokuhirom added the bug label Nov 5, 2020
@mattluce
Copy link

It may be related to this change.
#80

@dinomite dinomite added the 2.10 label Dec 19, 2020
@dinomite
Copy link
Member

I like the concise explanation, but closing in favor of #346

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

No branches or pull requests

3 participants