[
https://issues.apache.org/jira/browse/NIFI-15227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18039341#comment-18039341
]
ASF subversion and git services commented on NIFI-15227:
--------------------------------------------------------
Commit ae45d9eb24da76b166f323433a9b91d039caa50d in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=ae45d9eb24 ]
NIFI-15227 Replaced Framework use of DigestUtils with MessageDigestUtils
- Removed direct dependency on commons-codec from framework-cluster and web-api
modules
Signed-off-by: Pierre Villard <[email protected]>
This closes #10547.
> Reduce Use of Commons Codec in Framework Modules
> ------------------------------------------------
>
> Key: NIFI-15227
> URL: https://issues.apache.org/jira/browse/NIFI-15227
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Application framework modules have limited use of the Apache Commons Codec
> library, directly using only one method from the DigestUtils class. The
> {{nifi-utils}} module has a MessageDigestUtils class the implements the same
> SHA-256 hash method, which provides an optimal replacement option to reduce
> dependency references in framework modules.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)