Bob Paulin created NIFI-15878:
---------------------------------
Summary: 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 PaulinThere 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)
