You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/04 20:46:00 UTC

[jira] [Commented] (JENA-2221) Remove usage of Apache HttpClient in transition code.

    [ https://issues.apache.org/jira/browse/JENA-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468839#comment-17468839 ] 

ASF subversion and git services commented on JENA-2221:
-------------------------------------------------------

Commit fe3fe97264a17276125b0771bcb9831c4939f3bf in jena's branch refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=fe3fe97 ]

JENA-2221: Change jena-jdbc-driver-remote to use java.net.http


> Remove usage of Apache HttpClient in transition code.
> -----------------------------------------------------
>
>                 Key: JENA-2221
>                 URL: https://issues.apache.org/jira/browse/JENA-2221
>             Project: Apache Jena
>          Issue Type: Task
>          Components: ARQ, JSON-LD
>    Affects Versions: Jena 4.3.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             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.
> This ticket completes the transition by removing the legacy code.
> There will still be scope=runtime dependencies on some Apache HttpClient artifacts because jsonld-java uses Apache HttpClient. Jena has direct dependencies on the artifacts to control the version used, both to keep it up-to-date and also resolve some dependency convergence issues that arise on artifacts used by Apache HttpClient and other Jena dependencies.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)