[
https://issues.apache.org/jira/browse/JENA-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806900#comment-13806900
]
Rob Vesse commented on JENA-576:
--------------------------------
This looks like it might be a fairly hefty refactor and possibly require
breaking changes to the only just introduced HttpAuthenticator APIs which would
be unfortunate.
HttpClient 4.3 moves heavily to a fluent style API which means that some things
that previously took a HttpClient instance and acted upon might instead need to
take a HttpClientBuilder and return the resulting HttpClientBuilder thus
preserving any changes to the state of the builder.
> Upgrade Apache HTTP Client to 4.3
> ---------------------------------
>
> Key: JENA-576
> URL: https://issues.apache.org/jira/browse/JENA-576
> Project: Apache Jena
> Issue Type: Dependency upgrade
> Components: ARQ
> Affects Versions: Jena 2.11.0
> Reporter: Rob Vesse
> Assignee: Rob Vesse
> Fix For: Jena 2.11.1
>
>
> As of 2.11.0 ARQ centralizes all HTTP operations through HttpOp which relies
> on Apache HTTP Client. Currently we are using 4.2.3 while the latest stable
> release is actually 4.3.1
> Therefore we should look at upgrading our code to use the latest version
> which may entail some refactoring since there appears to have been some
> breaking changes across the minor version bump which users have seen in usage
> - e.g.
> https://github.com/pyvandenbussche/sparqles/issues/9#issuecomment-27220738
--
This message was sent by Atlassian JIRA
(v6.1#6144)