Jochen Terstiege opened SWS-713 and commented
The InterceptorsBeanDefinitionParser scans for interceptors in the following order: first "bean", then "ref", and so on. I.e. the order in which the interceptors are called is dependent on the way the interceptors are included.
One would expect that the interceptors are called in the order in which they were specified, so that changing a "bean" to a "ref" does not modify the calling order.
Affects: 2.0.2
Referenced from: commits 9f9e06d
1 votes, 1 watchers