[ https://issues.apache.org/jira/browse/CAMEL-22241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Netherton resolved CAMEL-22241. ------------------------------------- Resolution: Fixed > camel-kudu: AsyncKuduClient.build throws ClassNotFoundException: > com/stumbleupon/async/Callback > ----------------------------------------------------------------------------------------------- > > Key: CAMEL-22241 > URL: https://issues.apache.org/jira/browse/CAMEL-22241 > Project: Camel > Issue Type: Bug > Components: camel-kudu > Affects Versions: 4.14.0 > Reporter: James Netherton > Assignee: James Netherton > Priority: Minor > Fix For: 4.14.0 > > > {code} > Caused by: java.lang.NoClassDefFoundError: com/stumbleupon/async/Callback > at > org.apache.kudu.client.AsyncKuduClient$AsyncKuduClientBuilder.build(AsyncKuduClient.java:3109) > at > org.apache.kudu.client.KuduClient$KuduClientBuilder.build(KuduClient.java:769) > at > org.apache.camel.component.kudu.KuduEndpoint.doStart(KuduEndpoint.java:95) > {code} > Relates to this issue: > https://issues.apache.org/jira/browse/KUDU-3677 > We'll have to add the missing dependency until it gets fixed. -- This message was sent by Atlassian Jira (v8.20.10#820010)