Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    4.2-milestone-2
 - 
    None
 
- 
        N/A
 - 
        N/A
 - 
        
 
Description
I'm not sure this should be a bug but in the current state it's not possible to provide mocks to be injected in collections of components.
@Inject List<ComponentRole> dependencies;
Currently the role of this dependency is considered as a whole, in this case "List<ComponentRole>" instead of a list of implementations.