Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-3
-
None
-
None
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.