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-rsocketmodule andRSocketInboundGateway&RSocketOutboundGatewayJavaDocs, respectively -
Kotlin Jsr223 scripting support has been added into
spring-integration-scriptingmodule -
The
CacheRequestHandlerAdvicewas introduced to perform caching operations on thehandleRequestMessage()method in theAbstractReplyProducingMessageHandlerimplementations -
The
…RateLimiterRequestHandlerAdviceis also available for limiting access to thehandleRequestMessage()method logic