Hello Community Team,Since long time we were using SonarQube for Code Quality check and coverage for our AEM projects. But recent versions of SonarQube (v17 and above) have upgraded to provide support for Java 17+ and it is not backward compatible.Since, AEM 6.5 is compatible with Java 11 only does ...
Hi,I was trying to embed a video in rich text editor through source edit as below .On saving the dialog the video tag is getting saved in the property but when I open the dialog again the video tag is not appearing and at the same time the video is not being displayed on the page too .<video width="...
Hi,I am trying to integrate AWS Cognito on a custom servlet. Such that whenever I make a GET call to /bin/customServlet it should do a token based authentication and give the response accordingly.can some one please provide any inputs/examples on integrating AWS Cognito with AEM.AEM version: 6.5.17 ...
I'm at a loss for what to do - Please HELP!!I have been using Designer for the last 4 years but I'm at a complete loss as to why one of my forms fields is not working as it should. Background:I have a form with dependencies i.e. if X is selected then hidden fields ABC are shown. Field C is a repeat...
I see adobe has updated bulk import with two more options in the dropdown in the documentation on June 13, 2024 site https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/assets-view/bulk-import-assets-view1. Dropbox2. Onedrive However when we login to the site, ...
If I have created a service say PolicyService and I should be able to call this service only once in say Component A in a webpage, and whatever value is returning or logic is being executed in PolicySevice should be rendered in all other components of the webpage? Basically service call should be ha...
Hello Team, I wanted to read json file from DAM location in my sling model. Can, someone help me with a valid, performance efficient logic? Thanks in advance.
Hello Everyone, I have few pages under: /content/abc/us/en which is having node property: article value as blogNow, I need to find out list of pages under: /content/abc/us/en where property "article" has the value: blog.How can I write the query using Java Stream option. Output will be list of p...
Background: I have pages that are tagged with CUG policy to allow read access to the page to the user who belongs to a specific group. The access for the end-user works as expected. However, I would like the service user to have access to all the nodes in JCR tree regardless of if the resource has C...
A third party tool will upload a JSON file with the required data into the DAM. Based on the provided page details from JSON, such as page_path, page_name, and other configurations, a page needs to be created.Will PageManager support creating all the nodes in the JSON? How?