[
https://issues.apache.org/jira/browse/KARAF-7097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341177#comment-17341177
]
Jean-Baptiste Onofré commented on KARAF-7097:
---------------------------------------------
This is due to the {{Map.equals()}}. Let me explain: Map.equals() doesn't work
when the value type is array, as an array's equals() method compares identity
and not the contents of the array.
So, equals directly on array compare "instance", not values. In our case, we
want to check the array values are the same.
> 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)