[ 
https://issues.apache.org/jira/browse/KARAF-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341173#comment-17341173
 ] 

Jean-Baptiste Onofré commented on KARAF-7097:
---------------------------------------------

OK, I found the problem. It's when the configuration (regular or factory) 
contains an array.

For instance, the following doesn't cause cycling update:
{code:java}
{ "foo": "bar" }{code}
whereas this one causes cycling update:
{code:java}
{ "foo": [ "bar" ] } {code}

> JsonConfigInstaller is continuously updating configurations
> -----------------------------------------------------------
>
>                 Key: KARAF-7097
>                 URL: https://issues.apache.org/jira/browse/KARAF-7097
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>            Reporter: Oliver Lietz
>            Assignee: Jean-Baptiste Onofré
>            Priority: Blocker
>         Attachments: karaf.log.1.zip
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to