GitHub user bbende opened a pull request:
https://github.com/apache/nifi-registry/pull/22
Initial NiFi Registry Client
Adds a new module - nifi-registry-client - which uses Jersey client to
interact with the REST API.
Refactored a couple of classes to the data-model project to be shared by
client and framework.
I left this as two commits for now since the second commit adds exception
handling, and in case we wanted to change that approach it would easier to go
back to the previous commit.
Manual test class is in src/test/java - TestJerseyNiFiRegistryClient.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi-registry client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/22.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 #22
----
commit d3fa8a798258345d3daedfb33ac1649c3c056c5b
Author: Bryan Bende <[email protected]>
Date: 2017-10-13T20:32:01Z
NIFIREG-35 Initial commit of nifi-registry-client
commit 215cc9a6ba0b1b04b2c168ca1e0875ad9a96bf23
Author: Bryan Bende <[email protected]>
Date: 2017-10-17T19:03:36Z
NIFIREG-35 Adding exception handling
----
---