Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
it should be possible to also create nested resources using the ContentBuilder.create method:
Resource nested = context.create().resource("/my/path", ImmutableMap.<String,Object>of( "prop1", "value1", "child1", ImmutableMap.<String,Object>of( "prop2","value2", "child2", ImmutableMap.<String,Object>of( "prop3", "value3") ) ));
Attachments
Issue Links
- is related to
-
SLING-8628 sling-mock: Ensure consistent order of nested resources created with ContentBuilder
- Closed