nifi/nifi-nar-bundles
Andrew Psaltis 6356d7b9ee NIFI-4988 This closes #2725. Changed the exception handling so that an invliad ZIP is handled. When an invalid zip is processed, the exception is an IllegalArgumentException which was not being handled and thus the session was being rollbacked.
Signed-off-by: joewitt <joewitt@apache.org>
2018-05-22 10:24:57 -04:00
..
nifi-ambari-bundle NIFI-4809 - Implement a SiteToSiteMetricsReportingTask 2018-04-11 14:44:30 -04:00
nifi-amqp-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-atlas-bundle NIFI-4971: ReportLineageToAtlas complete path can miss one-time lineages 2018-05-15 05:50:26 -04:00
nifi-avro-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-aws-bundle NIFI-5220: add validation for host and password, and tests 2018-05-22 09:28:30 +09:00
nifi-azure-bundle NIFI-4199: Added ProxyConfigurationService 2018-05-20 17:57:47 -04:00
nifi-beats-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-cassandra-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-ccda-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-cdc Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-confluent-platform-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-couchbase-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-cybersecurity-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-datadog-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-druid-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-elasticsearch-bundle NIFI-4199: Added ProxyConfigurationService 2018-05-20 17:57:47 -04:00
nifi-email-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-enrich-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-evtx-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-extension-utils NIFI-5217: Allow non-nullable fields to be added to MockRecordParser 2018-05-18 15:59:12 -04:00
nifi-flume-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-framework-bundle NIFI-5204: Ensure that verifyCanStop throws ISE if component is disabled 2018-05-17 13:44:52 -04:00
nifi-gcp-bundle NIFI-5156: Updated GCP SDK to latest version 2018-05-09 18:19:17 +02:00
nifi-groovyx-bundle NIFI-5121: Added DBCPService API method for passing in flow file attributes when available 2018-05-11 08:19:16 -04:00
nifi-grpc-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-hadoop-bundle NIFI-5152: MoveHDFS now works even with no upstream connection 2018-05-07 13:20:56 -04:00
nifi-hadoop-libraries-bundle NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-processors, and nifi-hadoop-utils dependency on hadoop-client from 2.7.3 to 3.0.0 2018-04-25 15:34:14 -04:00
nifi-hbase-bundle NIFI-5145 Made MockPropertyValue.evaluateExpressionLanguage(FlowFile able to accommodate null flowfiles the way live NiFi does. 2018-05-16 13:50:27 -04:00
nifi-hive-bundle NIFI-5121: Added DBCPService API method for passing in flow file attributes when available 2018-05-11 08:19:16 -04:00
nifi-hl7-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-html-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-ignite-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-influxdb-bundle NIFI-5130 ExecuteInfluxDBQuery processor chunking support 2018-05-04 17:32:10 -04:00
nifi-jetty-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-jms-bundle NIFI-5180: update JMS additional details to set Destination Type to Required, default 'QUEUE' 2018-05-10 10:47:20 +02:00
nifi-kafka-bundle NIFI-5194: Ensure that even if calling KafkaConsumer.resume() throws an Exception, that we still release the lock that we are holding 2018-05-15 11:52:55 +02:00
nifi-kerberos-iaa-providers-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-kite-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-kudu-bundle NIFI-5064 - Fixes and improvements to PutKudu processor 2018-05-09 19:39:29 +02:00
nifi-language-translation-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-ldap-iaa-providers-bundle NIFI-5135: 2018-05-07 11:17:26 -04:00
nifi-lumberjack-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-media-bundle NIFI-5108 Updated all explicit refs and media nar usage of commons-compress to latest version and updated spring redis client 2018-04-24 15:16:04 -04:00
nifi-metrics-reporting-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-mongodb-bundle NIFI-5197 Fixed a bunch of EL scope bugs. 2018-05-17 09:57:35 -04:00
nifi-mqtt-bundle NIFI-4938 Upgraded org.eclipse.paho.client.mqttv3 dependency version to 1.2.0 2018-05-10 11:04:32 +02:00
nifi-parquet-bundle [NIFI-5190] Bump Apache Parquet to 1.10.0 2018-05-15 11:40:11 +02:00
nifi-poi-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-provenance-repository-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-ranger-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-redis-bundle NIFI-5108 Updated all explicit refs and media nar usage of commons-compress to latest version and updated spring redis client 2018-04-24 15:16:04 -04:00
nifi-registry-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-rethinkdb-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-riemann-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-scripting-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-site-to-site-reporting-bundle NIFI-5092 - Removed local state management for S2S Bulletins RT 2018-04-25 16:25:00 -04:00
nifi-slack-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-snmp-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-social-media-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-solr-bundle NIFI-4035 - Adding PutSolrRecord Processor that reads NiFi records and indexes them into Solr as SolrDocuments 2018-04-24 10:50:40 -04:00
nifi-spark-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-splunk-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-spring-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
nifi-standard-bundle NIFI-4988 This closes #2725. Changed the exception handling so that an invliad ZIP is handled. When an invalid zip is processed, the exception is an IllegalArgumentException which was not being handled and thus the session was being rollbacked. 2018-05-22 10:24:57 -04:00
nifi-standard-services NIFI-4199: Added ProxyConfigurationService 2018-05-20 17:57:47 -04:00
nifi-stateful-analysis-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-tcp-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-update-attribute-bundle Merge branch 'NIFI-4995-RC3' as part of NiFi 1.6.0 release process 2018-04-06 16:48:08 -07:00
nifi-websocket-bundle NIFI-5114: Added Basic auth support to WebSocket components 2018-05-14 14:26:47 -04:00
nifi-windows-event-log-bundle NIFI-4995-RC3 prepare for next development iteration 2018-04-03 08:28:34 -07:00
pom.xml NIFI-4199: Added ProxyConfigurationService 2018-05-20 17:57:47 -04:00