Hi,
I'm having trouble in integrating Elastic Search 8 with AEM, specially in dependency and pom management.
My bundle is in Installed state with the following classes not resolved.
io.opentelemetry.api.events -- Cannot be resolved
io.opentelemetry.extension.incubator.metrics -- Cannot be resolved
jakarta.json,version=[2.0,3) -- Cannot be resolved
jakarta.json.spi,version=[2.0,3) -- Cannot be resolved
jakarta.json.stream,version=[2.0,3) -- Cannot be resolved
org.apache.http.impl.nio.client -- Cannot be resolved
org.elasticsearch.client -- Cannot be resolved
Even though the original ES document just mentions the 2 dependency to be added to pom(Already added)
<project> <dependencies> <dependency> <groupId>co.elastic.clients</groupId> <artifactId>elasticsearch-java</artifactId> <version>8.10.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.12.3</version> </dependency> </dependencies> </project>
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Hi,
Upgrading AEM worked for me , thanks for the response.
@acgurnani I hope you found the AEM community helpful. We look forward to your return as either a learner or a contributor. The community thrives with SMEs like you. Please encourage your AEM peers to join and contribute. Happy AEM learning!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies