Spring Integration 4.2 Release Candidate is Available
We are pleased to announce that the final release candidate for Spring Integration 4.2 (4.2.0.RC1
) is now available in the spring milestone repository.
Features of this release include:
Security Context Propagation
The security context can now be propagated across ExecutorChannel
and QueueChannel
s. The framework takes care of clearing the inherited security context when the downstream flow completes.
STOMP Client Channel Adapters
STOMP client-side channel adapters based on the support in Spring Framework 4.2 are now available (the initial work announced in milestone 1 is now complete).