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

Add @RunOnVirtualThread support on classes in reactive messaging #34876

Conversation

cescoffier
Copy link
Member

It aligns with Resteasy Reactive.
However, unlike in Resteasy Reactive, the methods still need @Blocking to run on a virtual thread when @RunOnVirtualThread is on the method.

Also, fix virtual thread support when using a generator method and list the eligible signatures in the documentation.

It aligns with Resteasy Reactive.
However, unlike in Resteasy Reactive, the methods still need @Blocking to run on a virtual thread when @RunOnVirtualThread is on the method.

Also, fix virtual thread support when using a generator method and list the eligible signatures in the documentation.
@github-actions
Copy link

github-actions bot commented Jul 20, 2023

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 20, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@ozangunalp ozangunalp merged commit 8edf2a4 into quarkusio:main Jul 20, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 20, 2023
@cescoffier cescoffier deleted the reactive-messaging-virtual-thread-improvements branch July 24, 2023 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants