Peter Turcsanyi
4bec56ed81
NIFI-11296 Improved code reusability of GRPC modules
...
This closes #7053
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-17 15:25:58 -05:00
Mark Bathori
2873575fce
NIFI-11263: Add case-insensitive and order independent field mapping to PutIceberg record converter
...
This closes #7026 .
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-03-17 20:03:21 +01:00
mr1716
4d8c13b8e1
NIFI-10769 Updated Accumulo from 2.0.1 to 2.1.0
...
- Updated exclusions with Log4j 2 dependencies
- Removed exclusions no longer required based on Accumulo 2.1.0
This closes #6964
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-16 15:20:51 -05:00
johnAlJunior
40be70762a
NIFI-11269 Added snappy-java to nifi-avro-processors
...
This closes #7035
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-16 08:53:03 -05:00
Joe Gresock
8227c19b97
NIFI-11291: Ensuring exceptional EventIterators are closed in PartitionedEventStore
...
This closes #7047
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-16 08:26:32 -05:00
dan-s1
6c64050a29
NIFI-10792 Updated ConvertExcelToCSV to handle files over 10 MB
...
- Refactored to reduce the cognitive complexity in the onTrigger method
- Added log4j-to-slf4j library and adjusted formatting
- Removed unnecessary graphics2d dependency
This closes #7016
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-15 15:03:44 -05:00
Mark Payne
450a46bc58
NIFI-11289: Avoid obtaining read locks on queues when fetching Group Status, except in those few specific situations where it's needed.
...
This closes #7046
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-15 14:18:22 -05:00
Matt Burgess
668d309c7e
NIFI-11279: Allow event stream processing to continue in CaptureChangeMySQL after sync issue ( #7039 )
2023-03-14 16:23:43 -04:00
exceptionfactory
1c883adca8
NIFI-11275 Removed HashContent from See Also in FuzzyHashContent
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7037 .
2023-03-14 12:44:23 +01:00
exceptionfactory
5b9fabb889
NIFI-11281 Corrected Accumulo NAR dependencies
...
- Set accumulo-core to provided in NAR and Services NAR modules
- Removed unused dependencies
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7042 .
2023-03-14 12:40:46 +01:00
Chris Sampson
f71ba8aadb
NIFI-11274 only add @timestamp to PutElasticsearchRecord document if not null
...
This closes #7036 .
Signed-off-by: Kevin Doran <kdoran@apache.org>
2023-03-13 14:11:19 -04:00
Peter Turcsanyi
d2f80b1645
NIFI-11260 Added STS SSL Context Service for AWS Credentials Provider
...
This closes #7021
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-13 09:39:30 -05:00
exceptionfactory
b23b2621ac
NIFI-11267 Removed deprecated OAuth2TokenProviderImpl
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7029 .
2023-03-13 09:22:20 +01:00
exceptionfactory
665b1696ef
NIFI-11268 Removed deprecated OpenPGP support from EncryptContent
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7030 .
2023-03-13 09:20:33 +01:00
Emilio Setiadarma
1208e03b4c
NIFI-8497 Added SlackRecordSink
...
This closes #6593
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-10 16:23:02 -06:00
Matt Burgess
c1890a5bb8
NIFI-5501: Fixed classloader issue leading to multiple abandoned threads ( #7031 )
2023-03-10 15:37:32 -05:00
Nandor Soma Abonyi
ed1cee4520
NIFI-11202 Removed deprecated Kerberos properties from Kafka 2_6
...
This closes #6978
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-09 16:04:58 -06:00
exceptionfactory
dbc627e0b0
NIFI-11261 Added Primary Node State handling to GetAzureEventHub
...
- Updated Qpid Proton J from 0.34.0 to 0.34.1
This closes #7023 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-03-09 22:31:51 +01:00
exceptionfactory
ccea9760f9
NIFI-11194 Remove gzip CSS and JS from nifi-web-ui ( #6968 )
...
* NIFI-11194 Removed gzip CSS and JS from nifi-web-ui
* NIFI-11194 Updated comment for static content aggregation
This closes #6968
2023-03-08 12:06:45 -05:00
Peter Turcsanyi
5088934b79
NIFI-11256 Improved documentation for Azure Event Hubs Processors
...
- used the same ordering of 'Event Hub Namespace', 'Event Hub Name' and 'Service Bus Endpoint' properties
- removed "Primary" tag from 'Shared Access Policy Key' property name
- added some notes on clustering and consumer group in the documentation
This closes #7018
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-07 15:31:30 -06:00
exceptionfactory
512155ba2f
NIFI-10975 Add Kubernetes Leader Election and State Provider ( #6779 )
...
* NIFI-10975 Added Kubernetes Leader Election and State Provider
- Added Kubernetes Leader Election Manager based on Kubernetes Leases
- Added Kubernetes State Provider based on Kubernetes ConfigMaps
- Added nifi-kubernetes-client for generalized access to Fabric8 Kubernetes Client
- Added nifi.cluster.leader.election.implementation Property defaulting to CuratorLeaderElectionManager
- Refactored LeaderElectionManager to nifi-framework-api for Extension Discovering Manager
- Refactored shared ZooKeeper configuration to nifi-framework-cluster-zookeeper
* NIFI-10975 Updated Kubernetes Client and StateMap
- Upgraded Kubernetes Client from 6.2.0 to 6.3.0
- Added getStateVersion to StateMap and deprecated getVersion
- Updated Docker start.sh with additional properties
* NIFI-10975 Corrected MockStateManager.assertStateSet()
* NIFI-10975 Upgraded Kubernetes Client from 6.3.0 to 6.3.1
* NIFI-10975 Corrected unregister leader and disabled release on cancel
* NIFI-10975 Corrected findLeader handling of Lease expiration
- Changed LeaderElectionManager.getLeader() return to Optional String
* NIFI-10975 Corrected StandardNiFiServiceFacade handling of Optional Leader
* NIFI-10975 Changed getLeader() to call findLeader() to avoid stale cached values
* NIFI-10975 Updated LeaderElectionCommand to run LeaderElector in loop
* NIFI-10975 Rebased on project version 2.0.0-SNAPSHOT
* NIFI-10975 Corrected Gson and AspectJ versions
- Updated versions to match current main branch and avoid reverting
2023-03-07 14:14:24 -05:00
exceptionfactory
d3908dede8
NIFI-11253 Removed H2 1.4 database migration modules
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #7014
2023-03-07 10:35:21 -05:00
Nissim Shiman
5350b02923
NIFI-4718 Improved detection of FlowFile V3 in IdentityMimeType
...
This closes #7009
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-07 09:22:27 -06:00
Lehel Boér
13d343d5ee
NIFI-11151: Improving code reusability of DBCP services
...
This closes #6935 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-03-07 14:41:34 +01:00
Joe Gresock
5cf909ccf6
NIFI-11247: Using parameterContextName instead of group name when fetching parameters ( #7011 )
...
Merged #7011 .
2023-03-06 10:48:41 -08:00
Nandor Soma Abonyi
a8cd33a243
NIFI-11248 Removed Kafka 2_0 Components
...
This closes #7010
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-06 09:35:31 -06:00
Robert Kalmar
c7c1a245a9
NIFI-11246 Document differences in GetAzureEventHub and ConsumeAzureEventHub
...
This closes #7006
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-06 07:54:23 -06:00
Pierre Villard
169b53feaa
NIFI-11157 - Doc update for scheduling strategy for MergeContent/Record
...
This closes #6999 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-03-06 12:01:34 +01:00
exceptionfactory
f76259a6cf
NIFI-11210 Removed unused import from TestDistributedMapCacheClientService
...
- Missed commit from #6994
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-03 15:31:27 -06:00
Joe Gresock
5e3b93b2d6
NIFI-11238: Creating missing parameter providers when importing inherited provided contexts
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7002 .
2023-03-03 22:11:45 +01:00
Paul Grey
288031f5f6
NIFI-11210 Added read timeout to DistributedMapCacheClientService
...
This closes #6994
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-03 15:00:28 -06:00
exceptionfactory
b7df6b9716
NIFI-11235 Removed ExtractCCDAAttributes and ccda-bundle
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7000 .
2023-03-03 18:39:45 +01:00
exceptionfactory
ba788d6e39
NIFI-11236 Removed ConsumeEWS Processor
...
- Removed ews-java-api dependency
- Added commons-lang3 dependency to maintain current usage in other Processors
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7001 .
2023-03-03 18:38:30 +01:00
exceptionfactory
89625c78b4
NIFI-11244 Removed RocksDBFlowFileRepository and nifi-rocksdb-bundle
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7004 .
2023-03-03 18:36:43 +01:00
exceptionfactory
44c70277ea
NIFI-11245 Corrected reducing Maximum Thread Count while running ( #7005 )
...
- Corrected implementation to allow reducing Maximum Thread Count below the default of 10
2023-03-03 11:35:34 -05:00
Lehel Boér
9ea0fe7b3d
NIFI-11234: Fix RecordWriter NPE in QuerySalesforceObject
...
This closes #6997 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-03-01 16:40:49 +01:00
krisztina-zsihovszki
60c02225d5
NIFI-11158 PutSalesforceObject processor improvements
...
This closes #6959 .
Reviewed-by: Lehel <lehel44@hotmail.com>
Reviewed-by: Mark Bathori <bathori.mark@gmail.com>
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-28 19:21:50 +01:00
Mark Bean
b08ae75be4
NIFI-11134 Added Label auditing to Flow Configuration History
...
This closes #6949
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-27 12:55:43 -06:00
Matthew Burgess
61b87e007b
NIFI-11209: Include newly-added columns in output for UpdateTable processors when Update Field Names is true
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6986 .
2023-02-27 14:08:48 +01:00
exceptionfactory
84047c135b
NIFI-11219 Set Qpid Proton J 0.34.0 for Azure EventHubs
...
- Overrides Qpid Proton J 0.33.8 from azure-core-amqp 2.8.1 to resolve PROTON-2347
This closes #6988 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-26 18:33:41 +01:00
Lehel Boér
a61f019cbf
NIFI-10966: Add option to QuerySalesforceObject to run custom query
...
This closes #6794 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-02-24 14:47:46 +01:00
Lehel Boér
7295e3dc21
NIFI-11147: Query all fields in QuerySalesforceObject
...
Fix review comments
2023-02-23 16:59:56 -05:00
exceptionfactory
48689a2567
NIFI-11195 Refactored Identity Mapping to nifi-security-identity
...
- Moved StringUtils from nifi-properties to nifi-property-utils
- Moved Peer Identity methods from CertificateUtils to specific Site-to-Site classes
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6977 .
2023-02-23 10:33:45 -05:00
Mark Payne
87e61c50ee
NIFI-11192: Ensure that if ports moved between parent/child group in between flow versions that we can properly handle that. Added system tests to verify.
...
NIFI-11192: If a failure is encountered when changing the version of a flow from 1 version to another, attempt to rollback the changes instead of just failing with the flow in a bad state
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6981
2023-02-22 15:38:00 -05:00
exceptionfactory
7b12545e5a
NIFI-11211 Removed deprecated SSLContextService methods
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6983 .
2023-02-22 14:54:03 -05:00
Matthew Burgess
a2b98e0c9c
NIFI-11094: Allow CaptureChangeMySQL to send multiple events per FlowFile
...
This closes #6907 .
Co-authored-by: Tamas Palfy <tpalfy@apache.org>
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-02-22 19:27:42 +01:00
Lehel
7e97c1ce19
NIFI-11045: Sensitive dynamic property support for parameterized queries in ExecuteSQL and ExecuteSQLRecord
...
This closes #6853 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-22 12:37:07 +01:00
exceptionfactory
85f2162021
NIFI-11201 Added include-iotdb Maven build profile
...
This closes #6975
- Corrected Fetch Size property evaluation in QueryIoTDBRecord for FlowFile attributes
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 19:53:23 -05:00
exceptionfactory
a0ef378a42
NIFI-11207 Removed HBase 1.1.2 Services
...
This closes #6979
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 19:51:02 -05:00
exceptionfactory
57a1144f34
NIFI-11187 Removed ActiveMQ from Standard Processors
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6961
2023-02-21 16:54:37 -05:00
exceptionfactory
0fa1060297
NIFI-11208 Removed Hortonworks Schema Registry
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6980
2023-02-21 16:48:45 -05:00
exceptionfactory
0255c0c4ed
NIFI-11185 Removed GetTwitter Processor
...
This closes #6958
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 09:21:12 -05:00
Pierre Villard
21394038cd
NIFI-11198 - Upgrade snowflake-ingest-sdk to 1.0.3
...
This closes #6972
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 09:15:29 -05:00
Pierre Villard
3115b9f28d
NIFI-10803 - Upgrade Dropbox SDK to 5.4.4
...
This closes #6971 .
Reviewed-by: krisztina-zsihovszki <zsikrisz@gmail.com>
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-21 11:09:29 +01:00
Lehel
1b951818e1
NIFI-11190: Added provenance events to GetHubSpot and GetShopify
...
This closes #6965 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-20 22:13:29 +01:00
lizhizhou
7cb86dd42d
NIFI-10784 Added QueryIoTDBRecord Processor
...
This closes #6844
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-18 19:58:39 -06:00
dan-s1
22a4bce1ed
NIFI-11156 Updated SchemaValidator to include error message for ValidateXml
...
- Restores behavior so that XML parsing failure details will be included in FlowFile error attribute from ValidateXml
This closes #6970
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-18 10:28:50 -06:00
exceptionfactory
5507bfa4b2
NIFI-11191 Refactored HikariCPConnectionPoolTest with Mock Driver ( #6966 )
...
- Removed Derby dependencies from HikariCP module no longer required for testing
Signed-off-by: Kevin Doran <kdoran@apache.org>
2023-02-16 17:34:57 -05:00
exceptionfactory
284804ac42
NIFI-11188 Removed ProcessContext encrypt and decrypt methods
...
- Removed unnecessary references to PropertyEncryptor from multiple framework components
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6962 .
2023-02-16 12:16:15 -05:00
Nandor Soma Abonyi
0d4f1523fe
NIFI-11144 Fix failing tests for ConsumeJMS/PublishJMS
...
This closes #6930 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-02-16 15:50:07 +01:00
Mark Payne
fed175d46f
NIFI-11189: When synchronizing a ProcessGroup to match a VersionedProcessGroup, do not remove the temporary funnel until the very end. This is important if the temporary funnel already exists in the flow on startup
...
Signed-off-by: Bence Simon <bsimon@apache.org>
This closes #6963
2023-02-16 14:18:50 +01:00
exceptionfactory
4f11550e97
NIFI-11174 Removed deprecated Standard Processors
...
- Base64EncodeContent
- GetHTTP
- GetJMSQueue
- GetJMSTopic
- HashAttribute
- HashContent
- PostHTTP
- PutJMS
Removed deprecated Proxy properties from InvokeHTTP
- Proxy Host
- Proxy Port
- Proxy Type
- Proxy Username
- Proxy Password
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6953 .
2023-02-15 13:14:56 -05:00
Matthew Burgess
9c5ae0d098
NIFI-11149 Added PutRedisHashRecord Processor
...
This closes #6943
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-15 11:28:24 -06:00
Pierre Villard
b56b1da842
NIFI-11180 Removed Ambari Reporting Task
...
- Updated TestRuntimeManifest to reference Prometheus Reporting Task
This closes #6952
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-15 08:25:22 -06:00
Pierre Villard
aae6bafc6c
NIFI-11183 Removed Hive 1.x components
...
This closes #6957
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 22:39:16 -06:00
Pierre Villard
46f89e3226
NIFI-11182 Removed Kafka 1.x components
...
This closes #6955
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 18:38:42 -06:00
Pierre Villard
35cf9f87be
NIFI-11179 Removed Flume components
...
This closes #6950
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 16:25:44 -06:00
mkalavala
0d0ba1ca41
NIFI-9131 Refactor nifi-ldap-iaa-providers-bundle to use JUnit 5
...
This closes #6946
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-14 16:03:31 -06:00
Nandor Soma Abonyi
dd2fc4bb9d
NIFI-11173 Add default values to DeleteAzureBlobStorage_v12
...
This closes #6945 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-14 11:42:37 +01:00
Nissim Shiman
dbef536ebd
NIFI-10950 DistributeLoad processor - this closes #6924 . removed Load Distribution
...
Service
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 19:18:57 -05:00
Mark Payne
471cccbbda
NIFI-11176: This closes #6948 . When comparing a VersionedConnection with an existing connection, we examined the source component's VersionedComponentId. But the existing component may not have a VersionedComponentId. We should only be comparing these if they are populated
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 18:52:15 -05:00
Chris Sampson
6542505a50
NIFI-10797 add customisable Elasticsearch REST Client config and Elasticsearch Cluster Sniffer
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6658 .
2023-02-13 13:22:18 -05:00
exceptionfactory
1156f4cbc5
NIFI-11165 This closes #6944 . Removed optional jigsaw build profiles
...
- Removed jigsaw build profiles
- Removed Java 11 directories from assemblies
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 13:01:58 -05:00
Chris Sampson
7393ce294e
NIFI-11168 Removed deprecated Elasticsearch Processors and properties
...
This closes #6942
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-13 10:41:53 -06:00
Pierre Villard
18ef2a57a5
NIFI-11164 Updated minimum Java version from 8 to 11.0.16
...
- Updated GitHub workflows from Java 8 to 11
- Updated Maven Compiler Source and Target version from 1.8 to 11
- Disabled JASN1 tests failing on Windows with Java 11
This closes #6940
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-10 23:31:37 -06:00
Bence Simon
b0ec28a452
NIFI-11159 Fixing connections with source having reassigned id
2023-02-10 11:12:51 -05:00
exceptionfactory
a66727c4d1
NIFI-11160 Upgraded Apache Tika from 2.6.0 to 2.7.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6938 .
2023-02-10 11:38:25 +01:00
Joe Witt
43eab4c81d
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -07:00
Joe Witt
3b9a518387
Merge branch 'NIFI-11103-RC1'
2023-02-09 15:13:42 -07:00
Robert Kalmar
9906f0a952
NIFI-11150 Add Service Account JSON credentials support to Google Pub/Sub Lite procesors
...
This closes #6933 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-09 12:53:27 +01:00
exceptionfactory
2e55498771
NIFI-11154 Removed Default Schedule from ConsumeMQTT
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6936 .
2023-02-09 11:15:11 +01:00
exceptionfactory
8abfced7e1
NIFI-11152 Upgraded Splunk SDK from 1.9.1 to 1.9.3
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6934 .
2023-02-09 11:13:25 +01:00
dan-s1
99b0cd42ef
NIFI-11130 Further updates from JUnit 4 to 5
...
This closes #6927
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-08 13:58:28 -06:00
krisztina-zsihovszki
3e2e081d4b
NIFI-11146 Proxy usage in BoxFile processors
...
This closes #6932 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-08 15:58:17 +01:00
Mark Bathori
b375f4b138
NIFI-11124: Add hadoop.file.url attribute to HDFS processors
...
This closes #6916 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-07 23:10:16 +01:00
Joe Witt
896fdacbbd
NIFI-11103-RC1 prepare for next development iteration
2023-02-06 11:41:41 -07:00
Joe Witt
81296b5b69
NIFI-11103-RC1 prepare release nifi-1.20.0-RC1
2023-02-06 11:41:39 -07:00
Joe Witt
4f91420cc1
NIFI-11139 Updated multiple Maven Plugins
...
This closes #6925
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-03 16:07:02 -06:00
exceptionfactory
cd76dc0366
NIFI-11140 This closes #6922 . Upgraded Tomcat from 8.5.82 to 8.5.85 for Flume
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-03 14:03:16 -07:00
Mark Payne
28b9f6fc02
NIFI-11118: This closes #6909 . When changing version of a versioned flow, ensure that we properly set the Version Control Information's StorageLocation for the NiFi Registry client in order to maintain backward compatibility
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-03 14:02:38 -07:00
exceptionfactory
b3319c7119
NIFI-11141 This closes #6923 . Upgraded Azure SDK BOM from 1.2.6 to 1.2.9
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-03 14:01:32 -07:00
Emilio Setiadarma
0b61a6226c
NIFI-11092 Fixed ConsumeTwitter handling on Primary Node changes
...
This closes #6901
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-03 13:12:58 -06:00
Peter Turcsanyi
0c171bbb08
NIFI-10846: Added SMB Dialect and Use Encryption properties in SMB processors
...
This closes #6917 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-02-03 14:04:56 +01:00
Tamas Palfy
56d8879e91
NIFI-11107 In ConsumeIMAP and ConsumePOP3 added support for OAUTH based authorization.
...
This closes #6900 .
Reviewed-by: Nandor Soma Abonyi <abonyisoma@gmail.com>
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-03 13:57:43 +01:00
exceptionfactory
6877e84931
NIFI-11135 Upgraded Commons CSV from 1.9.0 to 1.10.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6921 .
2023-02-03 12:26:47 +01:00
Joe Gresock
2609fd5f55
NIFI-11122 Corrected provided parameter context inheritance after creation
...
This closes #6913
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-02 13:20:35 -06:00
Kalman Jantner
027e2b9bc1
NIFI-11123: fix default value and update docs
...
This closes #6899 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-02-02 18:48:47 +01:00
Mark Bathori
869e2b3d66
NIFI-11110: Create processor for triggering HMS events
...
Review comment fixes
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6902
2023-02-02 11:31:44 -05:00
krisztina-zsihovszki
653631cc67
NIFI-11059 PutBoxFile processor
...
This closes #6892 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-02-02 15:33:37 +01:00
dan-s1
e86786433a
NIFI-11108 Further changes to upgrade from JUnit 4 to JUnit 5.
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6919
2023-02-02 12:27:42 +00:00