We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Project Loom, known as JEP 425 has published in JDK 19 as preview features.
Spring community is also embracing the change.
Tomcat also add support as preview feature
Is there any roadmap for okhttp support it since it will be officially publish with JDK 21, probably at 09/23.
The text was updated successfully, but these errors were encountered:
We looked at it in #7367
It's likely blocked on okio first. I think it should work well given okio/okhttp design.
A lot of changing synchronized blocks to locks and conditions, that should be fine even without loom.
Sorry, something went wrong.
Okio issue square/okio#1169
While we can always test, benchmark more, the okio and okhttp support is in place. Can incrementally fix more as we go.
No branches or pull requests
Project Loom, known as JEP 425 has published in JDK 19 as preview features.
Spring community is also embracing the change.
Tomcat also add support as preview feature
Is there any roadmap for okhttp support it since it will be officially publish with JDK 21, probably at 09/23.
The text was updated successfully, but these errors were encountered: