You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reviewing #1391, I noticed that WsConfigurer beans are injected in DelegatingWsConfiguration, which forces them to be resolved before the low-level WS configuration takes place.
It would be better to inject an ObjectProvider and resolve them lazily. That would harmonize what we do elsewhere, e.g. in the cache abstraction of the Spring Framework.