In my project, I'm trying to use com.google.auth. However, this is requiring me to add dependency of com.google.guava. Even with this dependency added and exported via bnd-maven-plugin, I'm getting error: Caused by: java.lang.ClassNotFoundException: com.google.common.base.MoreObjects not found by co...
Hi team,I have been experiencing what I consider could be a possible issue when using the fileupload resourceType inside our component's dialog xml, same coming from: granite/ui/components/foundation/form/fileupload I have been doing some differente tests to see if I can find a pattern and this is w...
We are running NextJS with the majority of queries being called from getServerSideProps to allow for SSR. The only exception is our search page, which we want dynamic results updates, thus require client side rendering.I produced a test case which uses the same queryVariables, and ensured the aemHea...
I am using sling post servlet to create a page reading a JSON. The json is valid and structured, but the resulting page that is created by the servlet has the nodes underneath in jumbled order. Is there a way to preserve the order as is in json? Please suggest.
Hi Team, Is there any enhancement in the roadmap to enable Unpublish of a page/asset when one deletes from Author environment? This would be really handy as we no longer have access to CRXDE or any other mechanism by which pages/assets can be deleted from publish environment directly on AEMaaCS. Cur...
Can we override coral-selectlist-item selected attribute of dialog box in javascript? Can not remove selected atribute from coral select options list by javascript in aem 6.5
In Asset Share Common, I am using the Rendition component and disabled the legacy mode in dialog. Selected my custom renditions from the dropdown in the multifield. I have also selected the checkbox to enable In preview mode I am able to see the new smart crop options but they are not clickable. I ...
hi all, i am trying to push my maven build artifacts to sonatype nexus repo.i am following the blog Maven Deploy to Sonatype Nexus RepoI am getting the below error -[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project xyz: Failed to dep...
Hi Everyone, I have overridden core teaser component into my project to add some custom fields in dialog level, there is no major changes in sightly. If I configure redirection url in dialog then it's redirecting properly as per the configuration. But I didn't configure any redirection link in ...