stefanseifert commented on PR #48: URL: https://github.com/apache/sling-org-apache-sling-api/pull/48#issuecomment-1547976582
i'm quite sure all these method added in 1.8 still use the default JDK implementation and thus should not be affected by Sling module updates (looking e.g. at https://github.com/apache/sling-org-apache-sling-jcr-resource/blob/master/src/main/java/org/apache/sling/jcr/resource/internal/JcrModifiableValueMap.java). so i think it should be safe to rely on the documentation on those methods in the JDK javadocs, and according to them all compute and merge methods may modify the map. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
