Fix typo in notes on future deprecation of the RestTemplate
Issue: SPR-16993 Obvious Fix
This commit is contained in:
committed by
Rossen Stoyanchev
parent
109552d868
commit
aa656c47b8
@@ -960,7 +960,7 @@ that supports both sync and async, as well as streaming scenarios.
|
||||
As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the
|
||||
`RestTemplate` with efficient support for both sync and async, as well as streaming
|
||||
scenarios. The `RestTemplate` will be deprecated in a future version and will not have
|
||||
major new features gong forward.
|
||||
major new features added going forward.
|
||||
====
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ libraries.
|
||||
As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the
|
||||
`RestTemplate` with efficient support for both sync and async, as well as streaming
|
||||
scenarios. The `RestTemplate` will be deprecated in a future version and will not have
|
||||
major new features gong forward.
|
||||
major new features added going forward.
|
||||
====
|
||||
|
||||
See <<integration.adoc#rest-client-access,RestTemplate>> for details.
|
||||
|
||||
Reference in New Issue
Block a user