You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment GraalVM CE 21.3.1 (build 17.0.2+8-jvmci-21.3-b09)
OpenJDK 64-Bit Server VM GraalVM CE 21.3.1 (build 17.0.2+8-jvmci-21.3-b09, mixed mode, sharing)
GraalVM version (if different from Java)
GraalVM CE 21.3.1
Quarkus version or git rev
2.7.1.Final
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Method return type is CompletionStage cause "The current thread cannot be blocked: vert.x-eventloop-thread-xx"
Expected behavior
Should work when function return type CompletionStage Annotated with @CacheResult or @CacheInvalidate
Actual behavior
How to Reproduce?
Test Code
Output of
uname -a
orver
No response
Output of
java -version
GraalVM version (if different from Java)
GraalVM CE 21.3.1
Quarkus version or git rev
2.7.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: