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.