Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-3
-
Fix Version/s: 3.0-alpha-4
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
As Igor discovered, the changes made for MNG-4429 caused a regression regarding lookup of singleton components. In detail, a scenario like
/** @component */ private Component singleton1; /** @component roleHint="default" */ private Component singleton2;
will get two different instances of the same singleton component.
Issue Links
- depends upon
-
PLX-444
Multiple signleton component instances with wildcard rolehint lookup
-