You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In 6.4x, the method getCloudConfigObjectFromPath(Class,String) is deprecated, replaced by
Object getCloudConfigObjectFromPath(Resource, Class, String)
If we use uber-jar 6.4.x, the framework will not work.
How can we add the "resource" here?
Hi,
In 6.4x, the method getCloudConfigObjectFromPath(Class,String) is deprecated, replaced by
Object getCloudConfigObjectFromPath(Resource, Class, String)
If we use uber-jar 6.4.x, the framework will not work.
How can we add the "resource" here?
https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector/blob/aem640-crosslang/core/src/main/java/com/adobe/granite/translation/connector/bootstrap/core/impl/BootstrapTranslationServiceFactoryImpl.java
(line 87)
https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/diff-previous/changes/com.adobe.granite.translation.core.TranslationCloudConfigUtil.html
https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/javadoc/com/adobe/granite/translation/core/TranslationCloudConfigUtil.html#getCloudConfigObjectFromPath-org.apache.sling.api.resource.Resource-java.lang.Class-java.lang.String-
The text was updated successfully, but these errors were encountered: