DSL: Fixes and polishing after upgrade

* Upgrade to SI 4.0.3 and Boot 1.1.4
* Add `HeaderEnricherSpec#headerChannelsToString()`
* Fix `DslRecipientListRouter` according core changes
* Fix `Amqp` and `Jms` modules for the bug around "All Message creators need a BeanFactory"
using fake `new DefaultListableBeanFactory()` for `(Amqp)JmsChannelFactoryBean`
This commit is contained in:
Artem Bilan
2014-07-17 14:53:17 +03:00
parent 24e8c59878
commit f6c9f1305b
9 changed files with 57 additions and 35 deletions

View File

@@ -29,8 +29,8 @@ ext {
jmsApiVersion = '1.1-rev-1'
log4jVersion = '1.2.17'
slf4jVersion = '1.7.6'
springIntegrationVersion = '4.0.2.RELEASE'
springBootVersion = '1.1.0.RELEASE'
springIntegrationVersion = '4.0.3.RELEASE'
springBootVersion = '1.1.4.RELEASE'
linkHomepage = 'https://github.com/spring-projects/spring-integration-extensions'
linkCi = 'https://build.spring.io/browse/INTEXT'