Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wilkinsona opened this issue Oct 18, 2024 · 0 comments
Closed
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@wilkinsona
Copy link
Member

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.

@wilkinsona wilkinsona added this to the 3.4.x milestone Oct 18, 2024
@wilkinsona wilkinsona added the type: enhancement A general enhancement label Oct 18, 2024
@wilkinsona wilkinsona self-assigned this Oct 18, 2024
@wilkinsona wilkinsona modified the milestones: 3.4.x, 3.4.0-RC1 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant