You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/25 15:01:16 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3190: Use quarkus-maven-plugin:generate-code in GRPC test

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-unsubscribe@camel.apache.org

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