Hello experts,
We are migrating an application that was built on Sling 6 & Jackrabbit to Sling 10 & Oak. We are using Oak 1.6.8 which is the version used in the example Sling 10 application. After migration to Oak 1.6.8, we are seeing couple of changes in our application behavior as mentioned below: 1) Observed that jcr:createdBy attribute is missing for some of the configuration data in repository. I found below unanswered threads in stackoverflow which is similar to the issue we are facing. https://stackoverflow.com/questions/51709867/oak-repository-does-not-set-property-jcrcreatedby-when-saving-a-new-ntfile 2) jcr:primaryType attribute value is set as "nt:unstructured" for some configuration data instead of our project specific value. Am I missing anything obvious? Regards, Manikanta
