[ https://issues.apache.org/jira/browse/FELIX-6560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598898#comment-17598898 ]
Robert wunsch commented on FELIX-6560: -------------------------------------- Thanks, [~cziegeler] ! > Interpolation of embedded arrays does not work > ---------------------------------------------- > > Key: FELIX-6560 > URL: https://issues.apache.org/jira/browse/FELIX-6560 > Project: Felix > Issue Type: Bug > Components: Configuration Admin > Affects Versions: configadmin-interpolation-plugin-1.2.4 > Reporter: Carsten Ziegeler > Assignee: Carsten Ziegeler > Priority: Major > Fix For: configadmin-interpolation-plugin-1.2.6 > > > If a configuration property is already a string array, and at least one of > the values contains a placeholder which gets replaced with an array, then the > resulting array should contain these array values as separate values. > Right now, the array value will be a string array. > For example: > property=[ "1000", "$[prop:foo;type=String[];delimiter=,]", "4000"] > with foo="2000,3000" > should result in ["1000", "2000", "3000", "4000"] > Right now it results in > ["1000", ["2000", "3000"], "4000"] -- This message was sent by Atlassian Jira (v8.20.10#820010)