mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Mention when RestTemplate will be removed
`RestTemplate` is deprecated, this commit amends the JavaDoc to mention its scheduled removal for the next major version, Spring Framework 8.0. See gh-36574
This commit is contained in:
@@ -100,7 +100,7 @@ import org.springframework.web.util.UriTemplateHandler;
|
||||
* @see RequestCallback
|
||||
* @see ResponseExtractor
|
||||
* @see ResponseErrorHandler
|
||||
* @deprecated as of 7.1, in favor of {@link RestClient}.
|
||||
* @deprecated as of 7.1, in favor of {@link RestClient}. For removal in 8.0.
|
||||
*/
|
||||
@Deprecated(since = "7.1", forRemoval = true)
|
||||
@SuppressWarnings("removal")
|
||||
|
||||
Reference in New Issue
Block a user