[
https://issues.apache.org/jira/browse/NIFI-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415460#comment-15415460
]
ASF GitHub Bot commented on NIFI-2540:
--------------------------------------
GitHub user markap14 opened a pull request:
https://github.com/apache/nifi/pull/828
NIFI-2540: Exclude from templates the parts of property descriptors t…
…hat are not necessary. Also ensure that Property Descriptors are not
completely removed from Controller Services.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/markap14/nifi NIFI-2540
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/828.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 #828
----
commit e3ebf1b67cced7c2fe89f73511ff9aba6f2f814e
Author: Mark Payne <[email protected]>
Date: 2016-08-10T15:36:21Z
NIFI-2540: Exclude from templates the parts of property descriptors that
are not necessary. Also ensure that Property Descriptors are not completely
removed from Controller Services.
----
> Templates should be scrubbed for Property Descriptors' descriptions
> -------------------------------------------------------------------
>
> Key: NIFI-2540
> URL: https://issues.apache.org/jira/browse/NIFI-2540
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Fix For: 1.0.0
>
>
> In NIFI-2150, we removed a lot of unused information from templates. The
> Property Descriptors, in particular, were removed. However, these were later
> added back in, as it was necessary to have the 'Identifies Controller
> Service' flag. Bringing this back in, however, brings in the descriptions
> which are very verbose, unused, and may change over time, which would cause
> problems with the deterministic templating effort. We should remove
> everything from the Property Descriptors except for the name and whether or
> not the property identifies a controller service.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)