-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
gRPC: support @Blocking on class #17575
gRPC: support @Blocking on class #17575
Conversation
Dump question: Is |
I didn't know we had |
Great, thanks! |
I didn't know about this annotation either ;-) Otherwise the PR looks good. |
@michalszynkiewicz @gsmet I think that this one should be backported in 2.0.Final. WDYT? |
651e2c3
to
f46c444
Compare
updated to support |
extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcServerProcessor.java
Show resolved
Hide resolved
It should certainly be backported to Final |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks good. I've sent a PR with minor change: michalszynkiewicz#10 ;-)
2ae7429
to
ed3763a
Compare
This workflow status is outdated as a new workflow run has been triggered. 🚫 This workflow run has been cancelled. Failing Jobs - Building 2ae7429
|
fixes #17475