You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/10/22 14:07:46 UTC

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1206: MINIFICPP-1671 Load the extensions before creating the repositories

fgerlits commented on a change in pull request #1206:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1206#discussion_r734574770



##########
File path: libminifi/src/core/FlowConfiguration.cpp
##########
@@ -60,8 +60,6 @@ FlowConfiguration::FlowConfiguration(
     }
     checksum_calculator_.setFileLocation(*config_path_);
   }
-
-  extension::ExtensionManager::get().initialize(configuration_);
 }

Review comment:
       yup, 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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org