[
https://issues.apache.org/jira/browse/NIFI-13599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869718#comment-17869718
]
ASF subversion and git services commented on NIFI-13599:
--------------------------------------------------------
Commit dfa015ec337acaf72b0d5390d6d8b7c01619e15d in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=dfa015ec33 ]
NIFI-13599 Replaced Commons Codec Hex with HexFormat for Encryptor (#9125)
- Removed commons-codec dependency from nifi-property-encryptor
> Replace Commons Codec Hex with Java HexFormat in property-encryptor
> -------------------------------------------------------------------
>
> Key: NIFI-13599
> URL: https://issues.apache.org/jira/browse/NIFI-13599
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The nifi-property-encryptor module supports encrypting and decrypting
> sensitive flow configuration properties, using hexadecimal encoding for
> storing encrypted values. The current implementation uses Apache Commons
> Codec for hexadecimal encoding, but the dependency can be removed and the
> implementation can be replaced with the Java HexFormat class, introduced in
> Java 17.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)