-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
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
[Quarkus 2.0.0.Alpha2] upgrade to GrpcService annotation #2569
Milestone
Comments
jamesnetherton
added a commit
that referenced
this issue
May 11, 2021
Should be fixed here b8e8161. |
zbendhiba
pushed a commit
that referenced
this issue
May 11, 2021
zbendhiba
pushed a commit
that referenced
this issue
May 12, 2021
jamesnetherton
added a commit
that referenced
this issue
May 13, 2021
jamesnetherton
added a commit
that referenced
this issue
May 14, 2021
jamesnetherton
added a commit
that referenced
this issue
May 17, 2021
ppalaga
pushed a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 21, 2021
ppalaga
pushed a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 21, 2021
ppalaga
pushed a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 24, 2021
ppalaga
pushed a commit
to ppalaga/camel-quarkus
that referenced
this issue
May 24, 2021
jamesnetherton
added a commit
that referenced
this issue
May 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gRPC integration tests are failing with upgrade to Quarkus 2.0.0.Alpha2, due to a rework of the gRPC annotations. The new annotation
GrpcService
seems to be mandatory.Related issue from the Quarkus 2.0.0.Alpha2 release is : quarkus-16872
Error from our CI build :
Error: ]: Build step io.quarkus.arc.deployment.ArcProcessor#generateResources threw an exception: javax.enterprise.inject.spi.DeploymentException: java.lang.IllegalStateException: A gRPC service bean must be annotated with io.quarkus.GrpcService: CLASS bean [types=[org.apache.camel.quarkus.grpc.runtime.CamelQuarkusBindableService, io.grpc.BindableService, org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc$PingPongImplBaseQuarkusMethodHandler, java.lang.Object, org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc$PingPongImplBase], qualifiers=[@Default, @Any], target=org.apache.camel.quarkus.component.grpc.it.model.PingPongGrpc$PingPongImplBaseQuarkusMethodHandler]
The text was updated successfully, but these errors were encountered: