You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
/*** Create a new instance of the {@link RestTemplate} using default settings. * Default {@link HttpMessageConverter}s are initialized. * @since 2.0 registers a default set of {@link HttpMessageConverter}s*/
Spring 2.0 registers default converters. My converter will be the last, so default GSON captures everything, not my extended one.
Solving: RestTemplate(boolean registerDefaultConverters) use the new constructor with false in generated code.
I also post an issue to spring, to change the default constructor for backward compatibilitiy
Spring 2.0 registers default converters. My converter will be the last, so default GSON captures everything, not my extended one.
Solving: RestTemplate(boolean registerDefaultConverters) use the new constructor with false in generated code.
I also post an issue to spring, to change the default constructor for backward compatibilitiy