Mark Payne created NIFI-430:
-------------------------------
Summary: NiFi API needs to provide an isExpressionPresent() method
to validators
Key: NIFI-430
URL: https://issues.apache.org/jira/browse/NIFI-430
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework, Extensions
Reporter: Mark Payne
Fix For: 0.1.0
Currently, validators have no way of determining whether or not a property
value contains an Expression Language Expression. This ends up requiring
processor developers to write code like
https://github.com/apache/incubator-nifi/pull/36.patch, in which they have to
check for presence of characters in the value. The onus of this should be on
the framework.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)