Comment #1 by christianedwardgruber:
(No comment was entered for this change.)
Issue attribute updates:
Labels: Milestone-Release-1.2 Affects-1.1
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
New issue report by christianedwardgruber:
ComponentFactory, as-is is invalid, because the component factory
create method by itself relies
on external calling code to have knowledge of hte order of the constructors.
By merging them together, a component that implements AutowireAdapter
both provides the
internal knowledge to the outside party, and (by contract) consumes the
resulting constructor
parameters in the order it gave to the outside world.
Though not incorrect as a sub-interface, the parent interface really
didn't have enough information
to stand on its own. It was an artifact of the earlier 1.0 version
where the info was passed in as a
map, not an array.
Issue attributes:
Status: Accepted
Owner: christianedwardgruber
Labels: Type-Defect Priority-Critical OpSys-All Usability
Comment #2 by christianedwardgruber:
(No comment was entered for this change.)
Issue attribute updates:
Labels: Component-Container
Comment #3 by christianedwardgruber:
Fixed [commit 51]
Issue attribute updates:
Status: Fixed