Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-4
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
the component multicaster functionality was removed form the PicoContainer interface, and classes that depend on it have to link to the DefaultPicoContainer class. To promote interoperability, I've written a ComponentMulticasterPicoAdapter, that is able to add multicaster functionality to any PicoContainer implementation.
To keep the contract of the exisitng implementation, I had to add a method to the PicoContainer interface: List getUnmanagedInsntaces().
There were few different ways of approaching the problem of unmanged componetns, and I'm not sure if I've chosen the right one.
Activity
Rafal Krzewski
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | multicasterAdapter.diff [ 11164 ] |
Aslak Hellesøy
made changes -
Assignee | Aslak Hellesoy [ rinkrank ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 1.0 [ 10145 ] | |
Resolution | Fixed [ 1 ] |
Aslak Hellesøy
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Aslak Hellesøy
made changes -
Fix Version/s | 1.0-beta-4 [ 10412 ] | |
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Fix Version/s | 1.0 [ 10145 ] |
a patch that introduces the described functionality