Shannon Gallagher created ARIES-1877: ----------------------------------------
Summary: Array type properties do not evaluate as equal on reload update strategy (blueprint-cm) Key: ARIES-1877 URL: https://issues.apache.org/jira/browse/ARIES-1877 Project: Aries Issue Type: Bug Components: Blueprint Affects Versions: blueprint-cm-1.3.0 Reporter: Shannon Gallagher When the CmPropertyPlaceholder is evaluating if configurations have been updated and it needs to reload, there is a bug if the properties being compared are arrays. In our use case, we are seeing string arrays that should be equal evaluate as not equal. Code in question: https://github.com/apache/aries/blob/1afa8a3c181cca7896a764d4f9e902623873a172/blueprint/blueprint-cm/src/main/java/org/apache/aries/blueprint/compendium/cm/CmPropertyPlaceholder.java#L158-L160 -- This message was sent by Atlassian JIRA (v7.6.3#76005)