[jira] [Created] (MINIFI-59) CRON support Quartz dependency is missing

2016-07-09 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-59:
-

 Summary: CRON support Quartz dependency is missing
 Key: MINIFI-59
 URL: https://issues.apache.org/jira/browse/MINIFI-59
 Project: Apache NiFi MiNiFi
  Issue Type: Bug
  Components: Core Framework
Reporter: Pierre Villard


>From the mailing list:

{quote}
CRON driven support

It seems to me that CRON driven processors are not supported (following
stack trace when running MiNiFi with a template with a CRON driven
processor):

2016-07-09 15:18:08,492 ERROR [main] org.apache.nifi.minifi.MiNiFi Failure
to launch MiNiFi due to java.lang.NoClassDefFoundError:
org/quartz/CronExpression
java.lang.NoClassDefFoundError: org/quartz/CronExpression
at
org.apache.nifi.controller.StandardProcessorNode.setScheduldingPeriod(StandardProcessorNode.java:446)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.StandardFlowSynchronizer.updateProcessor(StandardFlowSynchronizer.java:721)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.StandardFlowSynchronizer.addProcessGroup(StandardFlowSynchronizer.java:776)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.StandardFlowSynchronizer.sync(StandardFlowSynchronizer.java:271)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.FlowController.synchronize(FlowController.java:1287)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:72)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:629)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at
org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:479)
~[nifi-framework-core-0.6.1.jar:0.6.1]
at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:75)
~[minifi-framework-core-0.0.1.jar:0.0.1]
at org.apache.nifi.minifi.MiNiFi.(MiNiFi.java:134)
~[minifi-runtime-0.0.1.jar:0.0.1]
at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:233)
~[minifi-runtime-0.0.1.jar:0.0.1]
Caused by: java.lang.ClassNotFoundException: org.quartz.CronExpression
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
~[na:1.8.0_74]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_74]
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
~[na:1.8.0_74]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_74]
... 11 common frames omitted

If it is expected, it'd be nice to have a warning while converting
templates.
{quote}

I feel CRON support is an important one, and in maintaining some of the simpler 
functionalities that are in NiFi, think should also be available in MiNiFi.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[nifi] Git Push Summary

2016-07-09 Thread jpercivall
Repository: nifi
Updated Tags:  refs/tags/nifi-0.7.0-RC2 [created] ab3a4651a


[1/6] nifi git commit: NIFI-2112-rc2 prepare release nifi-0.7.0-RC2

2016-07-09 Thread jpercivall
Repository: nifi
Updated Branches:
  refs/heads/NIFI-2112-rc2 [created] c6b0941de


http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
index f28c763..af21314 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-nar/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-standard-nar
 nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
index 835504e..409e103 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 org.apache.nifi
 nifi-standard-prioritizers

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 60898a7..afe2e36 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-standard-processors
 jar
@@ -238,7 +238,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-standard-utils
-0.7.0-SNAPSHOT
+0.7.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
index 66d6cb9..26aa3b6 100644
--- 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-standard-reporting-tasks
 jar

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
index 36e9cf1..88f9cd1 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
@@ -9,13 +9,11 @@ by applicable law or agreed to in writing, software 
distributed under the
 License is distributed on an "AS IS" BASIS, 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. -->
-http://maven.apache.org/POM/4.0.0";
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
 nifi-standard-bundle
 org.apache.nifi
-0.7.0-SNAPSHOT
+0.7.0
 
 4.0.0
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-standard-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index cceee43..c30fa74 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom

[3/6] nifi git commit: NIFI-2112-rc2 prepare release nifi-0.7.0-RC2

2016-07-09 Thread jpercivall
NIFI-2112-rc2 prepare release nifi-0.7.0-RC2


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

Branch: refs/heads/NIFI-2112-rc2
Commit: f5629062c5e2a6c55fb62255aee74c4f25d93e7b
Parents: ca6a174
Author: Joseph Percivall 
Authored: Sat Jul 9 13:43:20 2016 -0400
Committer: Joseph Percivall 
Committed: Sat Jul 9 13:43:20 2016 -0400

