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

Support Java 21 virtual threads #10350

Closed
sbordet opened this issue Aug 21, 2023 · 0 comments · Fixed by #10351
Closed

Support Java 21 virtual threads #10350

sbordet opened this issue Aug 21, 2023 · 0 comments · Fixed by #10351

Comments

@sbordet
Copy link
Contributor

sbordet commented Aug 21, 2023

Jetty version(s)
10+

Enhancement Description
Java 21 has removed some of the methods present in Java 19/20, so the threadpool-virtual-preview module is now throwing an exception when used in Java 21.

sbordet added a commit that referenced this issue Aug 21, 2023
* Introduced module `threadpool-virtual` for Java 21.
* Updated virtual threads documentation to refer to Java 21.
* Updated requirements that the releases should use Java 21, so that the documentation can properly render the virtual threads documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet linked a pull request Aug 21, 2023 that will close this issue
sbordet added a commit that referenced this issue Aug 23, 2023
* Introduced module `threadpool-virtual` for Java 21.
* Updated virtual threads documentation to refer to Java 21.
* Updated requirements that the releases should use Java 21, so that the documentation can properly render the virtual threads documentation.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant