jamesnetherton commented on issue #3190: URL: https://github.com/apache/camel-quarkus/issues/3190#issuecomment-979283785
For this to work, we'd have to add a dependency on `quarkus-grpc`, since that's where the code generator logic lives. Our gRPC extension depends only on `quarkus-grpc-common`. I guess we could add `quarkus-grpc` into the itest pom.xml, but I'm not sure if that's the right thing to do. Ideally we want to verify that our stuff works without that dependency being on the classpath. Or we could request that the codegen stuff is added to `quarkus-grpc-common`, but I'm not sure that makes sense. -- 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