Spring Integration 4.3.2 is Available
I’m pleased to announce that Spring Integration maintenance version 4.3.2
has been released. It is available in the spring release repo and Maven Central. It’s strongly recommended for everyone to upgrade because of the bug fixes and improvements contained in the release.
While you can find all the changes for 4.3.2
in its Release Notes, here are some highlights:
-
It is a foundation for upcoming Spring Boot 1.4.1;
-
The
RmiOutboundGateway
now can be supplied withRmiProxyFactoryBeanConfigurer
to get access to underlyingRmiProxyFactoryBean
for customization, e.g.ContextPropagatingRemoteInvocationFactory
; -
Added
TcpConnectionFailedEvent
- An event emitted when a connection could not be established for some reason; -
The
spring.integration.readOnly.headers
global integration property to let to exclude some headers from replying, e.g. undesired or incompatiblecontentType
, populated by some transformers by default. …