[
https://issues.apache.org/jira/browse/MINIFICPP-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz resolved MINIFICPP-2064.
-------------------------------------
Fix Version/s: 0.14.0
Resolution: Fixed
> Do not include unloaded extensions in the manifest
> --------------------------------------------------
>
> Key: MINIFICPP-2064
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2064
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Ferenc Gerlits
> Assignee: Ferenc Gerlits
> Priority: Minor
> Fix For: 0.14.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When we create the manifest, the list of extensions comes from
> `agent_version.cpp`, which is generated at build time. The contents of
> `componentManifest` come from the runtime static registry, so it is only
> populated if the extension is loaded.
> If an extension was enabled at compile time, but not loaded at run time, it
> should not be included in the manifest.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)