Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-10
-
Fix Version/s: 1.0-alpha-10
-
Component/s: Container
-
Labels:None
Description
Currently the CollectionConverter uses the configuration element for the parameters to determine the implementation of the
elements that go in the collection.
For instance, a field declaration like 'private List someThing;' in package.SomeComponent
will trigger a check for the existence of class package.SomeThing.
We should be able to do the same for other complex types:
private SomeInterface someImpl;
will trigger a check for ...SomeImpl.
Issue Links
- is depended upon by
-
MNG-2293
maven-plugin-descriptor: Not possible to define a default implementation for a field defined by its interface
-
fixed in 3346.
Tried to update the commit log since I fixed it first and later added an issue, but that failed.