AttributeDefinition with an empty default value must attribute must result in a
single (empty string) entry string array
------------------------------------------------------------------------------------------------------------------------
Key: FELIX-2094
URL: https://issues.apache.org/jira/browse/FELIX-2094
Project: Felix
Issue Type: Bug
Components: Metatype Service, Specification compliance
Affects Versions: metatype-1.0.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: metatype-1.0.6
Given an attribute definition of sorts
<AD ... default="" />
should result in an AttributeDefinition.getDefaultValue() returning a String[]{
"" }
Currently such a default value is assumed to be null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.