Hi,I am facing a security audit issue.On the author instance of AEM 6.1 we have restricted user access to AEM communities, as communities is not used in our project.But the error show by AEM reveals all the details of paths and components which we need to hide due to security concerns.Is there any p...
Hi Scott,I checked the dependency finder,please find the below screen shots of the same:In dependency finder as well as the bundle console shows the version of the package as 2.9.1 which I have already added as maven dependency in the project.
Hi,I have already added uber jar dependency in the pom.xml file.Please find the below dependency which is added in the pom.xml file of the project: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis...
Hi,As I am trying to migrate my backend code base from AEM 6.1 to AEM 6.4, I came across the following issue.The dependency for org.joda.time,version=[1.6,2) and org.joda.time.format,version=[1.6,2) cannot be resolved.According to one of the helpx.adobe.com some of the methods for this dependency a...
Also the dependency for com.adobe.cq.sightly.cq-wcm-sightly-extension mentioned under /system/console/depfinder also has the dependency of :<dependency> <artifactId>cq-wcm-sightly-extension</artifactId> <version>1.5.12</version> <groupId>com.adobe.cq.sightly</groupId> <scope>provided</scope> </depen...
Hi Jorg Hoh,The AEM 6.4 instance which I am using for migration is one on which I have performed in place migration i.e replaced the AEM 6.1 jar with the new AEM 6.4 jar.I checked for the com.adobe.cq.sightly.cq-wcm-sightly-extension package in system console of my instance and found its version to ...
Hi,I am facing a similar issue for AEM 6.4 migration from AEM 6.1.I have added the uber-jar dependency yet its not working for me.Maven Uber Jar dependency: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version...
Hi gauravb10066713,Is maven-scr-plugin:1.7.4 generated by archetype 11 or is it carried over from your 6.1 pom.xml?Ans:::::::::: The maven-scr-plugin:1.7.4 is carried over from 6.1 pom.xml.As I am working on migration from AEM 6.1 to 6.4, I am slow and steadily changing the existing code targeting t...
Hi,As I am trying to upgrade from AEM 6.1 to AEM 6.4, I need to change the extension of all the classes from WCMUse to WCMUsePojo. Have added the required dependency in the projects parent pom.xml as well : <dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</a...
Hi,Is it possible to extended the in build Microsoft Translator to translate pages in English language to Indian Regional Language like Tamil, Kannada, Marathi, Bengali apart from Hindi which is supported by default in AEM 6.4. If anyone has used Google Translator plugin to achieve the same in their...