-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
FeatureNew feature or requestNew feature or request
Description
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:
- buf.build/grpc/java
- buf.build/protocolbuffers/java
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.
zZHorizonZz, Tridacnid and lberrymage
Metadata
Metadata
Assignees
Labels
FeatureNew feature or requestNew feature or request