--
 nifi-api/pom.xml|   2 +-
 nifi-assembly/pom.xml   |   2 +-
 nifi-bootstrap/pom.xml  |   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml |   2 +-
 nifi-commons/nifi-expression-language/pom.xml   |   2 +-
 nifi-commons/nifi-flowfile-packager/pom.xml |   2 +-
 nifi-commons/nifi-hadoop-utils/pom.xml  |   4 +-
 nifi-commons/nifi-hl7-query-language/pom.xml|   2 +-
 nifi-commons/nifi-logging-utils/pom.xml |   2 +-
 nifi-commons/nifi-processor-utilities/pom.xml   |   2 +-
 nifi-commons/nifi-properties/pom.xml|   2 +-
 nifi-commons/nifi-security-utils/pom.xml|   2 +-
 nifi-commons/nifi-site-to-site-client/pom.xml   |   4 +-
 nifi-commons/nifi-socket-utils/pom.xml  |   2 +-
 nifi-commons/nifi-utils/pom.xml |   4 +-
 nifi-commons/nifi-web-utils/pom.xml |   2 +-
 nifi-commons/nifi-write-ahead-log/pom.xml   |   2 +-
 nifi-commons/pom.xml|   2 +-
 nifi-docs/pom.xml   |   2 +-
 .../nifi-nifi-example-nar/pom.xml   |   2 +-
 .../nifi-nifi-example-processors/pom.xml|   2 +-
 nifi-external/nifi-example-bundle/pom.xml   |   4 +-
 nifi-external/nifi-spark-receiver/pom.xml   |   2 +-
 nifi-external/nifi-storm-spout/pom.xml  |   2 +-
 nifi-external/pom.xml   |   2 +-
 .../nifi-processor-bundle-archetype/pom.xml |   2 +-
 .../nifi-service-bundle-archetype/pom.xml   |   2 +-
 nifi-maven-archetypes/pom.xml   |   2 +-
 nifi-mock/pom.xml   |   2 +-
 .../nifi-ambari-bundle/nifi-ambari-nar/pom.xml  |   4 +-
 .../nifi-ambari-reporting-task/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-ambari-bundle/pom.xml |   2 +-
 .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml  |   4 +-
 .../nifi-amqp-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-amqp-bundle/pom.xml   |   6 +-
 .../nifi-avro-bundle/nifi-avro-nar/pom.xml  |   6 +-
 .../nifi-avro-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-avro-bundle/pom.xml   |   4 +-
 .../nifi-aws-bundle/nifi-aws-nar/pom.xml|   4 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml |   2 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml|   2 +-
 .../nifi-azure-bundle/nifi-azure-nar/pom.xml|   6 +-
 .../nifi-azure-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml  |   4 +-
 .../nifi-cassandra-nar/pom.xml  |   2 +-
 .../nifi-cassandra-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml  |   4 +-
 .../nifi-couchbase-nar/pom.xml  |   6 +-
 .../nifi-couchbase-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-couchbase-bundle/pom.xml  |   4 +-
 .../nifi-elasticsearch-nar/pom.xml  |   2 +-
 .../nifi-elasticsearch-processors/pom.xml   |   2 +-
 .../nifi-elasticsearch-bundle/pom.xml   |   4 +-
 .../nifi-flume-bundle/nifi-flume-nar/pom.xml|   4 +-
 .../nifi-flume-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-flume-bundle/pom.xml  |   6 +-
 .../nifi-framework-nar/pom.xml  |   2 +-
 .../nifi-framework/nifi-administration/pom.xml  |   2 +-
 .../nifi-framework/nifi-client-dto/pom.xml  |   2 +-
 .../nifi-cluster-authorization-provider/pom.xml |   2 +-
 .../nifi-framework/nifi-documentation/pom.xml   |   2 +-
 .../nifi-file-authorization-provider/pom.xml|   2 +-
 .../nifi-framework-cluster-protocol/pom.xml |   2 +-
 .../nifi-framework-cluster-web/pom.xml  |   2 +-
 .../nifi-framework-cluster/pom.xml  |   2 +-
 .../nifi-framework-core-api/pom.xml |   2 +-
 .../nifi-framework/nifi-framework-core/pom.xml  |   2 +-
 .../nifi-framework/nifi-nar-utils/pom.xml   |   2 +-
 .../nifi-framework/nifi-resources/pom.xml   |   2 +-
 .../nifi-framework/nifi-runtime/pom.xml |   2 +-
 .../nifi-framework/nifi-security/pom.xml|   2 +-
 .../nifi-framework/nifi-site-to-site/pom.xml|   2 +-
 .../nifi-framework/nifi-user-actions/pom.xml|   2 +-
 .../nifi-web/nifi-custom-ui-utilities/pom.xml   |   2 +-
 .../nifi-framework/nifi-web/nifi-jetty/pom.xml  |   2 +-
 .../nifi-web/nifi-ui-extension/pom.xml 

[4/6] nifi git commit: NIFI-2112-rc2 prepare for next development iteration

2016-07-09 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
index 409e103..672e1f6 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-prioritizers/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0
+0.8.0-SNAPSHOT
 
 org.apache.nifi
 nifi-standard-prioritizers

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index afe2e36..07df59c 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -14,7 +14,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-standard-processors
 jar
@@ -238,7 +238,7 @@ language governing permissions and limitations under the 
License. -->
 
 org.apache.nifi
 nifi-standard-utils
-0.7.0
+0.8.0-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
index 26aa3b6..7e8595f 100644
--- 
a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-reporting-tasks/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-standard-bundle
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-standard-reporting-tasks
 jar

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
index 88f9cd1..424d69e 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml
@@ -13,7 +13,7 @@ language governing permissions and limitations under the 
License. -->
 
 nifi-standard-bundle
 org.apache.nifi
-0.7.0
+0.8.0-SNAPSHOT
 
 4.0.0
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index c30fa74..c322b40 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-standard-bundle
 pom
@@ -37,29 +37,29 @@
 
 org.apache.nifi
 nifi-standard-processors
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-standard-prioritizers
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-standard-reporting-tasks
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-standard-content-viewer
 war
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-jolt-transform-json-ui
 war
-0.7.0
+0.8.0-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
--
diff --git 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-servic

[5/6] nifi git commit: NIFI-2112-rc2 prepare for next development iteration

2016-07-09 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-framework-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index f77bcb1..80be836 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-framework-bundle
 pom
@@ -31,92 +31,92 @@
 
 org.apache.nifi
 nifi-framework-cluster-protocol
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-framework-cluster-web
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-file-authorization-provider
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-cluster-authorization-provider
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-framework-cluster
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-runtime
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-client-dto
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-web-content-access
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-security
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-framework-core-api
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-site-to-site
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-framework-core
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-user-actions
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-administration
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-jetty
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-web-optimistic-locking
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-web-security
-0.7.0
+0.8.0-SNAPSHOT
 
 
 org.apache.nifi
 nifi-documentation
-0.7.0
+0.8.0-SNAPSHOT
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
index 7f50f22..ddc7a43 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-geo-bundle
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-geo-nar
 nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
index 4cb1a46..e9e9ef6 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-geo-bundle
-0.7.0
+0.8.0-SNAPSHOT
 
 nifi-geo-processors
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/c6b0941d/nifi-nar-bundles/nifi-geo-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/pom.xml
index f1b2b1d..96ccddc 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/pom.xml
+++ 

[2/6] nifi git commit: NIFI-2112-rc2 prepare release nifi-0.7.0-RC2

2016-07-09 Thread jpercivall
http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-framework-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index d13d43c..f77bcb1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -17,7 +17,7 @@
 
 org.apache.nifi
 nifi-nar-bundles
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-framework-bundle
 pom
@@ -31,92 +31,92 @@
 
 org.apache.nifi
 nifi-framework-cluster-protocol
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-framework-cluster-web
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-file-authorization-provider
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-cluster-authorization-provider
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-framework-cluster
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-runtime
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-client-dto
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-web-content-access
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-security
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-framework-core-api
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-site-to-site
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-framework-core
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-user-actions
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-administration
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-jetty
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-web-optimistic-locking
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-web-security
-0.7.0-SNAPSHOT
+0.7.0
 
 
 org.apache.nifi
 nifi-documentation
-0.7.0-SNAPSHOT
+0.7.0
 
 
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
index 03b7706..7f50f22 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-nar/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-geo-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-geo-nar
 nar

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
index ec75ca1..4cb1a46 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-geo-bundle/nifi-geo-processors/pom.xml
@@ -18,7 +18,7 @@
 
 org.apache.nifi
 nifi-geo-bundle
-0.7.0-SNAPSHOT
+0.7.0
 
 nifi-geo-processors
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/f5629062/nifi-nar-bundles/nifi-geo-bundle/pom.xml
--
diff --git a/nifi-nar-bundles/nifi-geo-bundle/pom.xml 
b/nifi-nar-bundles/nifi-geo-bundle/pom.xml
index 0baa13e..f1b2b1d 100644
--- a/nifi-nar-bundles/nifi-geo-bundle/pom.xml
+++ 

[6/6] nifi git commit: NIFI-2112-rc2 prepare for next development iteration

2016-07-09 Thread jpercivall
NIFI-2112-rc2 prepare for next development iteration


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

Branch: refs/heads/NIFI-2112-rc2
Commit: c6b0941de6764c67ec8f7fbfecb5fd47b33b4db7
Parents: f562906
Author: Joseph Percivall 
Authored: Sat Jul 9 13:43:33 2016 -0400
Committer: Joseph Percivall 
Committed: Sat Jul 9 13:43:33 2016 -0400

--
 nifi-api/pom.xml|   2 +-
 nifi-assembly/pom.xml   |   2 +-
 nifi-bootstrap/pom.xml  |   2 +-
 nifi-commons/nifi-data-provenance-utils/pom.xml |   2 +-
 nifi-commons/nifi-expression-language/pom.xml   |   2 +-
 nifi-commons/nifi-flowfile-packager/pom.xml |   2 +-
 nifi-commons/nifi-hadoop-utils/pom.xml  |   4 +-
 nifi-commons/nifi-hl7-query-language/pom.xml|   2 +-
 nifi-commons/nifi-logging-utils/pom.xml |   2 +-
 nifi-commons/nifi-processor-utilities/pom.xml   |   2 +-
 nifi-commons/nifi-properties/pom.xml|   2 +-
 nifi-commons/nifi-security-utils/pom.xml|   2 +-
 nifi-commons/nifi-site-to-site-client/pom.xml   |   4 +-
 nifi-commons/nifi-socket-utils/pom.xml  |   2 +-
 nifi-commons/nifi-utils/pom.xml |   4 +-
 nifi-commons/nifi-web-utils/pom.xml |   2 +-
 nifi-commons/nifi-write-ahead-log/pom.xml   |   2 +-
 nifi-commons/pom.xml|   2 +-
 nifi-docs/pom.xml   |   2 +-
 .../nifi-nifi-example-nar/pom.xml   |   2 +-
 .../nifi-nifi-example-processors/pom.xml|   2 +-
 nifi-external/nifi-example-bundle/pom.xml   |   4 +-
 nifi-external/nifi-spark-receiver/pom.xml   |   2 +-
 nifi-external/nifi-storm-spout/pom.xml  |   2 +-
 nifi-external/pom.xml   |   2 +-
 .../nifi-processor-bundle-archetype/pom.xml |   2 +-
 .../nifi-service-bundle-archetype/pom.xml   |   2 +-
 nifi-maven-archetypes/pom.xml   |   2 +-
 nifi-mock/pom.xml   |   2 +-
 .../nifi-ambari-bundle/nifi-ambari-nar/pom.xml  |   4 +-
 .../nifi-ambari-reporting-task/pom.xml  |   2 +-
 nifi-nar-bundles/nifi-ambari-bundle/pom.xml |   2 +-
 .../nifi-amqp-bundle/nifi-amqp-nar/pom.xml  |   4 +-
 .../nifi-amqp-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-amqp-bundle/pom.xml   |   6 +-
 .../nifi-avro-bundle/nifi-avro-nar/pom.xml  |   6 +-
 .../nifi-avro-processors/pom.xml|   2 +-
 nifi-nar-bundles/nifi-avro-bundle/pom.xml   |   4 +-
 .../nifi-aws-bundle/nifi-aws-nar/pom.xml|   4 +-
 .../nifi-aws-bundle/nifi-aws-processors/pom.xml |   2 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml|   2 +-
 .../nifi-azure-bundle/nifi-azure-nar/pom.xml|   6 +-
 .../nifi-azure-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-azure-bundle/pom.xml  |   4 +-
 .../nifi-cassandra-nar/pom.xml  |   2 +-
 .../nifi-cassandra-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-cassandra-bundle/pom.xml  |   4 +-
 .../nifi-couchbase-nar/pom.xml  |   6 +-
 .../nifi-couchbase-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-couchbase-bundle/pom.xml  |   4 +-
 .../nifi-elasticsearch-nar/pom.xml  |   2 +-
 .../nifi-elasticsearch-processors/pom.xml   |   2 +-
 .../nifi-elasticsearch-bundle/pom.xml   |   4 +-
 .../nifi-flume-bundle/nifi-flume-nar/pom.xml|   4 +-
 .../nifi-flume-processors/pom.xml   |   2 +-
 nifi-nar-bundles/nifi-flume-bundle/pom.xml  |   6 +-
 .../nifi-framework-nar/pom.xml  |   2 +-
 .../nifi-framework/nifi-administration/pom.xml  |   2 +-
 .../nifi-framework/nifi-client-dto/pom.xml  |   2 +-
 .../nifi-cluster-authorization-provider/pom.xml |   2 +-
 .../nifi-framework/nifi-documentation/pom.xml   |   2 +-
 .../nifi-file-authorization-provider/pom.xml|   2 +-
 .../nifi-framework-cluster-protocol/pom.xml |   2 +-
 .../nifi-framework-cluster-web/pom.xml  |   2 +-
 .../nifi-framework-cluster/pom.xml  |   2 +-
 .../nifi-framework-core-api/pom.xml |   2 +-
 .../nifi-framework/nifi-framework-core/pom.xml  |   2 +-
 .../nifi-framework/nifi-nar-utils/pom.xml   |   2 +-
 .../nifi-framework/nifi-resources/pom.xml   |   2 +-
 .../nifi-framework/nifi-runtime/pom.xml |   2 +-
 .../nifi-framework/nifi-security/pom.xml|   2 +-
 .../nifi-framework/nifi-site-to-site/pom.xml|   2 +-
 .../nifi-framework/nifi-user-actions/pom.xml|   2 +-
 .../nifi-web/nifi-custom-ui-utilities/pom.xml   |   2 +-
 .../nifi-framework/nifi-web/nifi-jetty/pom.xml  |   2 +-
 .../nifi-web/nifi-ui-extension/

svn commit: r14332 - in /dev/nifi/nifi-0.7.0: nifi-0.7.0-source-release.zip nifi-0.7.0-source-release.zip.asc nifi-0.7.0-source-release.zip.md5 nifi-0.7.0-source-release.zip.sha1 nifi-0.7.0-source-rel

2016-07-09 Thread jpercivall
Author: jpercivall
Date: Sat Jul  9 18:33:36 2016
New Revision: 14332

Log:
Updating 0.7.0 to RC2

Modified:
dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip
dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.asc
dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.md5
dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha1
dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha256

Modified: dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip
==
Binary files - no diff available.

Modified: dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.asc
==
--- dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.asc (original)
+++ dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.asc Sat Jul  9 18:33:36 
2016
@@ -1,17 +1,17 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQIcBAABAgAGBQJXbUSCAAoJEDxtuv4iiG/uluEQANDN2ANmhS2rUDZRwz7JinT+
-v/XPMdSxUIcC8RLxJbAucoQni6m0Ze5TzaUjY/R6l5OIAdDtX/GinGzIrreLclG7
-4zjH6GlXkxq5UmRxt1WqICFvnVLjBKj59nfpQ94GornAjiZm281CiT8DNFB2yy78
-AnQbyFlQUfowWJvDWuVsPU+M0oGdMcCyTMe0Gm4quxPilaezt68KIp/EkRPeA9X8
-E5AeRFr9fi5eKkEPboBy0zodGMkQmucTrOqJlwPZ74YJdNjcJLYJe5AiM9x6O8z3
-VYxKzfrpppnwy6U0N6eV/yKtoYXB2qu0leaPkjRRS/yT96a3FqwD1GFhM+osCuer
-W4qfl4tOhCPQtYAnPm/3J87jHniWdVh/0ZhLrv+bnvjxEPIyvJQsIZmkL6YNUP4G
-euXJjDREQzCpc351wAsJZ4j2TXqCmeFmamr2yzgPSQMNUWUidiNedi59AVHVYvMO
-vJVcOvsHXXKPHdm1gaFt6O1WqvewCHyDLhUdynJ88WdXq6Ct44I9zrQR++YwS7Tw
-F8Vb+8EQz37OaWLe8+TfGaKIrxVa6V+MLn9ih/iKUzBvSP0O7sGg4UZ6t3peRzV2
-MON1Pa7Hi6rmZzBaD4SyfnlbyOpspRX3U3UKOs3Yl3zVTLQDCH5H2wfJRvsRyFgh
-KJigsgi3xo22CZUkAxxT
-=pUar
+iQIcBAABAgAGBQJXgTWOAAoJEDxtuv4iiG/uDzQP/iOClKPp2PCq+pAtXj7h7kmx
+BtZgr7jFaRfIMa3n2DN17xr1khHvPue6S8RvnJhoyu8wKk0JI6wNBAwoEUwr1CgQ
+59nGUJRoaQ8Vyb/ZtIeOA+I0qrg6yYjy+0CpxCJVmLjqTaBDNgtPR9ZI34I8phms
+4fcCHBzKG4bxMY4cyrpfc4losTEU7ww74vzd5PKtAs4JZjo8tahI6DX+nKcJcrSG
+JwcIjTSne37iKTYq/qsP/MF4siRXjbuaqpWCNM2/eDf+H1xraDEq5OrKMzulTNxr
+VJGhXLUKpUdZjnuXhJXMsqnzPWHwdgEPWn+MWpJm6EwvN/UvYRgHgGjz+WusS2sp
+tGdkaR9IiPFK2MeAbLZK9NohKchArwL751xfFL6QdxJqxGM+DBcB6PBqgnXRVJOo
+6ezZZYucm7XC0umbh5dC7AfK2jCEtxhgfY/DP3oN5dhi2ZsIQw3E5Rdmo0QzjNh8
+ijYCVVqfLX6mu1HxQprqY62jX1Im0pnycR8fIXHfMnFyRYK166DrVOOd832xxYVg
+qPfsoydhPFFpwsD19Q3O8NQgIUafaDRWOIE7uU7RoNsw7F6n6TiXrLQ5DvQF/RfT
+jNsfmap50ye6pdFLj2eNSsxskpJpyjeoQKBCBwL01bdwoy65Vufai1ZZwtEjDbuS
+HqQu5ZJqnAE5pWMPYSVt
+=XUnq
 -END PGP SIGNATURE-

Modified: dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.md5
==
--- dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.md5 (original)
+++ dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.md5 Sat Jul  9 18:33:36 
2016
@@ -1 +1 @@
-8dc31d1f8103f9679cfe4b9533a4049b
+3a6af39c481fb0ad3eab5a4ea1a954fd

Modified: dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha1
==
--- dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha1 (original)
+++ dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha1 Sat Jul  9 18:33:36 
2016
@@ -1 +1 @@
-dc160c9611dc18523c994cd9086fc7088cc520f4
+33e16b0a73242ddda91f89591c82aa5d6e9c8d21

Modified: dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha256
==
--- dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha256 (original)
+++ dev/nifi/nifi-0.7.0/nifi-0.7.0-source-release.zip.sha256 Sat Jul  9 
18:33:36 2016
@@ -1 +1 @@
-7df056fb6af0eb9bdb94c17bf5bc2db288ed2b0d0a8ad23127dab5cdf74ce767
+56ab3132c1fef31dcf50b716b8e08272075f92e476849360280822e0cdc3e993