You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a nutshell, we have an external dependency that has our base protos under a subfolder and we want to pull those into our project and compile those and the project specific ones.
However, the protoc/grpc compiler doesn't appear to handle subfolders like expected.
Or we are just configuring things wrong based on our understanding of the docs.
Fix missing include statements in the proto compilation and also improve the syntax of the proto include/exclude clauses (comma-separated list accepting spaces)
Fix missing include statements in the proto compilation and also improve the syntax of the proto include/exclude clauses (comma-separated list accepting spaces)
Describe the bug
In a nutshell, we have an external dependency that has our base protos under a subfolder and we want to pull those into our project and compile those and the project specific ones.
However, the protoc/grpc compiler doesn't appear to handle subfolders like expected.
Or we are just configuring things wrong based on our understanding of the docs.
I've explained it all here with a reproducer.
https://github.com/tmulle/quarkus-grpc-import-test
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: