Hi Team,We are moving from AMS to AEMaaCS and re-designing and implementing the components. Can anyone help us with documentation on which JUnit is recommended and also quick turn-around time to meet to 80% coverage?
Once I edit my source page (master) and then try to add it to XTM Job again, a launch page gets created. There an inconsistent issue where the launch pages are getting created multiple times causing duplication and change of page url.Why are these duplicate pages getting created?
when trying to upgrade POM with version : 2025.1.19149.20250116T154450Z-241100 and found that test cases are failing with below error. [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in com.cbdt.core.userreport.services.impl.ReportStoreServiceImplTest[ERROR...
I am implementing S3 bucket for datastore, have some open question and could not found clarity anywhere so posting here. I followed the document (https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-16057) 1. Which version of s3 connector is compatible with 6.5.18, how we ca...
I am creating a feature which allows for a header component to be created within AEM, and then distributed to a number of other webistes. Websites will call into AEM to receive the HTML containing the header component, and then render the resulting HTML on their website. I have this working at a fun...
Hi all, my first post here. Please let me know if things aren't clear. I'm responsible for maintaining an AEM as a Cloud Service instance that will serve about 20 sites, each with its own domain name and hence its own certificate(s). I don't want to maintain them manually. From what I've seen in ...
Hello everyone.I am trying to enable https protocol in my local docker installation of dispatcher.I have created the certificates and installed it in the src/conf.d/ssl folder.In the mysite.vhost file I have configured the following.SSLEngine onSSLCertificateFile “../ssl/server.crt”SSLCertificateKey...
I'm using the following curl command to make changes into the content fragment through curl. curl -i -X PATCH \ 'https://{bucket}.adobeaemcloud.com/adobe/sites/cf/fragments/{fragmentId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Content-Type: application/json-patch+json' \ -H 'If-Ma...
Hi TeamWhen inputting a newline character (\n) in any text field of an AEM content fragment, the JSON output shows \\n instead of \n. This leads to inconsistencies, as the UI displays the newline correctly, but the JSON response doesn't reflect the intended formattingHow to address this any advise.T...
Hi Everyone,Currently, in my project, we handle URL shortening using dispatcher rules like below.Example: www.domain.com/us/en/testpage.html -> internal redirect to /content/project/us/en/home/testpageNow, we have a new requirement: we need to achieve this without using a dispatcher rules.Example:If...