Class and Description |
---|
org.springframework.format.datetime.joda.JodaTimeConverters.DateTimeToDateMidnightConverter |
org.springframework.http.client.OkHttpAsyncClientHttpRequest
as of Spring 5.0, in favor of OkHttp 3.x
|
org.springframework.http.client.OkHttpAsyncClientHttpRequest.OkHttpListenableFuture |
org.springframework.http.client.OkHttpClientHttpRequest
as of Spring 5.0, in favor of OkHttp 3.x
|
org.springframework.http.client.OkHttpClientHttpRequestFactory
as of Spring 5.0, in favor of OkHttp 3.x
|
org.springframework.http.client.OkHttpClientHttpResponse
as of Spring 5.0, in favor of OkHttp 3.x
|
org.springframework.beans.factory.xml.XmlBeanFactory
as of Spring 3.1 in favor of
DefaultListableBeanFactory and
XmlBeanDefinitionReader |
Annotation Type and Description |
---|
org.springframework.lang.UsesJava7 |
org.springframework.lang.UsesJava8 |
Constructor and Description |
---|
org.springframework.asm.Handle(int, String, String, String)
this constructor has been superseded
by
Handle.Handle(int, String, String, String, boolean) . |
Enum Constant and Description |
---|
org.springframework.http.HttpStatus.DESTINATION_LOCKED |
org.springframework.http.HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE |
org.springframework.http.HttpStatus.METHOD_FAILURE |
org.springframework.http.HttpStatus.MOVED_TEMPORARILY
In favor of
HttpStatus.FOUND which will be returned from HttpStatus.valueOf(302) |
org.springframework.http.HttpStatus.REQUEST_ENTITY_TOO_LARGE
In favor of
HttpStatus.PAYLOAD_TOO_LARGE which will be returned from HttpStatus.valueOf(413) |
org.springframework.http.HttpStatus.REQUEST_URI_TOO_LONG
In favor of
HttpStatus.URI_TOO_LONG which will be returned from HttpStatus.valueOf(414) |
org.springframework.http.HttpStatus.USE_PROXY
due to security concerns regarding in-band configuration of a proxy
|