[
https://issues.apache.org/jira/browse/MINIFICPP-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496845#comment-16496845
]
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_r192165818
--- Diff: libminifi/test/unit/YamlConfigurationTests.cpp ---
@@ -457,3 +456,64 @@ Flow Controller:
REQUIRE(NULL != rootFlowConfig->findProcessor("XYZ")->getUUID());
REQUIRE(!rootFlowConfig->findProcessor("XYZ")->getUUIDStr().empty());
}
+
+class DummyComponent : public core::ConfigurableComponent {
--- End diff --
let's leave override out of libminifi/ and keep it in extensions due to
compiler versioning.
> 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)