Annotation @RunOnVirtualThread doesn't work on class level for Websockets Next Client #45027
Labels
area/virtual-threads
Issue related to Java's Virtual Threads
area/websockets
env/windows
Impacts Windows machines
kind/bug
Something isn't working
Describe the bug
@RunOnVirtualThread annotation doesn't work on class level for class annotated with @WebSocketClient.
Expected behavior
I expect that @RunOnVirtualThread would apply to all methods inside websocket client (as it works for controllers https://quarkus.io/blog/virtual-threads-2/).
Actual behavior
No response
How to Reproduce?
Output of
uname -a
orver
Microsoft Windows [Version 10.0.22631.4460]
Output of
java -version
Amazon Corretto 21.0.5
Quarkus version or git rev
3.17.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.10.2
Additional information
No response
The text was updated successfully, but these errors were encountered: