Upgrade to SI 5.2.0.M4
This commit is contained in:
@@ -171,14 +171,14 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-framework-bom</artifactId>
|
||||
<version>5.2.0.M3</version>
|
||||
<version>5.2.0.RC1</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.integration</groupId>
|
||||
<artifactId>spring-integration-bom</artifactId>
|
||||
<version>5.2.0.M3</version>
|
||||
<version>5.2.0.M4</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
<!-- Do some error handling -->
|
||||
<int:transformer input-channel="errorChannel"
|
||||
output-channel="invalidMessageChannel" expression="payload.cause.cause.message" />
|
||||
output-channel="invalidMessageChannel" expression="payload.cause.message" />
|
||||
|
||||
<int:channel id="invalidMessageChannel" />
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user