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 <[email protected]>
Date: 2017-09-06T18:12:22Z
NIFIREG-16 Initial Spring Boot integration for nifi-registry-web-api
----
---