You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2016/04/13 19:55:25 UTC

[jira] [Created] (NIFI-1762) Simplify revision management that happens in StandardNiFiServiceFacade

Mark Payne created NIFI-1762:
--------------------------------

             Summary: Simplify revision management that happens in StandardNiFiServiceFacade
                 Key: NIFI-1762
                 URL: https://issues.apache.org/jira/browse/NIFI-1762
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Mark Payne
            Assignee: Mark Payne
             Fix For: 1.0.0


Currently, StandardNiFiServiceFacade has a huge amount of repetitive code to ensure that changes to the flow occur always with the appropriate revision and that the revision is updated appropriately.

However, this is very tedious and prone to copy/paste errors and requires updating the code in many places if something changes.

With NiFi 1.0 depending on Java 8, we can make use of Java's Lambda functions in order to dramatically simplify the code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)