- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
I just noticed this:
Lines 222 to 230 in c26c7b6
/** | |
* Support for | |
* {@link org.springframework.http.client.OkHttp3ClientHttpRequestFactory}. | |
* | |
* @deprecated since 3.2.0 for removal in 3.4.0 | |
*/ | |
@Deprecated(since = "3.2.0", forRemoval = true) | |
@SuppressWarnings("removal") | |
static class OkHttp { |
We should do a sweep of the code and see if there's anything else that we've missed previously.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement