Andy Seaborne created JENA-2220:
-----------------------------------
Summary: Move Apache HttpClient-related code into jena-jdbc
Key: JENA-2220
URL: https://issues.apache.org/jira/browse/JENA-2220
Project: Apache Jena
Issue Type: Task
Components: JDBC
Affects Versions: Jena 4.3.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Fix For: Jena 4.4.0
At Jena 4.3, HTTP usage was switched from using Apache HttpClient (JENA-2125)
to using java.net.http. The support code and old HTTP query engine were left in
place to smooth transition.
The exception was jena-jdbc. It exposes some Apache HttpClient classes.
This ticket is to move the necessary Apache HttpClient related code into
jena-jdbc so that the main Jena system does not have a compile time dependency
on Apache HttpClient.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)