-
Notifications
You must be signed in to change notification settings - Fork 169
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
mshabarov
moved this to 🅿️Parking lot - under consideration
in Vaadin Flow ongoing work (Vaadin 10+)
Sep 28, 2023
mshabarov
moved this to Internal Backlog / Technical Debt
in Vaadin Flow bugs & maintenance (Vaadin 10+)
Sep 28, 2023
Wasn't that already done and is pending GA release 24.2? #14538 |
You're right, I've missed this fact. |
github-project-automation
bot
moved this from 🅿️Parking lot - under consideration
to Done
in Vaadin Flow ongoing work (Vaadin 10+)
Sep 28, 2023
github-project-automation
bot
moved this from Internal Backlog / Technical Debt
to ✅ Closed
in Vaadin Flow bugs & maintenance (Vaadin 10+)
Sep 28, 2023
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: