We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the source code for the plugin?
The plugin is located in the Quarkus repository at https://github.com/quarkusio/quarkus. Specifically, the plugin code can be found at https://github.com/quarkusio/quarkus/tree/main/extensions/grpc/protoc.
Does the plugin have a valid semver version?
The plugin version should be the same as the Quarkus version, which is currently 3.17.4.
Does the plugin have a dependency on another plugin?
The plugin generates Mutiny stubs and requires the following plugins to be available:
I have tested the generated sources with Protobuf output, and they are compatible with these plugins.
Does the output of this plugin depend on any other external libraries?
The plugin output has a dependency on Quarkus.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Where is the source code for the plugin?
The plugin is located in the Quarkus repository at https://github.com/quarkusio/quarkus. Specifically, the plugin code can be found at https://github.com/quarkusio/quarkus/tree/main/extensions/grpc/protoc.
Does the plugin have a valid semver version?
The plugin version should be the same as the Quarkus version, which is currently 3.17.4.
Does the plugin have a dependency on another plugin?
The plugin generates Mutiny stubs and requires the following plugins to be available:
I have tested the generated sources with Protobuf output, and they are compatible with these plugins.
Does the output of this plugin depend on any other external libraries?
The plugin output has a dependency on Quarkus.
The text was updated successfully, but these errors were encountered: