| Interface and Description |
|---|
| org.springframework.integration.expression.IntegrationEvaluationContextAware
since 4.2 in favor of
IntegrationContextUtils.getEvaluationContext(org.springframework.beans.factory.BeanFactory)
direct usage from the afterPropertiesSet implementation.
Will be removed in the next release. |
| org.springframework.integration.core.LifecycleMessageSource
since 4.2 in favor of direct
Lifecycle usage. |
| Class and Description |
|---|
| org.springframework.integration.expression.IntegrationEvaluationContextAwareBeanPostProcessor
since 4.2 in favor of
IntegrationContextUtils.getEvaluationContext(org.springframework.beans.factory.BeanFactory)
direct usage from the afterPropertiesSet implementation.
Will be removed in the next release. |
| org.springframework.integration.transformer.MessageTransformingChannelInterceptor
It is not generally recommended to perform functions
such as transformation in a channel interceptor.
|
| org.springframework.integration.aggregator.PassThroughMessageGroupProcessor
since 4.2; use
SimpleMessageGroupProcessor |
| Annotation Type and Description |
|---|
| org.springframework.integration.annotation.Header
since 4.1 in favor of
Header.
Will be removed in a future release. |
| org.springframework.integration.annotation.Headers
since 4.1 in favor of
Headers.
Will be removed in a future release. |
| org.springframework.integration.annotation.Payload
since 4.1 in favor of
Payload.
Will be removed in a future release. |
| Constructor and Description |
|---|
| org.springframework.integration.config.CorrelationStrategyFactoryBean(Object)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
| org.springframework.integration.config.CorrelationStrategyFactoryBean(Object, String)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
| org.springframework.integration.MessageRejectedException(Message<?>)
since 4.2 in favor of
MessageRejectedException.MessageRejectedException(Message, String) |
| org.springframework.integration.transformer.MessageTransformationException(Message<?>, Throwable)
since 4.2 in favor of
MessageTransformationException.MessageTransformationException(Message, String, Throwable). |
| org.springframework.integration.config.ReleaseStrategyFactoryBean(Object)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
| org.springframework.integration.config.ReleaseStrategyFactoryBean(Object, String)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |