Question
[Actions Center] Deprecated Service User Mapping Detected
Hi, To resolve "Deprecated Service User Mapping Detected", I created the following file under the osgiconf of the ui.config
"org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended.cfg.json"
Following are its sample content.
{
"user.mapping": [
"com.adobe.acs.acs-aem-commons-bundle:twitter-updater=[serviceuser--com.adobe.acs.acs-aem-commons-bundle--twitter-updater]",
"aem-precompiled-scripts:scene7-asset-reader-service=[serviceuser--aem-precompiled-scripts--scene7-asset-reader-service]"
]
}
Does it look good to resolve the "Deprecated Service User Mapping Detected"? Or is there anything more to do?