You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gary Russell edited this page Feb 28, 2015
·
12 revisions
##Class Package Change
The ScatterGatherHandler class has been moved from org.springframework.integration.handler to org.springframework.integration.scattergather.
##TCP Serializers
The TCP Serializers no longer flush() the OutputStream; this is now done by the TcpNxxConnection classes. If you are using the serializers directly within user code, you may have to flush() the OutputStream after serialization.