Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
Remove the PicoContainer dependency from the ContainerAdapters, i.e. remove the container member and its getter/setter and modify getInstance and verify with a PicoContainer parameter, that will be used to resolve eventual depenencies. This change will also have impact on the Parameter interface, that will have now the methods isResolvable and resolve.
http://cvs.picocontainer.codehaus.org/viewrep/~br=MX_PROPOSAL/picocontainer/java/picocontainer/src/java/org/picocontainer/ComponentAdapter.java?r=1.15.2.4
http://cvs.picocontainer.codehaus.org/viewrep/~br=MX_PROPOSAL/picocontainer/java/picocontainer/src/java/org/picocontainer/Parameter.java?r=1.15.2.3
This is done in the current MX_BRANCH and means merging back into HEAD anything related to this change.
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
Merged significant parts of MX_PROPOSAL branch into HEAD.
Contains:
Done. Anything could be build, all tests passed.