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
-
Activity
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -
| Resolution | Fixed [ 1 ] | |
| Assignee | Benjamin Bentmann [ bentmann ] | |
| Fix Version/s | 3.0-alpha-4 [ 14951 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
To be more precise, this is a regression in Maven 3.x. The bug is present in all released versions of Maven 2.x