nifi git commit: NIFI-3039 Provenance Repository - Fix PurgeOldEvent and Rollover Size Limits * Added low water mark for purgeOldEvents() to more quickly purge after a large spike in events. * Adjuste

2018-03-09 Thread mosermw
Repository: nifi Updated Branches: refs/heads/master c71409fb5 -> 49c7af03c NIFI-3039 Provenance Repository - Fix PurgeOldEvent and Rollover Size Limits * Added low water mark for purgeOldEvents() to more quickly purge after a large spike in events. * Adjusted rollover high water mark to

[1/6] nifi git commit: NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max NIFI-4936 updated dependency handling pushing down delcarations where they belong Thi

2018-03-09 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master 8f6645445 -> c71409fb5 http://git-wip-us.apache.org/repos/asf/nifi/blob/c71409fb/pom.xml -- diff --git a/pom.xml b/pom.xml index 576d214..2f8862e 100644 --- a/pom.xml +++

[2/6] nifi git commit: NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max NIFI-4936 updated dependency handling pushing down delcarations where they belong Thi

2018-03-09 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/c71409fb/nifi-nar-bundles/nifi-standard-services/nifi-ssl-context-bundle/nifi-ssl-context-service/pom.xml -- diff --git

[5/6] nifi git commit: NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max NIFI-4936 updated dependency handling pushing down delcarations where they belong Thi

2018-03-09 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/c71409fb/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml -- diff --git a/nifi-nar-bundles/nifi-couchbase-bundle/nifi-couchbase-processors/pom.xml

[3/6] nifi git commit: NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max NIFI-4936 updated dependency handling pushing down delcarations where they belong Thi

2018-03-09 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/c71409fb/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml -- diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml

[4/6] nifi git commit: NIFI-4936 trying to quiet down the mvn output a bit so we dont exceed the travis-ci 4MB max NIFI-4936 updated dependency handling pushing down delcarations where they belong Thi

2018-03-09 Thread mcgilman
http://git-wip-us.apache.org/repos/asf/nifi/blob/c71409fb/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml -- diff --git a/nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/pom.xml

nifi git commit: NIFI-4945: - Upgrading spring security version.

2018-03-09 Thread alopresto
Repository: nifi Updated Branches: refs/heads/master e9d585a78 -> 8f6645445 NIFI-4945: - Upgrading spring security version. This closes #2524. Signed-off-by: Andy LoPresto Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

[jira] [Created] (MINIFI-442) Provide a MiNiFi C2 Client

2018-03-09 Thread Aldrin Piri (JIRA)
Aldrin Piri created MINIFI-442: -- Summary: Provide a MiNiFi C2 Client Key: MINIFI-442 URL: https://issues.apache.org/jira/browse/MINIFI-442 Project: Apache NiFi MiNiFi Issue Type: Improvement

nifi git commit: NIFI-4870 Upgraded activemq-client and activemq-broker versions to 5.15.3. - Updated copyright dates in NOTICE files. - This closes #2469.

2018-03-09 Thread mcgilman
Repository: nifi Updated Branches: refs/heads/master 3cdd3f60f -> e9d585a78 NIFI-4870 Upgraded activemq-client and activemq-broker versions to 5.15.3. - Updated copyright dates in NOTICE files. - This closes #2469. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit:

nifi-registry git commit: NIFIREG-135 Fix versionCount for createFlowVersion result

2018-03-09 Thread bbende
Repository: nifi-registry Updated Branches: refs/heads/master e8ff47d7d -> c6aaca673 NIFIREG-135 Fix versionCount for createFlowVersion result This closes 98. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit:

nifi-registry git commit: NIFIREG-146 REST API Documentation improvements

2018-03-09 Thread bbende
Repository: nifi-registry Updated Branches: refs/heads/master e73e9c065 -> e8ff47d7d NIFIREG-146 REST API Documentation improvements Improves the REST API documentation and swagger spec, including: - Corrects handling of collection response types in REST API docs - Adds required access

nifi git commit: NIFI-4949 Converted nifi-mongodb-services' unit tests into integration tests so that the @Ignore annotation doesn't have to be removed to make them run.

2018-03-09 Thread pvillard
Repository: nifi Updated Branches: refs/heads/master 79fa4ad46 -> 3cdd3f60f NIFI-4949 Converted nifi-mongodb-services' unit tests into integration tests so that the @Ignore annotation doesn't have to be removed to make them run. Signed-off-by: Pierre Villard