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 APIs deprecated for removal in 6.2 #30608

Closed
14 tasks done
sbrannen opened this issue Jun 7, 2023 · 1 comment
Closed
14 tasks done

Remove APIs deprecated for removal in 6.2 #30608

sbrannen opened this issue Jun 7, 2023 · 1 comment
Assignees
Labels
type: task A general task
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Jun 7, 2023

Remove APIs that have been "deprecated for removal in 6.2".

Candidates

  • org.springframework.util.Base64Utils
  • org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
  • org.springframework.http.client.AbstractClientHttpResponse
  • org.springframework.http.client.ClientHttpResponse.getRawStatusCode()
  • org.springframework.http.client.observation.ClientHttpObservationDocumentation.HighCardinalityKeyNames.CLIENT_NAME
  • org.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.setExceptionHandler
  • org.springframework.web.reactive.HandlerResult.hasExceptionHandler
  • org.springframework.web.reactive.HandlerResult.applyExceptionHandler
  • org.springframework.web.reactive.socket.client.JettyWebSocketClient
  • org.springframework.web.socket.client.jetty.JettyWebSocketClient

[2024-11-22] Update:

Both JettyWebSocketClient variants were actually removed earlier, in 6.1 as part of the upgrade to Jetty 12, see #30698 and #29576. However, the work to re-implement Jetty support in WebFlux re-introduced a Jetty 12 based client in Spring WebFlux in 6.2, see #32097.

@sbrannen
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants