1. 87c02c1 NIFI-8674: Update Apache Calcite version to 1.27.0 by Kent Nguyen · 2 years, 11 months ago
  2. 576338c NIFI-8697: When login endpoint is encountered and JWT is no longer valid, request cookie to be deleted. Also fixed NPE that was encountered when going to /logout without the expected cookie being present by Mark Payne · 2 years, 11 months ago
  3. de7fef8 NIFI-8690 Set FAIL_ON_UNKNOWN_PROPERTIES to false in JacksonExtensionManifestParser by Bryan Bende · 2 years, 11 months ago
  4. 20c889c NIFI-8620: Ensure that we provider appropriate error messages if attempting to migrate FlowFiles from one session to another without including full hierarchy; added tests to verify behavior by Mark Payne · 3 years ago
  5. 48befe2 NIFI-8645: Disable LongRunningTaskMonitor by default by Peter Turcsanyi · 2 years, 11 months ago
  6. ab851b9 NIFI-8672 Added syncUninterruptibly() to Netty shutdown and close methods by exceptionfactory · 2 years, 11 months ago
  7. 1a515ee NIFI-8656 Support EL for SAS Token in the ADLS Gen2 processors by Peter Turcsanyi · 2 years, 11 months ago
  8. 6f04b45 NIFI-8643: Correcting nifi.cluster.load.balance.address in properties (#5146) by Joe Gresock · 2 years, 11 months ago
  9. 38cf25c NIFI-8647: Updated VersionedPropertyDescriptor to include information about which properties are referencing resources, how many resource, and the types of resources; updated NiFiRegistryFlowMapper to perform the mapping. (#5114) by markap14 · 2 years, 11 months ago
  10. 1ccc4fb NIFI-8651: Refactor Sensitive Properties Providers for extension by Joe Gresock · 2 years, 11 months ago
  11. 64f600d NIFI-8689: This closes #5150. Avoid flushing the socket buffer unnecessarily when sending a series of FlowFiles via site-to-site by Mark Payne · 2 years, 11 months ago
  12. 172afac NIFI-8633: This closes #5104. When reading a Content/Resource Claim from FileSystemRepository, avoid the unnecessary Files.exists call and instead just create a FileInputStream, catching FileNotFoundException by Mark Payne · 3 years ago
  13. 3e774bc NIFI-8625: Refactor scripted components to use ScriptRunner to fix concurrency issues (#5116) by Matthew Burgess · 2 years, 11 months ago
  14. db40989 NIFI-8516 Enabled HTTPS and Single User Authentication in default configuration by exceptionfactory · 3 years ago
  15. d7a8d27 NIFI-8642 Select the default Old Gen Memory Pool for Memory Reporting Task by Timea Barna · 2 years, 11 months ago
  16. 5c91143 NIFI-8680: Ensure that if commitAsync() is called and an Exception caught that it is rethrown by Mark Payne · 2 years, 11 months ago
  17. 4df2a79 NIFI-8678 Forced Calcite 1.27.0 and Calcite Avatica 1.6.0 for Hive Bundle by exceptionfactory · 2 years, 11 months ago
  18. 7cb3bce NIFI-8622: Reuse of GenericRecord instance eliminated from AvroReaderWithExplicitSchema to avoid issues when parsing fields of type "bytes" (#5090) by Peter Gyori · 2 years, 11 months ago
  19. d44dec7 NIFI-8670: Fixed bug in which a Parameter Context Update would fail if an updated parameter was referenced by a Controller Service whose state was ENABLING. Created system test to verify and addressed bug that was encountered in SingleFlowFileConcurrencyIT. (#5137) by markap14 · 2 years, 11 months ago
  20. 69c10f5 NIFIREG-395 - Implemented the ability to import and export versioned flows through the UI. (#5107) by M Tien · 2 years, 11 months ago
  21. 8641b54 NIFI-6667 Added variable to accept nifi.sensitive.props.key in Dockerfiles by Emilio Setiadarma · 2 years, 11 months ago
  22. a3c1cd0 NIFI-8499 - Added encrypted FlowFile repository swap file implementation by Paul Grey · 2 years, 11 months ago
  23. 07ff4f2 NIFI-8667: When marking a Controller Service as enabled, ensure that we release the write lock before calling validation methods of referencing components. Otherwise, we can encounter a deadlock. by Mark Payne · 2 years, 11 months ago
  24. 659fda1 NIFI-8659: Support multiple output records in JoltTransformRecord (#5126) by Matthew Burgess · 2 years, 11 months ago
  25. f07e17b [NIFI-8610] Do not reuse generic records in convertAvroToORC by Dominik Przybysz · 3 years ago
  26. c9dee30 NIFI-8658: Allow Filter Functions and expressions to be specified as a RecordPaths by Mark Payne · 2 years, 11 months ago
  27. 9af136a NIFI-8654 Changed SNMP TestAgent to use getAvailableUdpPort() by exceptionfactory · 2 years, 11 months ago
  28. d340ad7 NIFI-8661: Updated ReaderLookup and RecordSetWriterLookup to use a property that indicates which reader/writer to use instead of requiring a specific attribute be provided by Mark Payne · 2 years, 11 months ago
  29. e883aa6 Rename RecordPath un/escape JSON functions (#5124) by Chris Sampson · 2 years, 11 months ago
  30. bc5204d NIFI-8137 Record Path EscapeJson/UnescapeJson functions (#4756) by Chris Sampson · 2 years, 11 months ago
  31. 5045adf NIFI-8655 Intermittent test failures in TestUnpackContent#testThreadSafetyUsingAutoDetect (#5117) by denes · 2 years, 11 months ago
  32. 40dd45b NIFI-8646 Aligned NiFi Registry dependencies with NiFi root properties by exceptionfactory · 2 years, 11 months ago
  33. 66f0f90 NIFI-8471 Parameter Contexts - show referencing process groups by s9514171 · 3 years ago
  34. f23dcb0 NIFI-8640 Regression with NIFI-8522 NiFi can duplicate controller service during template generation by Timea Barna · 2 years, 11 months ago
  35. 96d5211 Fixing keys of Adam Debreceni and Ferenc Gerlits by Arpad Boda · 2 years, 11 months ago
  36. e0a1cb8 NIFI-8133 Add ability to supress null/empty values in ElasticSearchClientService for PutElasticsearchRecord output by Chris Sampson · 3 years, 4 months ago
  37. bf960ca NIFI-8522 NiFi can duplicate controller services when generating templates by Timea Barna · 3 years ago
  38. 9fe1f56 NIFI-8632: Using available port in StandardOidcIdentityProviderGroovyIT.groovy by Joe Gresock · 3 years ago
  39. 7fb0293 NIFI-8626 Upgraded okhttp-digest to 2.5 by exceptionfactory · 3 years ago
  40. 08edc33 NIFI-8629: Implemented the LogComponentStatuses task that runs periodically in stateless. by Mark Payne · 3 years ago
  41. 46b1f67 NIFI-8631: Ensure that GCP Pub/Sub messages are not acknowledged until session has been committed, in order ot ensure that we don't have data loss by Mark Payne · 3 years ago
  42. 1e6161c NIFI-8361 Upgraded Zip4j to 2.8.0 by exceptionfactory · 3 years ago
  43. 1e1c446 NIFI-8628 - Variable Registry - Variable count doesn't reset when opening the variable dialog by s9514171 · 3 years ago
  44. dfa683a NIFI-8528 Migrate NiFi Registry into NiFi codebase (#5065) by tpalfy · 3 years ago
  45. 103aae6 NIFI-8614 Adjusted NodeClusterCoordinatorFactoryBean to handle null ClusterNodeFirewall (#5100) by exceptionfactory · 3 years ago
  46. beb1d2f NIFI-8520 - Parameter Contexts - Show the wrong information of referencing components by s9514171 · 3 years ago
  47. a3365c8 NIFI-8462 Refactored PutSyslog and ListenSyslog using Netty by exceptionfactory · 3 years ago
  48. 5108d7c NIFI-8439 Update parquet-avro to allow reading parquet INT96 timestamps as byte arrays (instead of throwing an exception). by Tamas Palfy · 3 years ago
  49. 622507f NIFI-8627: Upgrade apache derby to 10.14.2.0 to mitigate CVE_2015_1832 by Mohammed Nadeem · 3 years ago
  50. 01783a2 NIFI-8037 Changed SSLContextServices to use runtime supported protocols for TLSv1.3 by exceptionfactory · 3 years, 3 months ago
  51. 0b29a42 NIFI-7737: add string array option to putcassandrarecord by Wouter de Vries · 4 years, 2 months ago
  52. 1c17da5 NIFI-8604 Upgraded Apache Accumulo to 2.0.1 by exceptionfactory · 3 years ago
  53. b6f8441 NIFI-8373 Add Kerberos support to Accumulo processors by Timea Barna · 3 years, 1 month ago
  54. 4888eaf NIFI-8623 Changed repositories from conjars.org to public.nexus.pentaho.org by exceptionfactory · 3 years ago
  55. 48b75c1 NIFI-8621: fix page-internal link by Paul Grey · 3 years ago
  56. 154e4f3 NIFI-8617: Created nifi-stateless module at the root level and moved sub-modules into that. Created nifi-stateless-assembly and the associated resources module. Also updated some configuration to be configurable via environment variables by Mark Payne · 3 years ago
  57. c113960 NIFI-8613: Improve FlattenJson Processor by Mohammed Nadeem · 3 years ago
  58. a3eaf0a NIFI-8325: Complete SNMP refactor: SNMP GET and SET processors reworked, unit tests added by Lehel Boér · 3 years, 1 month ago
  59. 13e5dc4 NIFI-8435 Added Kudu Client Worker Count property by exceptionfactory · 3 years ago
  60. e19940e NIFI-8466: Resolving offload bug with Single Node load balanced queues by Joe Gresock · 3 years ago
  61. ecacfda NIFI-8469: Introduced ProcessSession.commitAsync and updated processors to use it. Deprecated ProcessSession.commit() by Mark Payne · 3 years, 1 month ago
  62. a223f1e NIFI-8614 Updated FileBasedClusterNodeFirewallFactoryBean to return default implementation by exceptionfactory · 3 years ago
  63. 1f0425b NIFI-8126: Updated verbiage for ConnectionStatusDescriptors, added an Average Queued Duration by Mark Payne · 3 years ago
  64. 2309d75 NIFI-8126 by Jon Kessler · 3 years, 3 months ago
  65. f812dfd NIFI-8535: Better error message in PutDatabaseRecord when table does not exist (#5070) by Matthew Burgess · 3 years ago
  66. ed591e0 NIFI-8445: Implemented HashiCorpVaultCommunicationService in nifi-vault-utils by Joe Gresock · 3 years ago
  67. 51aae5b NIFI-8519 Adding HDFS support for NAR autoload by Bence Simon · 3 years ago
  68. 7c08fbc NIFI-8542: When returning content via TriggerResult.readContent(FlowFile), ensure that we take into account the content claim offset and length by Mark Payne · 3 years ago
  69. 7e54ef9 NIFI-8343 - Updated solr from 8.4.1 to 8.8.2. Small code changes were required. by Nathan Gough · 3 years ago
  70. 6776765 NIFI-8538 Upgraded Apache Commons IO to 2.8.0 by exceptionfactory · 3 years ago
  71. 73a2283 NIFI-8536: PrometheusReportingTask and PrometheusRecordSink do not support variable registry for port property by Mohammed Nadeem · 3 years ago
  72. 97ed0ef NIFI-8537: Check that a property's dependencies are satisfied before checking if the referenced controller service valid/enabled by Mark Payne · 3 years ago
  73. a274c12 NIFI-2892 Implement AWS Kinesis Stream Consume Processor by Chris Sampson · 3 years ago
  74. ab8b744 NIFI-8457: Fixed bug in load balanced connections that can result in the node never completing OFFLOAD action. Also fixed issue in which data destined for a disconnected/offloaded node was never rebalanced even for partitioning strategies that call for rebalancing on failure by Mark Payne · 3 years ago
  75. 09e54c1 NIFI-8246 Set NIFI_PBKDF2_AES_GCM_256 as default properties encryption algorithm by exceptionfactory · 3 years ago
  76. 4db50f2 NIFI-8502 Upgraded Spring Framework to 5.3.6 by exceptionfactory · 3 years ago
  77. fdda358 NIFI-8470: Fix DataTypeUtils for CHAR() sequences by Sandro Tolaini · 3 years ago
  78. a4d435c NIFI-8330: Fix compilation of Jython scripts for scripting components by Matthew Burgess · 3 years, 1 month ago
  79. 340b130 NIFI-8367 Removed joda-time from nifi-standard-processors by exceptionfactory · 3 years ago
  80. 86d5b08 Adding addititonal documentation to EvalluateJsonPath per https://issues.apache.org/jira/browse/NIFI-8518 by matthewlannan · 3 years ago
  81. 48a9054 NIFI-4913 - Added "-E" with sudo to read environment variables set in current shell environment while running nifi with bootstrap property "run.as" set as to some user by Sushil Kumar · 4 years, 7 months ago
  82. 1791f4c NIFI-8417 emoji in processor group name cause nifi to not start up by s9514171 · 3 years ago
  83. 1645886 NIFI-8477: If interrupted while waiting for Node Status Update to be replicated to other nodes, do not throw ProtocolException; instead just log a warning and return. by Mark Payne · 3 years ago
  84. 5c2df42 NIFI-8431: remove redundant validation of dynamic properties by Mark Bean · 3 years ago
  85. 5062f2e NIFI-8515 Upgraded Apache Tika to 1.26 by exceptionfactory · 3 years ago
  86. 284322f MINIFI-554: Move OSUtils to nifi-bootstrap-utils for MiNiFi and NiFi by Matthew Burgess · 3 years ago
  87. 1e75b7e NIFI-8496: eliminate 500 error when uploading templates by Mark Bean · 3 years ago
  88. 2895bac NIFI-8512: When converting to/from Avro UNION type, we can be more efficient when the UNION consists of a Null type and one other type by determinine the non-null type and just using that. Also eliminated a call to List.stream() and related .collect() call by using an existing method that performs the logic without the very expensive call to stream() by Mark Payne · 3 years ago
  89. 30fc266 NIFI-6061: Fix CLOB/BLOB handling in PutDatabaseRecord by Matthew Burgess · 3 years ago
  90. 328b9e5 NIFI-8513 Upgraded Spring Framework to 4.3.30 by exceptionfactory · 3 years ago
  91. 5bcfcf4 NIFI-7788 Created a new endpoint in RemoteProcessGroupResource to allow updating run statuses/transmission state of all remote process groups within a process group. by Tamas Palfy · 3 years, 8 months ago
  92. 13d5be6 NIFI-8230 Removed default Sensitive Properties Key and added random generation by exceptionfactory · 3 years, 2 months ago
  93. a74c176 NIFI-8478 - This closes #5052. handle undefined system property 'user.region' by Paul Grey · 3 years ago
  94. 24d3d43 NIFI-8506 Fix Azure Storage integration tests by Guillaume Schaer · 3 years ago
  95. cc554a6 NIFI-8478 Addressed i18n test issues; CI supplies locale to surefire by Paul Grey · 3 years ago
  96. e1697a8 NIFI-8510 - Added a more specific CSRF cookie request matcher to avoid issues with CSRF 403 response. by Nathan Gough · 3 years ago
  97. 935566b NIFI-8433 Added ability to decommission a node in a cluster by Mark Payne · 3 years ago
  98. 1090a97 NIFI-7870 Resolved access to extension resources when using JWT by Nathan Gough · 3 years, 2 months ago
  99. 3963f66 NIFI-8320: Fix column mismatch in PutDatabaseRecord by Matthew Burgess · 3 years ago
  100. e1c99e3 MINIFI-553: Fix timeout-based tests in StatusLoggerTest by Matthew Burgess · 3 years ago