INT-1257, INT-1263 Moved MessageHistory, TrackableComponent, and MessageHistoryBeanPostProcessor to 'history' package.

This commit is contained in:
Mark Fisher
2010-08-25 20:56:50 +00:00
parent 9ed99eb10c
commit 0dc095a815
17 changed files with 23 additions and 19 deletions

View File

@@ -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

View File

@@ -30,5 +30,6 @@
<int:channel id="endOfThePipeChannel"/>
<bean class="org.springframework.integration.context.MessageHistoryBeanPostProcessor"/>
<bean class="org.springframework.integration.history.MessageHistoryBeanPostProcessor"/>
</beans>

View File

@@ -31,4 +31,5 @@
<int:channel id="endOfThePipeChannel"/>
<int:message-history/>
</beans>