-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[kotlin-spring] Move Jackson annotation from field to getter #10825
[kotlin-spring] Move Jackson annotation from field to getter #10825
Conversation
Thanks for the PR. Please follow step 3 in the PR checklist to update the samples so that the CI can verify the change. cc @jimschubert (2017/09) ❤️, @dr4ke616 (2018/08) @karismann (2019/03) @Zomzog (2019/04) @andrewemery (2019/10) @4brunu (2019/11) @yutaka0m (2020/03) |
@wing328 Thanks for the reminder. Step 3, done. |
I don't have much experience with jackson, but I think we already merge something similar to kotlin client. |
Is there a reason this is not merged ? quite simple solution to strange api spec (not invalid). |
@juherr could you please fix the conflicts? Thanks |
Hi @juherr, thanks for this fix. Would it be possible to get it merged? |
In some case, Jackson will duplicate entries when the annotation is on field See FasterXML/jackson-databind#1609
4d1fa15
to
b42b38c
Compare
@volsusdev PR rebased |
Awesome, thank you guys. Looking forward for the next release including this fix 🙂 |
In some cases, Jackson will duplicate entries when the annotation is on the field.
The behavior is expected, see FasterXML/jackson-databind#1609
Also, a similar issue exists on the java generator: #5705
Ping @jimschubert