We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 APIs that have been "deprecated for removal in 6.1".
org.springframework.util.Assert
org.springframework.core.task.support.ConcurrentExecutorAdapter
org.springframework.test.web.reactive.server.ExchangeResult.getRawStatusCode()
org.springframework.http.HttpMethod.resolve(String)
org.springframework.http.HttpRequest.getMethodValue()
org.springframework.http.client.HttpComponentsClientHttpRequestFactory.setReadTimeout(int)
org.springframework.http.client.reactive.ClientHttpResponse.getRawStatusCode()
org.springframework.jdbc.datasource.init.ScriptUtils
org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.reactive.function.client.ClientResponse.rawStatusCode()
The text was updated successfully, but these errors were encountered:
Deprecate obsolete Assert APIs for removal in 6.1
af170f6
See gh-29449
Remove APIs deprecated for removal in 6.1
7df2e2a
This is the first commit that removes deprecated APIs. Subsequent commits will remove additional deprecated APIs. See gh-29449
I made an initial pass to remove deprecated APIs in af170f6 and 7df2e2a.
The team will make an additional pass in conjunction with #30604.
In light of that, I am closing this issue.
Sorry, something went wrong.
sbrannen
No branches or pull requests
Remove APIs that have been "deprecated for removal in 6.1".
Candidates
org.springframework.util.Assert
org.springframework.core.task.support.ConcurrentExecutorAdapter
org.springframework.test.web.reactive.server.ExchangeResult.getRawStatusCode()
org.springframework.http.HttpMethod.resolve(String)
org.springframework.http.HttpRequest.getMethodValue()
org.springframework.http.client.HttpComponentsClientHttpRequestFactory.setReadTimeout(int)
org.springframework.http.client.reactive.ClientHttpResponse.getRawStatusCode()
org.springframework.jdbc.datasource.init.ScriptUtils
org.springframework.web.HttpRequestMethodNotSupportedException
org.springframework.web.reactive.function.client.ClientResponse.rawStatusCode()
The text was updated successfully, but these errors were encountered: