-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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 additional APIs deprecated for removal in 6.1 #30604
Comments
I have removed the APIs that I marked for removal. Note that |
@rstoyanchev, it appears that the remaining items fall under your area of expertise, so I've assigned this issue to you. |
The remaining ones are relatively recent deprecations, 6.0.6 for |
What is the replacement of CronSequenceGenerator? |
It says so right in the Javadoc |
Overview
This is a follow up to gh-29449.
Candidates
org.springframework.scheduling.support.CronSequenceGenerator
org.springframework.http.codec.multipart.DefaultPartHttpMessageReader.setStreaming(boolean)
org.springframework.http.server.reactive.AbstractServerHttpRequest
For Removal in 6.2
See #30608
was only marked for removal in a 6.0.x maintenance release, to be removed in 6.2.org.springframework.util.Base64Utils
was only marked for removal in 6.1, though deprecated in 6.0.org.springframework.http.client.AbstractClientHttpResponse
was only marked for removal in 6.1, though deprecated in 6.0.org.springframework.http.client.ClientHttpResponse.getRawStatusCode()
was only marked for removal in a 6.0.x maintenance release, to be removed in 6.2org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames.CLIENT_NAME
was only marked for removal in a 6.0.x maintenance release, to be removed in 6.2org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation.HighCardinalityKeyNames.CLIENT_NAME
org.springframework.web.filter.reactive.ServerWebExchangeContextFilter.get(Context)
org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler.handleBindException(BindException, HttpHeaders, HttpStatusCode, WebRequest)
org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver.handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object)
org.springframework.web.reactive.HandlerResult
org.springframework.web.reactive.socket.client.JettyWebSocketClient
org.springframework.web.socket.client.jetty.JettyWebSocketClient
The text was updated successfully, but these errors were encountered: