Hi all,When running a maven build for a local installation of AEM, the very first thing it does is to reach out to the maven central repo and download an old version of log4j that has known vulnerabilitiesI want latest version needs to be download for log4j[DEBUG] Importing foreign packages into cla...
Hi,I was trying similar kind of approach to generate rendtions for my image but it was creating wrong width and height , expecetd width and height 1600 , 800 but i got 1280X639 , what could be the possible issue , I tried passing the thhumbnail config also but no use .Any sugesstions on this ? @Pro...
Hello Team, For testing purpose, I have downloaded this project.https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/extensibility/ui/content-fragments/examples/editor-custom-fieldRan the command: npm install to install the dependencies.Ran the command: aio ap...
Hi Folks, I have configured a vanity path for one of the pages. It is working fine in the dev author and publish environments. However, it is not working in the dispatcher, throwing a 404 error in the network tab for the HTML and model.json files for that page. I have made the necessary dispatc...
Hi all, We have some prefill services running on our AEM stack, we want to check the server health by prefilling a sample template with just a field. This service is a REST endpoint and the we make GET requests to it. I was trying to setup a dispatcher redirectsomething like RewriteRule /healthchec...
Hi Team,We have a bunch of static pages with rich CSS and JS. As part of the migration to AEM as a Cloud Service, the customer needs to get the same pages in AEM. We don't need to create specific components; the pages should render as they are.One suggestion I have received is to create a new templa...
Hi there, I'm trying to use Universal Editor locally using this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/local-dev But page is opened in old `editor.html` only. I use AEM SDK for AEM v2025.3.19823 and Universal E...
Hi there, I'm trying to use Universal Editor locally using this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/local-dev But page is opened in old `editor.html` only. What I'm done:1. Downloaded and run AEM SDK for AEM...
Hi Team I have one requirement where I have to create a Content Fragment Model which contains checkbox/dropdown based on the selection of value in the checkbox/dropdown there should be 2 fields which should be visible or hide. Kindly advise how can I achieve this in content fragments. Thanks in adva...
In AEM 6.5.21 we require to create PDFs from static HTML(with inline CSS) programatically as a DAM asset.We have an endpoint that gives text/html response HTML(with inline CSS).Have tried PDFBox but it displays the html content as text in the PDF.