i am seeing below warnings while building aem app. Any suggestions?[main] WARNING org.sonatype.plexus.build.incremental.DefaultBuildContext - /builds/site/core/pom.xml [0:0]: Invalid component name: Reform Cache Service
[main] WARNING org.sonatype.plexus.build.incremental.DefaultBuildContext - /bui...
I have added following dependencies to an aem 6.5.13 applicaiton. <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
...
Hi, any example to unit test contentElement.getValue().getValue(String[].class); I am getting io.wcm unsupported operation exception, when trying to unit test this specific line of code. Thanks,Sri
any example to unit test contentElement.getValue().getValue(String[].class);I am getting io.wcm unsupported operation exception, when trying to unit test this specific line of code.
Hi @Tanika02 @aanchal-sikka use case: consume content fragments in a non-aem js application. Below is the error I get when a content fragment preview: Steps done:1. Installed below package graphql Index package 1.0.52. create end points3. Added csrf filter entries4. tried end point schema, irrespe...
has anyone successfully used GraphQL on a 6.5.13 on premise instance. I have GraphQL 1.0.5 package onto my 6.5.13 instance. I tried to do preview on content fragments but always get error “can not generate query” Is it even supported on aem6.5.13? thanks,sri
were you able to solve this issue. I am facing same issue https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/teaser-v2-image-rendering-on-resize-of-screen/td-p/596853 @JonMaguire
Hi All, Teaser V2 using core image V3.I tried to use core teaser v2 on test page and do not see image getting resized at all (first image below), second image is core image v2 working fine as you can see. Is there any specific thing I should do. I changed teaser v2 component group to just author com...