Spring Integration 5.2 GA Available
Dear Spring Community,
On behalf of Spring Integration team I’m excited to announce that Spring Integration 5.2.0.RELEASE
is available.
It can be downloaded from our release repository and Maven Central:
compile "org.springframework.integration:spring-integration-core:5.2.0.RELEASE"
What’s New in this generation?
-
RSocket Support - an
RSocketInboundGateway
andRSocketOutboundGateway
are implemented for Reactive Streams support in the RSocket protocol. Seespring-integration-rsocket
module. -
FluxAggregatorMessageHandler
to produces window or buffer results based on the Project ReactorFlux
grouping and windowing functionality. -
RateLimiterRequestHandlerAdvice
andCacheRequestHandlerAdvice
are available for AOP aspects aroundMessageHandler.handleMessage()
. -
JSR223 implementation for Kotlin Scripts has been added into
spring-integration-scripting
module. -
The FTP and SFTP modules now provide an event listener for certain Apache Mina FTP/SFTP server events.
…