Skip to content

added note about project loom. #1

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

Merged
merged 2 commits into from
Oct 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ The general requirements and roadmap are as follows:
* [ ] Support multipart form data
* [ ] Support HTTP 2

## Why no Loom?

Project Loom is an exciting development which brings a lot of great new features to Java, such as fibers, continuations and more.

However, this project doesn't currently use Loom. As of Java 19, Loom is a preview release only. Therefore, you can't use it without compiled code that is difficult to use in future Java LTS releases.

This project is anchored to features in Java LTS releases only to balance use of new, awesome language features and future proofing. When Loom functionality is in the next Java LTS, it'll be evaluated for use.

## Helping out

We are looking for Java developers that are interested in helping us build the client and server. If you know a ton about networks and protocols and love writing clean, high-performance Java, contact us at dev@fusionauth.io.
Expand Down