[
https://issues.apache.org/jira/browse/HIVE-29057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-29057:
--------------------------------
Description:
E.g.:
https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/itests/hive-unit/src/test/java/org/apache/hive/service/TestHttpServices.java#L23-L26
{code}
import org.apache.hc.client5.http.classic.methods.HttpGet;
import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
import org.apache.hc.client5.http.impl.classic.CloseableHttpResponse;
import org.apache.hc.client5.http.impl.classic.HttpClients;
{code}
we're on 4:
https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/pom.xml#L151-L152
theoretically hive shouldn't even able to compile this way, so that's most
probably because of transitive dependencies
this should be cleaned up to make us able to upgrade to httpclient5 in the
future without confusion
was:
E.g.:
https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/itests/hive-unit/src/test/java/org/apache/hive/service/TestHttpServices.java#L23-L26
we're on 4:
https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/pom.xml#L151-L152
theoretically hive shouldn't even able to compile this way, so that's most
probably because of transitive dependencies
this should be cleaned up to make us able to upgrade to httpclient5 in the
future without confusion
> Remove httpclient5 references until Hive is on httpclient4
> ----------------------------------------------------------
>
> Key: HIVE-29057
> URL: https://issues.apache.org/jira/browse/HIVE-29057
> Project: Hive
> Issue Type: Bug
> Reporter: László Bodor
> Priority: Major
>
> E.g.:
> https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/itests/hive-unit/src/test/java/org/apache/hive/service/TestHttpServices.java#L23-L26
> {code}
> import org.apache.hc.client5.http.classic.methods.HttpGet;
> import org.apache.hc.client5.http.impl.classic.CloseableHttpClient;
> import org.apache.hc.client5.http.impl.classic.CloseableHttpResponse;
> import org.apache.hc.client5.http.impl.classic.HttpClients;
> {code}
> we're on 4:
> https://github.com/apache/hive/blob/9d9304f927a9ad20d47dad3d884416eb5b4e753b/pom.xml#L151-L152
> theoretically hive shouldn't even able to compile this way, so that's most
> probably because of transitive dependencies
> this should be cleaned up to make us able to upgrade to httpclient5 in the
> future without confusion
--
This message was sent by Atlassian Jira
(v8.20.10#820010)