Skip to content

Commit

Permalink
fixes why-not inline reference
Browse files Browse the repository at this point in the history
(cherry picked from commit 5eee00c)
  • Loading branch information
brunolellis authored and gsmet committed Oct 3, 2023
1 parent ab15ea6 commit b789cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/virtual-threads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Note that all three models can be used in a single application.

== Use virtual thread friendly clients

As mentioned in the href:why-not[Why not run everything on virtual threads?] section, the Java ecosystem is not entirely ready for virtual threads.
As mentioned in the xref:why-not[Why not run everything on virtual threads?] section, the Java ecosystem is not entirely ready for virtual threads.
So, you need to be careful, especially when using a libraries doing I/O.

Fortunately, Quarkus provides a massive ecosystem that is ready to be used in virtual threads.
Expand Down

0 comments on commit b789cfe

Please sign in to comment.