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 additional APIs that have been "deprecated for removal in 6.2".
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)
org.springframework.http.client.OkHttp3ClientHttpRequestFactory
org.springframework.web.util.UriComponentsBuilder.fromHttpRequest(HttpRequest)
The text was updated successfully, but these errors were encountered:
Remove deprecated methods scheduled for removal in 6.2
bd4823e
See gh-33123
Update deprecation notices
9409543
ade8128
rstoyanchev
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: