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

2021-10-16 Thread GitBox
jamesnetherton commented on issue #3190: URL: https://github.com/apache/camel-quarkus/issues/3190#issuecomment-944795496 Should be (mostly) ok. AFAIK the Quarkus plugin still does not support all CPU architectures: https://github.com/quarkusio/quarkus/issues/17886 -- This is an au

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

2021-11-25 Thread GitBox
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-co

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

2021-11-25 Thread GitBox
jamesnetherton commented on issue #3190: URL: https://github.com/apache/camel-quarkus/issues/3190#issuecomment-979294392 > @jamesnetherton I think it only needs to add `quarkus-grpc-codegen` in itest since this is used in build time. Oh I totally missed that! Thanks @zhfeng. We can p

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

2021-11-25 Thread GitBox
jamesnetherton commented on issue #3190: URL: https://github.com/apache/camel-quarkus/issues/3190#issuecomment-979756978 In its current form the gRPC codegen is not usable for us. The generated proto stubs are built around the Quarkus gRPC programming model and they reference classes like