You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Aldrin Piri (Jira)" <ji...@apache.org> on 2019/10/09 02:04:00 UTC

[jira] [Updated] (MINIFI-518) Version issue with httpcomponents

     [ https://issues.apache.org/jira/browse/MINIFI-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aldrin Piri updated MINIFI-518:
-------------------------------
    Fix Version/s: 0.6.0

> Version issue with httpcomponents
> ---------------------------------
>
>                 Key: MINIFI-518
>                 URL: https://issues.apache.org/jira/browse/MINIFI-518
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 0.6.0
>            Reporter: James
>            Assignee: James
>            Priority: Minor
>             Fix For: 0.6.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The version of httpcomponents in the latest 0.6.0 pom causes and issue with using a postHTTP with a security context defined (although I think its generic to anything trying to use the SSLContextBuilder class). 
> The pom currently references;
> <dependency>
>  <groupId>org.apache.httpcomponents</groupId>
>  <artifactId>httpcore</artifactId>
>  <version>4.4.4</version>
> </dependency>
>  
> But need to reference a later version, 4.4.12 works and is the latest.
> I'll create a pull request so you can test the updated version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)