-
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.15.0 changed the result of serialization of functions returning boolean #670
Comments
This is a destructive change caused by #641. There were certainly undesirable aspects to this change. The reasons are as follows
Unless we get a lot of requests or find a better fix, I would like to hold off on fixing this issue. |
For me it breaks the serialization of one of my projects. I didn't expect the change according to the release notes / migration guide. Or did I overlook something? Generally I don't have problems with this change, it's just it's unexpected behavior for me. |
Yes, we did not detect that such regression was occurring. |
Thank you very much. |
@k163377 can this be closed due to https://github.com/FasterXML/jackson-module-kotlin/blob/2.16/release-notes/VERSION-2.x#L25-L27 ? |
Describe the bug
The result in serialization of a function returning a boolean is changed from version 2.14.2 and 2.15.0.
To Reproduce
2.14.2
2.15.0
Expected behavior
The serialization of functions does not change.
Versions
Kotlin: 1.8.20
Jackson-module-kotlin: 2.15.2
Jackson-databind: SpringBoot: 3.0.6 (brings jackson-databind 2.14.2)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: