[
https://issues.apache.org/jira/browse/NIFI-2208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15401309#comment-15401309
]
ASF GitHub Bot commented on NIFI-2208:
--------------------------------------
GitHub user joewitt opened a pull request:
https://github.com/apache/nifi/pull/754
NIFI-2208 refactored as per comments in JIRA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joewitt/incubator-nifi NIFI-2208-refactor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/754.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #754
----
commit 1513b8435d862e9db3fb12228be31e9f5920e38e
Author: joewitt <[email protected]>
Date: 2016-07-31T19:14:22Z
NIFI-2208 refactored as per comments in JIRA
----
> Support Custom Properties in Expression Language - 1.x baseline
> ---------------------------------------------------------------
>
> Key: NIFI-2208
> URL: https://issues.apache.org/jira/browse/NIFI-2208
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Yolanda M. Davis
> Priority: Blocker
> Fix For: 1.0.0
>
>
> NIFI-1974 addressed this for the 0.x baseline but the PR does not apply
> cleanly to the 1.x baseline. Creating a separate JIRA for 1.x so that we can
> close out NIFI-1974 since 0.7.0 is ready to be released.
> In addition to the merge this should also include a fix to ensure that
> variable registry is initialized on startup that variables from the registry
> are applied during EL compilation based on the following order of precedence:
> 1) Flow File Attribute
> 2) Processor provided variables
> 3) User Defined Variables (via custom properties)
> 4) JVM System Properties
> 5) OS Environment Variables
> Finally the following processor properties should be enabled to support
> expression language:
> Put HDFS/Get HDFS/List HDFS
> - Directory property
> ConsumeJMS/PublishJMS
> - Destination Name property
> MS Connection Factory Provider
> -MQ ConnectionFactory Implementation (fqn classname)
> -MQ client library path
> -Broker URI
> DBCP Connection Pool:
> -Database Connection URL
> -Database Driver Class Name
> -DB Driver jar url
> -DB username
> -DB password
> ConvertCSVToAvro
> -add EL support for the following property
> -csv charset
> -and below...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)