Spring Integration 4.3 GA is Available
Dear Spring community,
I’m pleased to announce that Spring Integration Framework 4.3 GA is now available from repo.spring.io, as well as Maven Central! Also the maintainance 4.2.8 version has been released, too. Together with an internal 4.2.7 release it includes some important bug fixes.
In addition to the feature themes mentioned in 4.3 RC1 announcement, the GA release includes several major changes:
-
Upgrade to Spring Framework 4.3 GA, Spring AMQP 1.6 GA, Spring Security 4.1 GA;
-
The
FtpRemoteFileTemplate
now providesExistsMode
option to control how anexists()
operation should work; -
The
FileSplitter
lets representFileMarker
object as a JSON string (markersJson
option) to avoid an additionalspring-integration-file
dependency on the consumer applications in distributed environments; -
A new
JdbcLockRegistry
feature has been introduced. Special thanks to Dave Syer! -
The Integration
…Graph
has been improved with generic gateway nodes andLinkNode
now has atype
(input
,output
,error
,discard
,route
) property for better visualization experience;