christophd commented on PR #2467: URL: https://github.com/apache/camel-kamelets/pull/2467#issuecomment-2862906403
@oscerd there are now 2 failing tests regarding extract and insert field action Kamelets. When running the tests locally I get ``` Caused by: java.lang.ClassNotFoundException: org.apache.camel.component.kafka.transform.ExtractField ``` I see the utility classes like `ExtractField` have been moved to `camel-kafka` so I think the Kamelets need to add the dependency to `camel-kafka` component, right? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
