Skip to content
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

Closed
zbendhiba opened this issue May 11, 2021 · 1 comment
Closed

[Quarkus 2.0.0.Alpha2] upgrade to GrpcService annotation #2569

zbendhiba opened this issue May 11, 2021 · 1 comment
Milestone

Comments

@zbendhiba
Copy link
Contributor

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]

@jamesnetherton
Copy link
Contributor

Should be fixed here b8e8161.

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
@ppalaga ppalaga added this to the 2.0.0-M1 milestone May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants