You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by bbende <gi...@git.apache.org> on 2017/09/06 19:11:49 UTC

[GitHub] nifi-registry pull request #9: NIFIREG-16 Initial Spring integration for nif...

GitHub user bbende opened a pull request:

    https://github.com/apache/nifi-registry/pull/9

    NIFIREG-16 Initial Spring integration for nifi-registry-web-api

    This PR converts the nifi-registry-web-api into a Spring Boot project using the spring-boot-jersey-starter to integrate Jersey endpoints with Spring's context. The nifi-registry-web-api is still packaged and deployed as a war as it was before.
    
    In addition, dependencies for spring-core, spring-beans, and spring-context were added to the nifi-registry-framework module so that beans/methods can be appropriately annotated in the framework. 

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

    $ git pull https://github.com/bbende/nifi-registry spring

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

    https://github.com/apache/nifi-registry/pull/9.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 #9
    
----
commit 8b843ab9fc7674a70d9c150a6b02023586e4a141
Author: Bryan Bende <bb...@apache.org>
Date:   2017-09-06T18:12:22Z

    NIFIREG-16 Initial Spring Boot integration for nifi-registry-web-api

----


---

[GitHub] nifi-registry pull request #9: NIFIREG-16 Initial Spring integration for nif...

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

    https://github.com/apache/nifi-registry/pull/9


---

[GitHub] nifi-registry issue #9: NIFIREG-16 Initial Spring integration for nifi-regis...

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

    https://github.com/apache/nifi-registry/pull/9
  
    Thanks Kevin, I'll go ahead and merge this.


---