Skip to content

Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780

@wilkinsona

Description

@wilkinsona

I just noticed this:

/**
* 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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions