Hi all, Currently if A adapts to [B, D], and B adapts to [C], adapter manager will not adapt A to C even if it is potentially possible.
AdapterManager.getAdapter method has to be called twice. I have done some code modifications and made operation transitive. Do you think that it would be worth to add this new capability to AdapterManagerImpl? Regards, Miroslav
