David Handermann created NIFI-12379:
---------------------------------------
Summary: 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
Fix For: 2.latest
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)