[ 
https://issues.apache.org/jira/browse/NIFIREG-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476144#comment-16476144
 ] 

ASF GitHub Bot commented on NIFIREG-160:
----------------------------------------

Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/117#discussion_r188357732
  
    --- Diff: pom.xml ---
    @@ -110,8 +110,8 @@
             <jax.rs.api.version>2.1</jax.rs.api.version>
             <jersey.version>2.26</jersey.version>
             <jackson.version>2.9.2</jackson.version>
    -        <spring.boot.version>2.0.0.M7</spring.boot.version>
    -        <spring.security.version>5.0.0.RELEASE</spring.security.version>
    +        <spring.boot.version>2.0.2.RELEASE</spring.boot.version>
    --- End diff --
    
    It seems we are also specifying the versions in the notice files. Should be 
updated as well.


> Implement a hook provider
> -------------------------
>
>                 Key: NIFIREG-160
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-160
>             Project: NiFi Registry
>          Issue Type: New Feature
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>
> In order to extend NiFi Registry and NiFi CLI features to integrate with 
> automated deployment pipelines, it would be useful to provide a hook 
> extension point that can be configured by users to trigger actions when a new 
> flow snapshot version is committed in the Registry.
> A first implementation of this extension point could be a "script hook": a 
> script would be executed when a new flow snapshot version is committed. 
> Arguments passed to the script would be: bucket ID, flow ID, version, author 
> and comment.
> This would enable a lot of scenarios including automatically deploy flows 
> from one environment to another.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to