I am trying to retrieve the bundle's last modified date within an OSGi Service usingbundle = FrameworkUtil.getBundle(this.getClass());
bundle.getLastModified();It works in the local instance but not in AEM cloud where the bundle is null. Is there any reason for this behaviour in the aem cloud alone?