[
https://issues.apache.org/jira/browse/NIFI-12379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17786711#comment-17786711
]
ASF subversion and git services commented on NIFI-12379:
--------------------------------------------------------
Commit 026222d1573726dfece9a525867f8ab2ab90d7b1 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=026222d157 ]
NIFI-12379 Refactored nifi-uuid5 using standard classes
- Replaced commons-codec Hex with Java HexFormat
- Replaced commons-codec DigestUtils with Java MessageDigest
Signed-off-by: Pierre Villard <[email protected]>
This closes #8035.
> Refactor nifi-uuid5 to Remove External Dependencies
> ---------------------------------------------------
>
> Key: NIFI-12379
> URL: https://issues.apache.org/jira/browse/NIFI-12379
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Fix For: 2.latest
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The nifi-uuid5 module provides the Uuid5Util class for generating a UUID
> string according to RFC 4122 Section 4.3 with SHA-1 hashing for version 5
> generation. The initial version used external libraries for hexadecimal
> encoding and hashing, but these libraries can be removed in favor of standard
> JDK HexFormat and MessageDigest classes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)