| 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.amqp.AmqpHeaders
in favor of
AmqpHeaders.
Will be removed in a future release. |
| org.springframework.integration.security.config.ChannelSecurityInterceptorFactoryBean
in favor of direct
ChannelSecurityInterceptor usage and
SecuredChannel annotation. |
| 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.gemfire.store.GemfireMessageStore(Cache)
- use the other constructor and provide a region directly.
|