pkedvessy commented on code in PR #9694:
URL: https://github.com/apache/nifi/pull/9694#discussion_r1945577038


##########
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/c2/C2NifiClientService.java:
##########
@@ -150,13 +158,11 @@ public C2NifiClientService(NiFiProperties niFiProperties, 
FlowController flowCon
         this.heartbeatManagerExecutorService = newScheduledThreadPool(1);
         this.operationManagerExecutorService = newSingleThreadExecutor();
 
-        this.extensionManifestParser = new JAXBExtensionManifestParser();
-
         C2ClientConfig clientConfig = generateClientConfig(niFiProperties);
 
         this.runtimeManifestService = new StandardRuntimeManifestService(
             ExtensionManagerHolder.getExtensionManager(),
-            extensionManifestParser,
+                new JAXBExtensionManifestParser(),

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to