NIFI-11109 Allow registry client's class in flow.xml/json to not change (#7273)

when underlying nar for nifi-flow-registry-client-nar is missing
This commit is contained in:
NissimShiman 2023-05-24 13:32:31 -04:00 committed by GitHub
parent ca2a829d47
commit a59ea4a135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ public class ExtensionBuilder {
validationContextFactory,
serviceProvider,
componentType,
simpleClassName,
type,
componentVarRegistry,
reloadComponent,
extensionManager,