-
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
Explore removal of Apache's httpclient dependency from flow-server #14538
Labels
Comments
mcollovati
pushed a commit
that referenced
this issue
Jun 8, 2023
vaadin-bot
pushed a commit
that referenced
this issue
Sep 19, 2023
vaadin-bot
added a commit
that referenced
this issue
Sep 19, 2023
…cy (#16897) (#17656) Closes #14538 Co-authored-by: Matti Tahvonen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your motivation
Currently vaadin-flow (flow-server) has a dependency to the httpclient (4.5.13) from Apache. The only class that needs it in flow-server DefaultFileDownloader which is only used on build / development time.
Describe the solution you'd like
Remove the dependency to Apache's httpclient by e.g. using Java 9's HttpClient or by moving of the whole class and its callers to the dedicated maven / gradle base plugin to reduce the dependency on runtime / production mode.
The text was updated successfully, but these errors were encountered: