GitHub user apiri opened a pull request:

    https://github.com/apache/nifi/pull/650

    NIFI-1896 Refactoring nifi-api module to only be those items needed for 
implementing extensions

    NIFI-1896 Refactoring nifi-api module to only be those items needed for 
implementing extensions.
    
    This PR consists of multiple commits to show the process and discrete steps 
in the overall effort.  Can squash when reviewed and validated.

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

    $ git pull https://github.com/apiri/incubator-nifi nifi-1896

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

    https://github.com/apache/nifi/pull/650.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 #650
    
----
commit 0a232ee40b79e571aa15d40ecc7570b145d8e989
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T13:28:19Z

    Initial refactoring of ProvenanceEventRepository and introduction of 
ProvenanceRepository as service loaded component.

commit 8b78205279de6896bccad32e23d9066ab2bb3c84
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T18:41:02Z

    Refactoring authorization and user interfaces to be located in the 
nifi-framework-api module.  Updating associated modules to make use of this 
dependency. Performing general cleanup.

commit 4fffd33d356dc4919263fd1a79d49864aab7ffce
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T21:26:40Z

    Removed deprecated OnConfigured and associated references.

commit 9d55f534f1de562899d18c37f111980eb0340076
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T21:31:12Z

    Moving repository and queue interfacves to nifi-framework-api.

commit d1e166a1405ac41a29e65bf2c9a3b92a5be652c2
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T21:43:10Z

    Migrating history components to nifi-framework-api.

commit 5d1d3b3698daccffec1cdd02f7c497cc9dda3a02
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-13T21:45:56Z

    Marking FlowFilePrioritizer as deprecated.

commit 437f010279c1352891c1051b78f2384a6cab51ad
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-14T13:38:07Z

    removing deprecated annotations.

commit 65ef9a29e58f6747bd97b77ca08d29148bf55260
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-14T13:46:20Z

    Migrating EventReporter to nifi-framework-api.

commit c7e50fe32cdfc29f33ef6dc27e7cbb16d9dbdc75
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-14T13:57:12Z

    Migrating provenance search items to nifi-framework-api.

commit e0e9410f065c37eeba7828fe257dd5b7e299815f
Author: Aldrin Piri <ald...@apache.org>
Date:   2016-07-14T14:11:56Z

    Migrating web package out of nifi-api.  Removing ResourceNotFoundException 
from Javadoc of getEvent in ProvenanceEventRepository. No impls seem to throw 
this and seems like provenance event repo should not share this web exception.  
If exception is needed, would prefer to provide that from event repo that is 
then wrapped by RNFE at controller level.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to