-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Spring Integration 5.1 to 5.2 Migration Guide
Artem Bilan edited this page Feb 22, 2019
·
10 revisions
The ChannelInterceptorAware has been deprecated in favor of org.springframework.messaging.support.InterceptableChannel with exact functionality.
A protected AbstractMessageChannel.getInterceptors() method to obtain an internal AbstractMessageChannel.ChannelInterceptorList has been renamed to the getIChannelInterceptorList() since it clashes with the InterceptableChannel.getInterceptors() and they have a different return types.
The VetoCapableInterceptor.shouldIntercept() signature has been changed to accept an InterceptableChannel already.