nifi/nifi-nar-bundles
Tamas Palfy 103325354b NIFI-7015 - ConsumeJMS now supports ObjectMessage, MapMessage and StreamMessage types as well. Added optional ERROR_QUEUE property. Result flowfiles get a 'jms.messagetype' attribute that contains the incoming message type (TextMessage, BytesMessage, ObjectMessage, MapMessage or StreamMessage). 2020-01-14 17:07:44 -05:00
..
nifi-ambari-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-amqp-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-atlas-bundle NIFI-6945: Use minExtInfo=true to reduce the amount of data queried from Atlas 2020-01-10 09:03:07 -05:00
nifi-avro-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-aws-bundle NIFI-6971 - Minor typo in capabilities description 2019-12-26 10:58:54 +01:00
nifi-azure-bundle NIFI-6998 This closes #3972. Batch & Partitioning key 2020-01-13 22:37:46 -05:00
nifi-beats-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-cassandra-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-ccda-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-cdc NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-confluent-platform-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-couchbase-bundle NIFI-6795 - fix for CouchbaseMapCacheClient to allow new objects to be created 2019-12-06 07:04:37 +01:00
nifi-cybersecurity-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-datadog-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-druid-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-easyrules-bundle NIFI-6890 Support configuring rules in controller service configuration 2019-11-22 11:17:48 -05:00
nifi-elasticsearch-bundle NIFI-6925: Fixed JoltTransformRecord for RecordReaders, improved MockProcessSession (#3913) 2019-12-17 11:42:24 -05:00
nifi-email-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-enrich-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-evtx-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-extension-utils NIFI-6884 - Native library loading fixed/improved: NarClassLoader and InstanceClassLoader can load libraries from their own or their ancestors' NAR-INF/bundled-dependencies/native directory. 2020-01-13 13:59:11 -05:00
nifi-flume-bundle NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries 2019-11-22 11:14:46 -05:00
nifi-framework-bundle NIFI-7011: This closes #3983. SwappablePriorityQueue contains two internal data structures: activeQueue, swapQueue. activeQueue is intended to be pulled from for processing. swapQueue is intended to hold FlowFiles that are waiting to be swapped out. SinWe want to ensure that we first swap in any data that has already been swapped out before processing the swap queue, in order to ensure that we process the data in the correct order. This fix ddresses an issue where data was being swapped out by writing the lowest priority data to a swap file, then adding the highest priority data to activeQueue and the 'middle' priority data back to swapQueue. As a result, when polling from the queue we got highest priority data, followed by lowest priority data, followed by middle priority data. This is addressed by avoiding putting anything back on swapQueue when we swap out. Instead, write data to the swap file, then push everything else to activeQueue. This way, any new data that comes in will still go to the swapQueue, as it should, but all data that didn't get written to the Swap file will be processed before the low priority data in the swap file. 2020-01-13 22:02:05 -05:00
nifi-gcp-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-graph-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-groovyx-bundle NIFI-7014: This closes #3985. Add RecordReader/Writer access in ExecuteGroovyScript 2020-01-14 12:58:21 -05:00
nifi-grpc-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-hadoop-bundle NIFI-6992 - Add "Batch Size" property to GetHDFSFileInfo processor - Added "Batch Size property", takes effect only if "Destination" is set to "Content" and Grouping" is set to "None" 2020-01-13 17:50:33 +01:00
nifi-hadoop-libraries-bundle NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries 2019-11-22 11:14:46 -05:00
nifi-hbase-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-hive-bundle NIFI-6952: Evaluate EL for Hive3ConnectionPool properties 2019-12-19 11:51:18 +01:00
nifi-hl7-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-html-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-ignite-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-influxdb-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-jetty-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-jms-bundle NIFI-7015 - ConsumeJMS now supports ObjectMessage, MapMessage and StreamMessage types as well. Added optional ERROR_QUEUE property. Result flowfiles get a 'jms.messagetype' attribute that contains the incoming message type (TextMessage, BytesMessage, ObjectMessage, MapMessage or StreamMessage). 2020-01-14 17:07:44 -05:00
nifi-jolt-record-bundle NIFI-6925: Fixed JoltTransformRecord for RecordReaders, improved MockProcessSession (#3913) 2019-12-17 11:42:24 -05:00
nifi-kafka-bundle NIFI-6983: Ensure that if any call to kafka's Producer throws a ProducerFencedException that it's handled properly by poisoning the lease, which in turn will close the client 2020-01-06 11:34:51 -05:00
nifi-kerberos-iaa-providers-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-kite-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-kudu-bundle NIFI-7006 Changed the Kudu controller service test to an integration test since it starts a server and is not portable across build environments (#3976) 2020-01-09 19:10:03 -08:00
nifi-language-translation-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-ldap-iaa-providers-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-lumberjack-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-media-bundle NIFI-6686 - Improved exception handling in ResizeImage processor. 2019-12-13 12:55:26 -05:00
nifi-metrics-reporting-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-mongodb-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-mqtt-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-network-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-parquet-bundle NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries 2019-11-22 11:14:46 -05:00
nifi-poi-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-prometheus-bundle NIFI-6902: This closes #3986. Added unit test for original author's patch 2020-01-14 11:59:08 -05:00
nifi-provenance-repository-bundle NIFI-3833 Added encrypted flowfile repository implementation. 2020-01-10 10:44:59 -08:00
nifi-ranger-bundle NIFI-6896 Standardize hadoop.version for everything that uses nifi-hadoop-libraries 2019-11-22 11:14:46 -05:00
nifi-redis-bundle NIFI-6839 - Upgrade jackson-databind direct dependencies 2019-11-25 10:58:22 -05:00
nifi-registry-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-rethinkdb-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-riemann-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-rules-action-handler-bundle NIFI-6855 - added action type enforcement option for handlers 2019-11-20 12:24:41 -05:00
nifi-scripting-bundle NIFI-6859: Add scripted versions of RecordSinkService, RulesEngineService, and ActionHandler (#3881) 2019-11-14 14:20:58 -05:00
nifi-site-to-site-reporting-bundle NIFI-6989: Removed call to cancel() in SiteToSiteReportingSink 2020-01-09 17:16:23 +07:00
nifi-slack-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-snmp-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-social-media-bundle NIFI-6905 Prevent non-primary nodes to connect Twitter API when runnin in primary node only mode. 2019-12-13 13:41:21 -05:00
nifi-solr-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-spark-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-splunk-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-spring-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-sql-reporting-bundle NIFI-6960: Add Provenance Table to MetricsSqlQueryService 2020-01-09 17:26:43 +07:00
nifi-standard-bundle NIFI-6919: Added relationship attribute to DistributeLoad 2020-01-14 16:14:48 -05:00
nifi-standard-services NIFI-6947: Add PutRecord processor using RecordSinkService (#3943) 2020-01-08 04:25:14 -04:00
nifi-stateful-analysis-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-tcp-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-update-attribute-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-websocket-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
nifi-windows-event-log-bundle NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00
pom.xml NIFI-6733 updating to next release version for master branch 2019-11-04 13:31:39 -05:00