Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-M1
-
Component/s: Core: Lifecycle
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
A duplicate registration is when the exact same instance is registered twice:
MyListener listener = new MyListener();
muleContext.registerListener(listener);
muleContext.registerListener(listener);
This should result in listener being invoked once and not twice as it is currently, for the notification it is listening to.
Issue Links
Activity
Daniel Feist
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
A duplicate registration is when the exact same instance is registered twice:
MyListener listener = new MyListener(); muleContext.registerListener(listener); muleContext.registerListener(listener); |
Daniel Feist
made changes -
Daniel Feist
made changes -
| Description |
A duplicate registration is when the exact same instance is registered twice:
MyListener listener = new MyListener(); muleContext.registerListener(listener); muleContext.registerListener(listener); |
A duplicate registration is when the exact same instance is registered twice:
MyListener listener = new MyListener(); muleContext.registerListener(listener); muleContext.registerListener(listener); This should result in {{listener}} being invoked once and not twice as it is currently, for the notification it is listening to. |
Daniel Feist
made changes -
| Fix Version/s | Tech. Debt [ 10572 ] | |
| Priority | To be reviewed [ 6 ] | Minor [ 4 ] |
Daniel Feist
made changes -
| Assignee | Daniel Feist [ dfeist ] |
Daniel Feist
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 3.0.0-M2 [ 10653 ] | |
| Fix Version/s | Tech. Debt [ 10572 ] | |
| Resolution | Fixed [ 1 ] |
Daniel Feist
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Daniel Feist
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Fix Version/s | ITR30 [ 10815 ] | |
| Resolution | Fixed [ 1 ] |
Daniel Feist
made changes -