[
https://issues.apache.org/jira/browse/NIFI-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922947#comment-17922947
]
ASF subversion and git services commented on NIFI-14203:
--------------------------------------------------------
Commit 60a8a43bf3b85f5cf9043cb9f60fb6cf769b8dcf in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=60a8a43bf3 ]
NIFI-14203 Replaced deprecated Bouncy Castle PGP methods (#9678)
Signed-off-by: David Handermann <[email protected]>
> Replace deprecated bouncycastle features with suggested equivalents
> -------------------------------------------------------------------
>
> Key: NIFI-14203
> URL: https://issues.apache.org/jira/browse/NIFI-14203
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When building the code the warnings below indicate there are deprecated
> bouncycastle features being used. This tickets aims to replace those with
> their suggested equivalents.
> {code:java}
> [WARNING]
> nifi-2.2.0/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/src/main/java/org/apache/nifi/pg
> p/util/PGPOperationUtils.java:[104,57] [deprecation]
> PGPSignatureGenerator(PGPContentSignerBuilder) in PGPSignatureGenerator has
> been deprecated
> [WARNING]
> nifi-2.2.0/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-test-utils/src/main/java/org/apache/nifi/pg
> p/util/PGPSecretKeyGenerator.java:[115,15] [deprecation]
> JcaPGPKeyPair(int,KeyPair,Date) in JcaPGPKeyPair has been deprecated
> [WARNING]
> nifi-2.2.0/nifi-extension-bundles/nifi-pgp-bundle/nifi-pgp-processors/src/main/java/org/apache/nifi/pr
> ocessors/pgp/SignContentPGP.java:[293,61] [deprecation]
> PGPSignatureGenerator(PGPContentSignerBuilder) in PGPSignatureGenerator has
> been deprecated{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)