Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Testing Sling Mock 2.3.0
Description
currently the ContentLoader implementation always ignores properties with jcr:uuid property, because it's not possible to set a uuid manually when creating nodes in via the JCR API in a real oak repository.
but this restriction only applies when using the JCR_OAK resource resolver type - for the other types, especially RESOURCERESOLVER_MOCK and JCR_MOCK, this should be allowed to support unit tests relying on uuid versions present.