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. |
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.gemfire.store.GemfireMessageStore(Cache)
- use the other constructor and provide a region directly.
|
org.springframework.integration.jpa.outbound.JpaOutboundGatewayFactoryBean(JpaExecutor)
since 4.2.5 in favor of
JpaOutboundGatewayFactoryBean.setJpaExecutor(JpaExecutor)
to avoid BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
org.springframework.integration.zookeeper.config.LeaderInitiatorFactoryBean(CuratorFramework, String, String)
since 4.2.5 in favor of appropriate setters
to avoid
BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |
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() |
org.springframework.integration.xmpp.config.XmppConnectionFactoryBean(XMPPTCPConnectionConfiguration)
since 4.2.5 in favor of
XmppConnectionFactoryBean.setConnectionConfiguration(XMPPTCPConnectionConfiguration)
to avoid BeanCurrentlyInCreationException
during AbstractAutowireCapableBeanFactory.getSingletonFactoryBeanForTypeCheck() |