You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2021/12/16 09:01:00 UTC

[jira] [Created] (JENA-2220) Move Apache HttpClient-related code into jena-jdbc

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)