[
https://issues.apache.org/jira/browse/NIFI-14203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-14203:
------------------------------------
Fix Version/s: 2.3.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Replace deprecated Bouncy Castle PGP 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
> Fix For: 2.3.0
>
> 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)