Spring Integration 5.2 Milestone 2 Available
On behalf of Spring Integration team I am pleased to announce that Spring Integration 5.2.0.M2
is available.
It can be downloaded from our milestone repository:
compile "org.springframework.integration:spring-integration-core:5.2.0.M2"
Highlights
-
The RSocket channel adapters are available now for full reactive network interaction between client and server. See
spring-integration-rsocket
module andRSocketInboundGateway
&RSocketOutboundGateway
JavaDocs, respectively -
Kotlin Jsr223 scripting support has been added into
spring-integration-scripting
module -
The
CacheRequestHandlerAdvice
was introduced to perform caching operations on thehandleRequestMessage()
method in theAbstractReplyProducingMessageHandler
implementations -
The
…RateLimiterRequestHandlerAdvice
is also available for limiting access to thehandleRequestMessage()
method logic