-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add the @Blocking and @NonBlocking annotations #65
Add the @Blocking and @NonBlocking annotations #65
Conversation
annotation/src/main/java/io/smallrye/common/annotation/Blocking.java
Outdated
Show resolved
Hide resolved
Converting the PR to a draft - there is a few investigations to do before merging. |
3a1eb96
to
38d9f33
Compare
annotation/src/main/java/io/smallrye/common/annotation/NonBlocking.java
Outdated
Show resolved
Hide resolved
annotation/src/main/java/io/smallrye/common/annotation/Blocking.java
Outdated
Show resolved
Hide resolved
annotation/src/main/java/io/smallrye/common/annotation/Blocking.java
Outdated
Show resolved
Hide resolved
38d9f33
to
26a8784
Compare
Added just a few minor comments, LGTM in general. |
6739824
to
f4b14de
Compare
@Ladicek I've addressed your comments (Thanks!) and added you as a co-author. |
I don't really feel like a co-author, but thanks! :-) |
annotation/src/main/java/io/smallrye/common/annotation/Blocking.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Ladislav Thon <[email protected]>
f4b14de
to
8606110
Compare
@radcortez anything else required for this PR and getting a release? Need it for Quarkus 1.10 (still a bit of time, so no rush, but I just would like to address any issues soon enough (and avoid a final half-backed rush before the code freeze)). |
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.
Looks good.
Looks good to me too. I'll merge and push a release. |
Thanks @radcortez ! |
Follow-up on the discussion from quarkusio/quarkus#12418.
Add the
@Blocking
and@NonBlocking
annotation.@Ladicek Can you check and comment?
@mkouba I dropped the Qualifier part for now (hopefully for good). I will see how I can work around this in Quarkus-gRPC (@michalszynkiewicz FYI).