You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Nathan Gough (Jira)" <ji...@apache.org> on 2022/10/22 02:48:00 UTC

[jira] [Commented] (NIFI-10546) Commons HttpClient 3.1 has reached EOL. Need to upgrade it

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

Nathan Gough commented on NIFI-10546:
-------------------------------------

The commons-httpclient dependency only exists in NiFi as a transitive dependency in old processors, for example hive_1_1:

 
{code:java}
[INFO] --- maven-dependency-plugin:3.3.0:tree (default-cli) @ nifi-hive_1_1-processors ---
[INFO] org.apache.nifi:nifi-hive_1_1-processors:jar:1.19.0-SNAPSHOT
[INFO] \- org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:1.1.1:compile
[INFO]    \- org.apache.hive:hive-exec:jar:1.1.1:compile
[INFO]       \- commons-httpclient:commons-httpclient:jar:3.0.1:compile
{code}
There is a long term plan to completely deprecate these processors in NiFi 2.0, but for now they can be removed from NiFi's lib/ directory manually if they are not required.

 

> Commons HttpClient 3.1 has reached EOL. Need to upgrade it 
> -----------------------------------------------------------
>
>                 Key: NIFI-10546
>                 URL: https://issues.apache.org/jira/browse/NIFI-10546
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework, Core UI
>    Affects Versions: 1.17.0, 1.16.3, 1.18.0
>            Reporter: Vrinda Palod
>            Priority: Critical
>
> Please upgrade the Commons HttpClient 3.1 to latest version in below locations.
>  
>  
> |/nifidata/apps/nifi_binary/work/nar/extensions/nifi-hbase_1_1_2-client-service-nar-1.16.3.nar-unpacked/NAR-INF/bundled-dependencies/commons-httpclient-3.1.jar|
> |/nifidata/apps/nifi_binary/work/nar/extensions/nifi-hive-nar-1.16.3.nar-unpacked/NAR-INF/bundled-dependencies/commons-httpclient-3.0.1.jar|
> |/nifidata/apps/nifi_binary/work/nar/framework/nifi-framework-nar-1.16.3.nar-unpacked/NAR-INF/bundled-dependencies/commons-httpclient-3.1.jar|
> |/nifidata/apps/nifi_toolkit_binary/lib/commons-httpclient-3.1.jar|



--
This message was sent by Atlassian Jira
(v8.20.10#820010)