`RestTemplate` was `@Deprecated` via https://github.com/spring-projects/spring-framework/issues/36574 and is marked for removal in `8.0`. We need to deprecate all usages of `RestTemplate` and provide `RestClient` alternatives.
RestTemplatewas@Deprecatedvia spring-projects/spring-framework#36574 and is marked for removal in8.0.We need to deprecate all usages of
RestTemplateand provideRestClientalternatives.