[
https://issues.apache.org/jira/browse/MINIFICPP-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16484007#comment-16484007
]
ASF GitHub Bot commented on MINIFICPP-501:
------------------------------------------
Github user achristianson commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/333#discussion_r189914896
--- Diff: libminifi/src/processors/PutFile.cpp ---
@@ -51,7 +51,9 @@ core::Property PutFile::CreateDirs(
"Create Missing Directories",
"If true, then missing destination directories will be created. "
"If false, flowfiles are penalized and sent to failure.",
- "true");
+ "true",
+ true,
--- End diff --
Also note the case where a prop is required & has a default, and no value
is given in the config is covered in unit tests. It will use the default value
and validation will pass. So this change has no operational effect unless the
user explicitly gives an empty value ("") in the config file.
> Incorporate dependent property metadata into agent information
> --------------------------------------------------------------
>
> Key: MINIFICPP-501
> URL: https://issues.apache.org/jira/browse/MINIFICPP-501
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
> Priority: Major
>
> Report which properties a property is dependent upon.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)