[
https://issues.apache.org/jira/browse/JENA-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17463190#comment-17463190
]
ASF subversion and git services commented on JENA-2220:
-------------------------------------------------------
Commit 65586f7c039b0f613b1ea16adee833c03cd2e620 in jena's branch
refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=65586f7 ]
JENA-2220: Isolate Apache HTTP Client usage in jena-jdbc
> 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
> Priority: Minor
> 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)