[
https://issues.apache.org/jira/browse/NIFI-15878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18085368#comment-18085368
] ASF subversion and git services commented on NIFI-15878: -------------------------------------------------------- Commit 4310214fcfde725936a9bd083c2b6847da13fb84 in nifi's branch refs/heads/main from venkateshwaran shanmugham [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4310214fcfd ] NIFI-15878 Switched to getCanonicalClassName for Verifiable Components (#11293) Signed-off-by: David Handermann <[email protected]> > Use getCanonicalClassName instead of FQN when working with Verifiable > Components > -------------------------------------------------------------------------------- > > Key: NIFI-15878 > URL: https://issues.apache.org/jira/browse/NIFI-15878 > Project: Apache NiFi > Issue Type: Bug > Reporter: Bob Paulin > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > There are a couple of places we're inconsistant about using FQN vs Canonical > class names. Specifically: > [https://github.com/apache/nifi/blob/2fa328696ff2d79fe375ccc2a9cdbb5bc9d31537/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/components/validation/StandardVerifiableComponentFactory.java#L47] > > [https://github.com/apache/nifi/blob/2fa328696ff2d79fe375ccc2a9cdbb5bc9d31537/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/StandardProcessorNode.java#L1027] > > [https://github.com/apache/nifi/blob/2fa328696ff2d79fe375ccc2a9cdbb5bc9d31537/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/controller/service/StandardControllerServiceNode.java#L551] > > These cases should use getCanonicalClassName -- This message was sent by Atlassian Jira (v8.20.10#820010)
