You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mcgilman <gi...@git.apache.org> on 2018/04/02 20:50:56 UTC

[GitHub] nifi pull request #2602: NIFI-5034: Ensuring descriptors and properties of r...

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/2602

    NIFI-5034: Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc.

    NIFI-5034:
    - Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-5034

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/2602.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 #2602
    
----
commit 729d13ecfbb4284d806d2087b76e5a20bf8c5c0f
Author: Matt Gilman <ma...@...>
Date:   2018-04-02T20:47:28Z

    NIFI-5034:
    - Ensuring descriptors and properties of referencing components are populated like Processors, Reporting Tasks, etc.

----


---

[GitHub] nifi pull request #2602: NIFI-5034: Ensuring descriptors and properties of r...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi/pull/2602


---

[GitHub] nifi issue #2602: NIFI-5034: Ensuring descriptors and properties of referenc...

Posted by markap14 <gi...@git.apache.org>.
Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2602
  
    @mcgilman this looks good to me. Code changes make sense. Was able to verify that no functionality was broken, though I don't have a controller service available like the one specified, so difficult to thoroughly test that, but I believe it will address the problem from reading code. +1 merged to master. Thanks!


---

[GitHub] nifi issue #2602: NIFI-5034: Ensuring descriptors and properties of referenc...

Posted by mcgilman <gi...@git.apache.org>.
Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/2602
  
    The minor issue is addressed.


---

[GitHub] nifi issue #2602: NIFI-5034: Ensuring descriptors and properties of referenc...

Posted by mcgilman <gi...@git.apache.org>.
Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/2602
  
    Minor issue with the proposed solution. Will update soon.


---