INT-1257, INT-1263 Moved MessageHistory, TrackableComponent, and MessageHistoryBeanPostProcessor to 'history' package.
This commit is contained in:
@@ -40,7 +40,6 @@ import org.springframework.integration.channel.DirectChannel;
|
||||
import org.springframework.integration.config.ConsumerEndpointFactoryBean;
|
||||
import org.springframework.integration.core.MessageChannel;
|
||||
import org.springframework.integration.core.MessageHandler;
|
||||
import org.springframework.integration.core.MessageHistory;
|
||||
|
||||
/**
|
||||
* @author Oleg Zhurakousky
|
||||
|
||||
@@ -30,5 +30,6 @@
|
||||
|
||||
<int:channel id="endOfThePipeChannel"/>
|
||||
|
||||
<bean class="org.springframework.integration.context.MessageHistoryBeanPostProcessor"/>
|
||||
<bean class="org.springframework.integration.history.MessageHistoryBeanPostProcessor"/>
|
||||
|
||||
</beans>
|
||||
|
||||
@@ -31,4 +31,5 @@
|
||||
<int:channel id="endOfThePipeChannel"/>
|
||||
|
||||
<int:message-history/>
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user