Hi All,The AEMaaCS project documentation(1) states that for private repositories, elements like servers are combined into the default settings.xml file(2) managed by Cloud Manager, located at .cloudmanager/maven/settings.xml. However, some questions remain:Beyond <servers> element, can other element...
I have a scenario that involves updating a core component version and I am in need of guidance on the necessary steps. Additionally, I am interested in obtaining any available documentation to assist in this process.As of now, I am using version AEM6.5 SP15, and the current core component version is...
Hello, I'm new to AEM as a Cloud Service Rapid Development Environments (RDEs), though I have been able to complete Installing the RDE Command-Line Tools using node v18 LTS on Ubuntu 22.04 LTS and deploy the WKND archetype project I created earlier.Specifically I can now see I departed from the guid...
Hello Community, We're working on the cloud migration and we see some issues with the BPA report complaining about "Legacy foundation custom components were detected". The custom component is having a property called resourceSuperType which is pointing foundation/components/parbase. Can someone tel...
I have a SQL2 query that needs indexing: SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/homepage/jcr:content]) But I got this error:no proper index was found for filter Filter(query=explain SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/homepage/jcr:content]) , path=/co...
Hi, I'm getting below warning, any thoughts on how to remove unwanted components or increase the count of components on a particular page? Thanks,Inderjeet Singh AhujaFYI:- @sunil_kumar_ @SantoshSai @Kiran_Vedantam @Aditya_Chabuku @Fanindra_Surat
Hey everyone,I'm looking to incorporate a personalized checkbox into the link sharing user interface.At the moment, there's a traffic rule filter restricting access to the shared link based on a specific IP.Now, I need to introduce a checkbox that can deactivate this filter for a particular asset, e...
We are exploring on using Adobe Cloud Manager for our daily build but we have 1 jar which is not exist in public so we need to manually add to build.I have added jar in code base and reference in pom.xml as below but still build is getting failed.<dependency> <groupId>com.aem</groupId> <arti...
Hello everyone! I've encountered a minor issue. I've recently introduced a new property called "cookie settings" to all page properties. The intention behind this addition is to empower authors to independently create cookies at the page level, eliminating the need for hardcoding in our codebase. So...