[
https://issues.apache.org/jira/browse/NIFI-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17308961#comment-17308961
]
ASF subversion and git services commented on NIFI-8288:
-------------------------------------------------------
Commit 1cd3fbb4eb6f1a531ca9259af9b24e2cc6ca25c7 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1cd3fbb ]
NIFI-8288 Removed OkHttpClientUtils to reduce reliance on nifi-security-utils
- Added createTrustManager() on SSLContextService
- Removed nifi-security-utils and okhttp dependencies from nifi-web-utils
Signed-off-by: Nathan Gough <[email protected]>
This closes #4869.
> Refactor nifi-security-utils dependency out of nifi-web-utils
> -------------------------------------------------------------
>
> Key: NIFI-8288
> URL: https://issues.apache.org/jira/browse/NIFI-8288
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 1.13.0
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The {{nifi-security-utils}} module includes a dependency on the Bouncy Castle
> Security Provider, but only {{OkHttpClientUtils}} in {{nifi-web-utils}} uses
> referenced classes. Several classes that leverage {{OkHttpClientUtils}} can
> be refactored to avoid the dependency on {{nifi-security-utils}}, reducing
> the size of NAR bundles.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)