Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.14.0
-
None
-
Unknown
Description
When using spring-boot-dependencies:2.6.1, camel-spring-boot-dependencies:3.14.0 and the dependency camel-elasticsearch-rest-starter I got the following error
Caused by: java.lang.ClassNotFoundException: org.elasticsearch.common.CheckedConsumer
I think that camel and spring boot use different elasticsearch versions, moreover if I use spring-boot-dependencies:2.5.9 the component works as expected.