Skip to content

Spring Integration 4.1 to 4.2 Migration Guide

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.

Clone this wiki locally