[
https://issues.apache.org/jira/browse/NIFI-14305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931823#comment-17931823
]
ASF subversion and git services commented on NIFI-14305:
--------------------------------------------------------
Commit 5cd49c32e6ada5f1063b866f781940cccf89c009 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5cd49c32e6 ]
NIFI-14305 Removed unnecessary declaration of Bouncy Castle dependencies
- Removed exclusions of jdk15on and direct declaration of jdk18on as no longer
needed with transitive version upgrades
Signed-off-by: Chris Sampson <[email protected]>
This closes #9757.
> Remove unnecessary declaration of Bouncy Castle dependencies in Extensions
> --------------------------------------------------------------------------
>
> Key: NIFI-14305
> URL: https://issues.apache.org/jira/browse/NIFI-14305
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Bouncy Castle 1.71 introduced a change from using the {{jdk15on}} suffix to
> {{jdk18on}}, requiring manual exclusion over the older version and direct
> declaration of the newer version. Since initial changes for this migration
> occurred in NIFI-10614 for NiFi 1.19.0, various dependent libraries have
> upgraded their transitive dependencies, removing the need for custom
> overrides in the NiFi AWS, Media, and SMB modules. These custom overrides
> should be removed. The Maven Enforcer configuration continues to detect and
> block references to the historical {{jdk15on}} version of Bouncy Castle
> libraries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)