-
Notifications
You must be signed in to change notification settings - Fork 175
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
2.10.1 seems to output JSON field where name of function matches name of private field #270
Comments
@cowtowncoder anything in databind that would cause that? I'm checking the diff from 2.10.0 to 2.10.1 of the Kotlin module in case, but not sure what could have that impact. |
No changes in databind, but I wonder if fix here for #80 might have this as side effect? (as that was added in 2.10.1 but not in 2.10.0 |
Yes, looks like there's accidental match. I think I can fix this quite easily, in time for 2.10.2. |
2.10.2 now released. |
Behaviour change, this code produces a different result to 2.10.0, where
field
would not be rendered:produces:
{"field":"hello","upper":"HELLO"}
The text was updated successfully, but these errors were encountered: