-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Improve so that KotlinSerialization can be applied before Jackson2 #29009
Conversation
@meloning Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@meloning Thank you for signing the Contributor License Agreement! |
The proposed change on @rstoyanchev Are you ok with doing that on |
Also, parts AbstractMessageBrokerConfiguration and AllEncompassingFormHttpMessageConverter are in the same situation, can I fix it in the PR and upload it? |
target class: - RestTemplate class - AbstractMessageBrokerConfiguration class - AllEncompassingFormHttpMessageConverter class
…ersCustomAndDefault test cases
…RestTemplate.defaultMessageConverters exists
Hello @sdeleuze @rstoyanchev Please check and review. |
Hi @rstoyanchev @sdeleuze Please check. |
Merged a refined version via bb3ada4, thanks! |
Reference Issue: Issue-29008
I expect to need test code, but I can't find the previously written test code. Can you give me a guide on writing test code?