[
https://issues.apache.org/jira/browse/NIFIREG-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147997#comment-16147997
]
ASF GitHub Bot commented on NIFIREG-10:
---------------------------------------
GitHub user bbende opened a pull request:
https://github.com/apache/nifi-registry/pull/7
NIFIREG-10 Implementing Registry service layer
- Connecting to REST end-points
- Adding FlowSnapshotSerializer and JAXBFlowSnapshotSerializer
- Adding bean validation 2.0.0 using Hibernate validator as the
implementation
- Adding a test that can be run manual to exercise some of the REST API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbende/nifi-registry NIFIREG-10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/7.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 #7
----
----
> Implement initial registry service layer
> ----------------------------------------
>
> Key: NIFIREG-10
> URL: https://issues.apache.org/jira/browse/NIFIREG-10
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> This ticket is to implement a service layer that will be called by the REST
> layer and will use the providers to perform the desired actions, i.e. for
> saving a snapshot, it will call the metadata provider to create the snapshot
> there, and then call a serializer to get the bytes of the snapshot, and then
> persist the bytes using the flow persistence provider.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)