[
https://issues.apache.org/jira/browse/NIFI-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406398#comment-15406398
]
ASF GitHub Bot commented on NIFI-2407:
--------------------------------------
GitHub user jtstorck opened a pull request:
https://github.com/apache/nifi/pull/778
NIFI-2407 Implements EL support on some properties of processors/serv…
…ices
- Added EL support to "Directory" property of ListHDFS and GetHDFS
processors
- Added EL support to "Destination" property for ConsumeJMS and PublishJMS
processors
- Added EL support to "MQ ConnectionFactory Implementation", "MQ client
library path", "Broker URI" properties for the JMS Connection Factory Provider
- Added EL support to "Database Connection URL", "Database Driver Class
Name", "DB Driver jar url", "DB username", and "DB password" properties for the
DBCP Connection Pool
- Removed NotificationServiceManagerSpec.groovy, previous PR from Joe Witt
covers the needed testing for Variable Registry/Value Lookup at this time
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jtstorck/nifi NIFI-2407
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/778.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 #778
----
commit 1461686aae468cf12878d8beb7da84db5218d917
Author: Jeff Storck <[email protected]>
Date: 2016-07-27T15:51:15Z
NIFI-2407 Implements EL support on some properties of processors/services
- Added EL support to "Directory" property of ListHDFS and GetHDFS
processors
- Added EL support to "Destination" property for ConsumeJMS and PublishJMS
processors
- Added EL support to "MQ ConnectionFactory Implementation", "MQ client
library path", "Broker URI" properties for the JMS Connection Factory Provider
- Added EL support to "Database Connection URL", "Database Driver Class
Name", "DB Driver jar url", "DB username", and "DB password" properties for the
DBCP Connection Pool
- Removed NotificationServiceManagerSpec.groovy, previous PR from Joe Witt
covers the needed testing for Variable Registry/Value Lookup at this time
----
> Add EL support to processors/controller services
> ------------------------------------------------
>
> Key: NIFI-2407
> URL: https://issues.apache.org/jira/browse/NIFI-2407
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Jeff Storck
> Assignee: Jeff Storck
> Fix For: 1.0.0
>
>
> Add support for EL:
> * "Directory" property for GetHDFS and ListHDFS processors
> * "Destination Name" property for ConsumeJMS and PublishJMS processors
> * "MQ ConnectionFactory Implementation", "MQ client library path", "Broker
> URI" properties for the JMS Connection Factory Provider
> * "Database Connection URL", "Database Driver Class Name", "DB Driver jar
> url", "DB username", and "DB password" properties for the DBCP Connection Pool
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)