Hi friends, Does this https://nvd.nist.gov/vuln/detail/CVE-2021-44228 and https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228 vulnerability apply to AEM 6.5 and 6.1 ? Did anyone face any issues with it? The vulnerability is with org.Apache.logging.Log4j.logger but I see our AEM is using l...
I use a generic list to manage colours on my website. Each list item has a colour name, and a hex code as its value. I recently changed many of the hex codes, but components referencing the color list are still using the old hex codes. When I look in CRXDE, I see the old hex codes. is there a reason...
Hi Team, we have more content which is store in DAM say we have approximately 1 to 2TB of data.Now we have move entire content from one environment to another we have package manager but not sure whether we can move that huge data any suggestion plz that huge content. RegardsManikantha R
hi, it's AEM 6.5 I'm extending Carousel component, I added some custom data fields passing configuration data from cq:dialog.AEM data layer is not enabled (I tried to enable it but same result)What I experience that only oob Carousel data are accessible, like data-cmp-autoplay and data-cmp-delay bu...
Hello All, I am doing customization of Adobe CQ DAM Expiry Notification. To understand the existing logic of Adobe CQ DAM Expiry Notification , I have de compiled the bundle(com.day.cq.dam-dam-core). Then noticed Adobe CQ DAM Expiry Notification is a scheduler named: ExpiryNotificationJobImpl.java a...
Hi Team, Adobe documentation pages for ex- below one going to 404 page- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/moving/getting-started.html?lang=en Is everyone facing the same? RegardsAnkur
Hi all, We upgraded AEM 6.2 to 6.5.0. After upgrading, the customized main bundle in "Installed" state. I upgraded uber jar into 6.5.0 as well. I also tried upgrading 2.2.2 to 3.0.18. But, the issues didn't solve. pom.xml<dependency><groupId>org.apache.sling</groupId><artifactId>org.apache.sling.jcr...
Hello there,I've run into an import package version mismatch problem in cq-wcm-foundation bundle after performing an in place upgrade to 6.5. Please read the notes below for more details:1. Note that this error occurs right when I start my author instance for the first time. It can't be related to d...
We are inheriting Core language navigation component in the project. The website is using SSI to provide the header and footer. Language Navigation component is a part of header. After dispatcher layer, the component is not working while navigating to the corresponding page in other language/region....
I have a child component as a multi-field of my parent component, I know I can initialize child component using cq:template but since I dont know how many child components ill add from dialog box, I cant initialize fix number of child components in parents cq:template. Any ideas will be helpful.