-
Notifications
You must be signed in to change notification settings - Fork 175
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
Replace apache-httpclient with java.net.http.HttpClient #17734
Labels
Comments
Wasn't that already done and is pending GA release 24.2? #14538 |
You're right, I've missed this fact. |
Looks like something is missing :) OSGI still has it as dependency: https://github.com/vaadin/flow/blob/main/flow-server/bnd.bnd#L6 |
Let's see if this passes #17735 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Replace old
apache-httpclient
4.x with modern Java 11java.net.http.HttpClient
.This should allow to get rid of the commons libraries (to be tested).
GH discussion: #17564.
Expected behavior
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: