You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/01/14 20:52:59 UTC

[jira] Work started: (FELIX-879) Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector

     [ https://issues.apache.org/jira/browse/FELIX-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-879 started by Felix Meschberger.

> Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-879
>                 URL: https://issues.apache.org/jira/browse/FELIX-879
>             Project: Felix
>          Issue Type: Improvement
>          Components: Configuration Admin
>    Affects Versions: configadmin-1.0.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: configadmin-1.0.6
>
>
> Currently the configuration admin requires configuration values to be a scalar, an array or a Vector. There is a request to be more lenient and allow any Collection as value instead of just Vector. In addition, then internally such collection values should be handled as a list.
> Whate needs to be done:
>   * Internally use a List (actually probably ArrayList) to maintain the values
>   * Accept any Collection as a value
>   * When a Collection value is provided, copy it into an internal collection to prevent class loading issues and issues with the colleciton data if the collection is later modified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.