[
https://issues.apache.org/jira/browse/MINIFICPP-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496839#comment-16496839
]
ASF GitHub Bot commented on MINIFICPP-465:
------------------------------------------
Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/350#discussion_r192164378
--- Diff: libminifi/src/core/yaml/YamlConfiguration.cpp ---
@@ -19,6 +19,7 @@
#include <memory>
#include <vector>
#include <set>
+#include <regex>
--- End diff --
Not all versions of the compiler support <regex> You'll need to handle the
C and C++ paths. I think GetFile is an example.
> Regex property validation
> -------------------------
>
> Key: MINIFICPP-465
> URL: https://issues.apache.org/jira/browse/MINIFICPP-465
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Andrew Christianson
> Assignee: Andrew Christianson
> Priority: Major
>
> Support validation of processor properties via regular expression.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)