nifi/nifi-nar-bundles
Jeff Storck 26d90fbccf
NIFI-1833 - Addressed issues from PR review.
NIFI-1833 Moved AbstractListProcessor.java, EntityListing.java, and ListableEntity.java from nifi-standard-processors into nifi-processor-utils
Moved TestAbstractListProcessor.java into nifi-processor-utils
Set nifi-azure-nar's nar dependency back to nifi-standard-services-api-nar
Fixed failing integration tests (ITFetchAzureBlobStorage.java, ITListAzureBlobStorage.java, and ITPutAzureStorageBlob.java) and refactored them to be able to run in parallel

NIFI-1833 Moved security notice info in the additional details documentation into the descriptions of the specific attributes for which those notices are intended
Added displayName usage to properties
Updated exception handling in FetchAzureBlobStorage.java and PutAzureBlobStorage.java to cause flowfiles with Output/InputStreamCallback failures to be routed to the processor's failure relationship
Cleaned up dependencies in pom

NIFI-1833 Removed unnecessary calls to map on Optional in the onTrigger exception handling of FetchAzureBlobStorage.java and PutAzureBlobStorage.java

NIFI-1833 Updates due to nifi-processor-utils being moved under nifi-nar-bundles

This closes #1719.

Signed-off-by: Bryan Rosander <brosander@apache.org>
2017-05-02 14:39:46 -04:00
..
nifi-ambari-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-amqp-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-avro-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-aws-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-azure-bundle NIFI-1833 - Addressed issues from PR review. 2017-05-02 14:39:46 -04:00
nifi-beats-bundle NIFI-3238 - Introduce ListenBeats processor and deprecates ListenLumberjack processor 2017-03-01 21:41:51 -05:00
nifi-cassandra-bundle NIFI-3139 Added host:port list and non empty EL validators in StandardValidators 2017-02-10 11:22:43 -05:00
nifi-ccda-bundle NIFI-3147 Build processor to parse CCDA into attributes 2017-03-29 20:30:57 +00:00
nifi-cdc NIFI-3749: Added database filtering to DDL events in CaptureChangeMySQL 2017-04-28 13:16:01 +09:00
nifi-couchbase-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-cybersecurity-bundle NIFI-2747 - Introduce FuzzyHashContent processor 2017-04-18 10:27:15 -04:00
nifi-datadog-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-elasticsearch-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-email-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-enrich-bundle NIFI-2661 - Abstract the GeoEnrichIP processor NIFI-2661 - Add accuracy radius to GeoEnrichIP NIFI-2661 - Introduce ISPEnrichIP Processor 2017-04-26 09:10:48 -04:00
nifi-evtx-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-extension-utils NIFI-1833 - Addressed issues from PR review. 2017-05-02 14:39:46 -04:00
nifi-flume-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-framework-bundle NIFI-3594 Implemented encrypted provenance repository. 2017-05-02 13:24:07 -04:00
nifi-gcp-bundle NIFI-3594 Implemented encrypted provenance repository. 2017-05-02 13:24:07 -04:00
nifi-hadoop-bundle NIFI-3724 - Initial commit of Parquet bundle with PutParquet and FetchParquet 2017-05-01 16:10:35 -04:00
nifi-hadoop-libraries-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-hbase-bundle NIFI-3627: Added removeByPattern() to DistributedMapCache interfaces 2017-03-22 19:22:08 +01:00
nifi-hive-bundle NIFI-3724 - Initial commit of Parquet bundle with PutParquet and FetchParquet 2017-05-01 16:10:35 -04:00
nifi-hl7-bundle NIFI-2564 corrected L&N to reference new BeanUtils dependency. 2017-03-09 22:00:41 -05:00
nifi-html-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-ignite-bundle NIFI-3100-rc2 prepare for next development iteration 2016-11-25 23:49:27 -05:00
nifi-jetty-bundle NIFI-3694 updated latest logback,jetty,moved servlet-api and jetty-schemas to lib root as needed now 2017-04-18 07:41:21 -04:00
nifi-jms-bundle NIFI-3543 This closes #1548. Added support for using EL when defining brokerURL in jms-cf-service 2017-04-19 22:50:48 -07:00
nifi-kafka-bundle NIFI-3739: This closes #1728. Pass the proper InputStream to RecordSetWriterFactory in order to obtain RecordSetWriter; also fix error handling so that we don't kill kafka client if unable to create writer, since we roll back the offsets 2017-05-02 00:21:15 -04:00
nifi-kerberos-iaa-providers-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-kite-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-language-translation-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-ldap-iaa-providers-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-lumberjack-bundle NIFI-3238 - Introduce ListenBeats processor and deprecates ListenLumberjack processor 2017-03-01 21:41:51 -05:00
nifi-media-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-mongodb-bundle NIFI-2914 Fixed message error in AbstractMongoProcessor 2017-02-19 21:25:08 +11:00
nifi-mqtt-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-parquet-bundle NIFI-3724 - Initial commit of Parquet bundle with PutParquet and FetchParquet 2017-05-01 16:10:35 -04:00
nifi-poi-bundle NIFI-3594 Implemented encrypted provenance repository. 2017-05-02 13:24:07 -04:00
nifi-provenance-repository-bundle NIFI-3594 Implemented encrypted provenance repository. 2017-05-02 13:24:07 -04:00
nifi-ranger-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-registry-bundle NIFI-3739: This closes #1695. Added ConsumeKafkaRecord_0_10 and PublishKafkaRecord_0_10 processors 2017-05-01 18:47:51 -04:00
nifi-riemann-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-scripting-bundle NIFI-3724 - Initial commit of Parquet bundle with PutParquet and FetchParquet 2017-05-01 16:10:35 -04:00
nifi-site-to-site-reporting-bundle NIFI-3674 Adding EL support to regex properties and cleaning up property descriptions 2017-05-01 09:55:17 -04:00
nifi-slack-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-snmp-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-social-media-bundle NIFI-3692 This closes #1663. Use hbc-core instead of hbc-twitter4j in social-media bundle to resolve org.json cat-x 2017-04-11 14:25:04 -04:00
nifi-solr-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-splunk-bundle NIFI-3385 - This closes #1440. Updating copyright statements to reflect the new year. 2017-02-16 00:10:02 -05:00
nifi-spring-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
nifi-standard-bundle NIFI-1833 - Addressed issues from PR review. 2017-05-02 14:39:46 -04:00
nifi-standard-services NIFI-3739: This closes #1695. Added ConsumeKafkaRecord_0_10 and PublishKafkaRecord_0_10 processors 2017-05-01 18:47:51 -04:00
nifi-stateful-analysis-bundle NIFI-3440 This closes #1638. fixing tests not written for windows to not run on windows 2017-03-31 01:59:35 -04:00
nifi-tcp-bundle NIFI-3412 ignoring tests which depend on timing/network setup 2017-02-13 22:46:44 -08:00
nifi-update-attribute-bundle NIFI-3737 - Ran optipng on all png files 2017-04-25 12:28:49 -04:00
nifi-websocket-bundle Incorporated review comments. 2017-05-02 10:02:55 -04:00
nifi-windows-event-log-bundle NIFI-3380 Bumping NAR plugin to 1.2.0-SNAPSHOT development to leverage changes from master, adding buildnumber-maven-plugin to nifi-nar-bundles to properly set build info in MANIFEST of NARs 2017-03-24 11:06:44 -04:00
pom.xml NIFI-3724 - Initial commit of Parquet bundle with PutParquet and FetchParquet 2017-05-01 16:10:35 -04:00