Rename scr.property attribute "refValues" to "valueRefs"
--------------------------------------------------------
Key: FELIX-1038
URL: https://issues.apache.org/jira/browse/FELIX-1038
Project: Felix
Issue Type: Bug
Components: Maven SCR Plugin
Affects Versions: maven-scr-plugin-1.0.10
Reporter: Felix Meschberger
The @scr.property tag for the Maven SCR Plugin can name initial values for the
property in four ways:
a single value, using the "value" attribute
mutliple values, using attributes prefixes with "values."
a single reference to a value, using the "valueRef" attribute
multiple references to values, using attributes prefixed with "refValues."
Naturally, I would expect the multi-reference value prefix to be "valueRefs."
instead of "refValues.", which would be more in line with the direct value
specification of "value" vs. "values.".
We might still want to keep support for the "refValues." prefix for backwards
compatibility. But documentation should be updated to refer to "valueRef" and
"valueRefs."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.