Hi, I am facing strange issue in my non-prod environment after installing SP 6.5.20. The filters in Asset Finder in page edit does not show any images. I uploaded few asset in particular folder in DAM. I could not see these images in Asset finder while editing page. There are some images visible in ...
In my project pom.xml, I excluded jsr305 and it worked for me. <dependency> <groupId>co.elastic.clients</groupId> <artifactId>elasticsearch-java</artifactId> <version>8.11.3</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> ...
Hi @Raja_Reddy I tried finding conflicting dependencies but it did not gave any clue. I found a solution when I analyzed main elasticsearch-java pom.xml for dependencies. The elasticsearch-java is having dependency of <groupId>com.google.code.findbugs</groupId><artifactId>jsr305</artifactId> I thi...
I am trying to use elasticsearch-java rest api client within AEM servlet. As recommended on Elasticsearch site, I added maven dependencies. I can invoke sevlet properly. Adding elasticsearch-java dependency causes issue with my Sling model. We have sling models but it does not Inject resouce when el...