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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user