-
Enhancement
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
-
None
Delay EntryWrappingInterceptor extracting metadata from the command until it really needs it. It currently extracts it on the way down but it's not used until it handles replies. Hence, any updates done to a command's metadata by an interceptor deeper down than EntryWrappingInterceptor are currently ignored.