Hi all, when using the ContentRepository API with the JCR plugins (as installed by the Jcr builder), autocreated properties are not generated.
IIUC, this happens because org.apache.jackrabbit.oak.util.TreeUtil#autoCreateItems is only called when using a org.apache.jackrabbit.oak.jcr.delegate.NodeDelegate, instead of being part of the logic executed by org.apache.jackrabbit.oak.plugins.nodetype.TypeEditor. I think that TypeEditor, instead of NodeDelegate, should take care of autocreated items. What do you think?
