Remove additional APIs that have been "deprecated for removal in 6.2".
Candidates
- [x]
org.springframework.http.codec.ResourceHttpMessageWriter.addHeaders(ReactiveHttpOutputMessage, Resource, MediaType, Map<String, Object>)
- [x]
org.springframework.web.bind.MethodArgumentNotValidException.errorsToStringList(List<? extends ObjectError>)
- [x]
org.springframework.web.bind.MethodArgumentNotValidException.errorsToStringList(List<? extends ObjectError>, MessageSource, Locale)
- [x]
org.springframework.web.bind.MethodArgumentNotValidException.resolveErrorMessages(MessageSource, Locale)
- [x]
org.springframework.web.bind.support.WebExchangeBindException.resolveErrorMessages(MessageSource, Locale)
- [x]
org.springframework.web.service.invoker.HttpRequestValues.HttpRequestValues(HttpMethod, URI, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object)
- [x]
org.springframework.web.service.invoker.HttpRequestValues.getBody()
- [x]
org.springframework.web.service.invoker.HttpRequestValues.getBodyElementType()
- [x]
org.springframework.web.service.invoker.HttpRequestValues.Builder.addRequestPart(String, P, ResolvableType)
- [x]
org.springframework.web.service.invoker.HttpRequestValues.Builder.setBody(P, ParameterizedTypeReference<T>)
- [x]
org.springframework.web.service.invoker.HttpRequestValues.Builder.createRequestValues(HttpMethod, URI, String, Map<String, String>, HttpHeaders, MultiValueMap<String, String>, Map<String, Object>, Object)
- [x]
org.springframework.web.service.invoker.HttpServiceProxyFactory.builder(HttpClientAdapter)
- [x]
org.springframework.web.service.invoker.HttpServiceProxyFactory.Builder.clientAdapter(HttpClientAdapter)
- [x]
org.springframework.web.util.UriComponentsBuilder.parseForwardedFor(HttpRequest, InetSocketAddress)
- [x]
org.springframework.web.reactive.function.client.support.WebClientAdapter.forClient(WebClient)
- [x]
org.springframework.web.reactive.result.view.freemarker.FreeMarkerView.getTemplate(Locale)
Update Notice for removal to 7.0
- [x]
org.springframework.http.client.OkHttp3ClientHttpRequestFactory
- [x]
org.springframework.web.util.UriComponentsBuilder.fromHttpRequest(HttpRequest)
Related Issues
-
30608
-
31492