INT-3631: Fix package tangle for ScatterGatherH
JIRA: https://jira.spring.io/browse/INT-3631 In addition add logging and SOUT hooks for `EnableIntegrationTests` to have more info for investigation of failures on CI like https://build.spring.io/browse/INT-MJATS41-JOB1-233
This commit is contained in:
committed by
Gary Russell
parent
195ee70568
commit
bc509da062
@@ -25,11 +25,19 @@
|
||||
<section id="4.2-file-outbound-channel-adapter">
|
||||
<title>File Outbound Channel Adapter</title>
|
||||
<para>
|
||||
The <code><int-file:outbound-channel-adapter></code> and
|
||||
The <code><int-file:outbound-channel-adapter></code> and
|
||||
<code><int-file:outbound-gateway></code> now support an <code>append-new-line</code> attribute.
|
||||
If set to <code>true</code>, a new line is appended to the file after a message is written.
|
||||
If set to <code>true</code>, a new line is appended to the file after a message is written.
|
||||
The default attribute value is <code>false</code>.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<title>Class Package Change</title>
|
||||
<para>
|
||||
The <classname>ScatterGatherHandler</classname> class has been moved from the
|
||||
<code>org.springframework.integration.handler</code> to the
|
||||
<code>org.springframework.integration.scattergather</code>.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
</chapter>
|
||||
|
||||
Reference in New Issue
Block a user