NIFI-632 adding VolatileContentRepository and VolatileFlowFile repository to 
service definition file


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/cad8aa11
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/cad8aa11
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/cad8aa11

Branch: refs/heads/develop
Commit: cad8aa11e1adb57052303912b9adc90aaeff708f
Parents: e1a59c4
Author: danbress <dbr...@onyxconsults.com>
Authored: Sat Jun 13 12:23:04 2015 -0400
Committer: danbress <dbr...@onyxconsults.com>
Committed: Sat Jun 13 12:23:04 2015 -0400

----------------------------------------------------------------------
 .../org.apache.nifi.controller.repository.ContentRepository       | 3 ++-
 .../org.apache.nifi.controller.repository.FlowFileRepository      | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/cad8aa11/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.ContentRepository
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.ContentRepository
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.ContentRepository
index 6e0227b..8f68920 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.ContentRepository
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.ContentRepository
@@ -12,4 +12,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-org.apache.nifi.controller.repository.FileSystemRepository
\ No newline at end of file
+org.apache.nifi.controller.repository.FileSystemRepository
+org.apache.nifi.controller.repository.VolatileContentRepository
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/cad8aa11/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.FlowFileRepository
----------------------------------------------------------------------
diff --git 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.FlowFileRepository
 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.FlowFileRepository
index 0a91746..590dbc1 100644
--- 
a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.FlowFileRepository
+++ 
b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.controller.repository.FlowFileRepository
@@ -12,4 +12,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
\ No newline at end of file
+org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
+org.apache.nifi.controller.repository.VolatileFlowFileRepository
\ No newline at end of file

Reply via email to