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
FTR there's actually another package that needs to be fixed: io.quarkus.grpc.runtime.
I think that we should:
Extract the classes from the io.quarkus.grpc package into the quarkus-grpc-api artifact.
Rename the io.quarkus.grpc.runtime package in the quarkus-grpc-stubs artifact to io.quarkus.grpc.stubs. This change should not break anything because io.quarkus.grpc.runtime is not part of the API.
Description
The package in question is the package
io.quarkus.grpc
and the artifacts are quarkus-grpc-stubs and quarkus-grpc.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: