Interface and Description |
---|
org.springframework.messaging.simp.user.UserSessionRegistry
in favor of
SimpUserRegistry in combination with
ApplicationListener listening for
AbstractSubProtocolEvent events. |
Field and Description |
---|
org.springframework.beans.factory.config.AutowireCapableBeanFactory.AUTOWIRE_AUTODETECT
as of Spring 3.0: If you are using mixed autowiring strategies,
prefer annotation-based autowiring for clearer demarcation of autowiring needs.
|
org.springframework.beans.factory.support.AbstractBeanDefinition.AUTOWIRE_AUTODETECT
as of Spring 3.0: If you are using mixed autowiring strategies,
use annotation-based autowiring for clearer demarcation of autowiring needs.
|
org.springframework.jmx.support.MBeanRegistrationSupport.REGISTRATION_FAIL_ON_EXISTING
since Spring 3.2, in favor of
RegistrationPolicy.FAIL_ON_EXISTING |
org.springframework.jmx.support.MBeanRegistrationSupport.REGISTRATION_IGNORE_EXISTING
since Spring 3.2, in favor of
RegistrationPolicy.IGNORE_EXISTING |
org.springframework.jmx.support.MBeanRegistrationSupport.REGISTRATION_REPLACE_EXISTING
since Spring 3.2, in favor of
RegistrationPolicy.REPLACE_EXISTING |
Constructor and Description |
---|
org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder(Method)
as of 4.2 deprecated in favor of alternative constructors
that accept the controllerType.
|
org.springframework.test.context.web.WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) |
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
|