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

Closed
18 tasks done
sbrannen opened this issue Jun 30, 2024 · 0 comments
Closed
18 tasks done

Remove additional APIs deprecated for removal in 6.2 #33123

sbrannen opened this issue Jun 30, 2024 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Jun 30, 2024

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

Candidates

  • org.springframework.http.codec.ResourceHttpMessageWriter.addHeaders(ReactiveHttpOutputMessage, Resource, MediaType, Map<String, Object>)
  • org.springframework.web.bind.MethodArgumentNotValidException.errorsToStringList(List<? extends ObjectError>)
  • org.springframework.web.bind.MethodArgumentNotValidException.errorsToStringList(List<? extends ObjectError>, MessageSource, Locale)
  • org.springframework.web.bind.MethodArgumentNotValidException.resolveErrorMessages(MessageSource, Locale)
  • org.springframework.web.bind.support.WebExchangeBindException.resolveErrorMessages(MessageSource, Locale)
  • org.springframework.web.service.invoker.HttpRequestValues.HttpRequestValues(HttpMethod, URI, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object)
  • org.springframework.web.service.invoker.HttpRequestValues.getBody()
  • org.springframework.web.service.invoker.HttpRequestValues.getBodyElementType()
  • org.springframework.web.service.invoker.HttpRequestValues.Builder.addRequestPart(String, P, ResolvableType)
  • org.springframework.web.service.invoker.HttpRequestValues.Builder.setBody(P, ParameterizedTypeReference<T>)
  • org.springframework.web.service.invoker.HttpRequestValues.Builder.createRequestValues(HttpMethod, URI, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object)
  • org.springframework.web.service.invoker.HttpServiceProxyFactory.builder(HttpClientAdapter)
  • org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder.clientAdapter(HttpClientAdapter)
  • org.springframework.web.util.UriComponentsBuilder.parseForwardedFor(HttpRequest, InetSocketAddress)
  • org.springframework.web.reactive.function.client.support.WebClientAdapter.forClient(WebClient)
  • org.springframework.web.reactive.result.view.freemarker.FreeMarkerView.getTemplate(Locale)

Update Notice for removal to 7.0

  • org.springframework.http.client.OkHttp3ClientHttpRequestFactory
  • org.springframework.web.util.UriComponentsBuilder.fromHttpRequest(HttpRequest)

Related Issues

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

No branches or pull requests

3 participants