[
https://issues.apache.org/jira/browse/NIFI-15214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038654#comment-18038654
]
ASF subversion and git services commented on NIFI-15214:
--------------------------------------------------------
Commit 4db5f05436fe75ddc3441757338c2535e4d33214 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4db5f05436 ]
NIFI-15214 Refactored site-to-site-client using Java HttpClient
- Refactored ClusterLoadBalanceAuthorizer wildcard certificate verification
- Removed Apache HttpClient 4 from framework modules
Signed-off-by: Pierre Villard <[email protected]>
This closes #10522.
> Refactor site-to-site-client HTTP using Java HttpClient
> -------------------------------------------------------
>
> Key: NIFI-15214
> URL: https://issues.apache.org/jira/browse/NIFI-15214
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The {{nifi-site-to-site-client}} depends on both the synchronous and
> asynchronous Apache HttpClient 4 libraries to implement communication for
> Site-to-Site transfer over HTTP. The standard Java HttpClient class supports
> both synchronous and asynchronous request handling, providing the opportunity
> to streamline the implementation and remove dependencies on the Apache
> HttpClient libraries. Refactoring to use the Java HttpClient should also
> remove the need to include Apache HttpClient 4 dependencies in the
> {{nifi-framework-nar}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)