orpiske opened a new issue #807:
URL: https://github.com/apache/camel-kafka-connector/issues/807


   The salesforce connector depends on Jetty 9.4.35.v20201120, but Kafka 
Connect uses 9.4.24.v20191120. Their ABI is not compatible and this causes 
problems such as the one below when trying to run the connector.
   
   ```
   java.lang.IncompatibleClassChangeError: Found interface 
org.eclipse.jetty.http.pathmap.PathSpec, but class was expected
   ```
   
   We need to exclude `org.eclipse.jetty:jetty-http` on the connector 
dependencies. This seems to be sufficient for the tests to work, but it's hard 
to guarantee that it will work 100%.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to