jbonofre commented on issue #546: URL: https://github.com/apache/camel-karaf/issues/546#issuecomment-2470877621
@mikadev when you use `*` for `Import-Package`, bnd will actually import only the clearly state packages, not necessarily the transitive. In your case, check the `MANIFEST` to see if kafka packages are there and if not (as I guess), "force" the import by defining the FQN. Something like: ``` <Import-Package> org.apache.kafka.connect, org.apache.kafka, * </Import-Package> ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org