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

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

     [ https://issues.apache.org/jira/browse/NIFI-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Gilman resolved NIFI-1762.
-------------------------------
    Resolution: Fixed

> 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)