Missing Stubs?
Questions
I am new to GRPC and tried to make this project using the instructions provided for vertx 4.0.3: https://github.com/skoya/vertx-grpc-test
For some reason after protoc generation the output files are missing classes. (It might be something that I missed in configuration)
Version
Which version(s) did you encounter this bug ? 4.0.3
Context
I encountered an exception which looks suspicious while compiling (after protobuf:compile). It appears that files are missing or there is something not quite right about the config.
Do you have a reproducer?
A reproducer is a simple project hosted on GitHub (or another forge supporting git clone operation) that has a build file that can be executed to reproduce the issue.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
- https://github.com/skoya/vertx-grpc-test
Steps to reproduce
-
clone
-
run mvn protobuf:compile
-
try and run the main project
-
Runtime error that complains that there are no DusGrpc within the generated VertxDusGrpc.
-
(less of an issue) The maven plugin is also not working in terms of the output directory for the generated files. It seems for some reason that this configuration line (from the manual) is ignored: https://github.com/skoya/vertx-grpc-test/blob/24ab533e4e5f48a9084697686d3343d4e1ca3919/pom.xml#L83
Extra
Windows 10, Java 15