exceptionfactory
98cebc6687
NIFI-12185 Added nifi-bom Bill of Materials ( #7852 )
...
- Imported nifi-bom to nifi-commons and nifi-nar-bundles parent modules
- Removed explicit version and scope properties for dependencies declared in nifi-bom
2023-10-10 13:55:22 -04:00
mkalavala
2b41b07489
NIFI-6240 Added Proxy Support for WebSocket Transport in Azure EventHubs
...
This closes #7740
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-09 11:19:24 -05:00
Mark Payne
db727aa419
NIFI-12142: This closes #7806 . Deleted many methods, classes, and references that were deprecated.
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-28 14:07:48 -07:00
Pierre Villard
43cc5ad122
NIFI-12079 This closes #7750 . Remove Variables / Variable Registry
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-25 09:39:53 -07:00
Mark Payne
025109a9d8
NIFI-12123: This closes #7786 . Added additional @UseCase and @MultiProcessorUseCase annotations as well as some trivial cleanup that was flagged by IntelliJ such as making inner class static, updating some deprecated references, etc.
...
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-25 07:54:21 -07:00
Pierre Villard
2aca08910c
NIFI-12103 Replaced deprecated usage of new URL(String)
...
This closes #7771
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-23 10:30:42 -05:00
Peter Turcsanyi
ebd0d60e49
NIFI-12075 Deprecated ComponentLog methods with Object[] and Throwable
...
- Updated component references to remove use of Object[] wrapping for log methods
This closes #7748
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-19 08:53:00 -05:00
Joseph Witt
71bdbc080b
NIFI-12066 Upgraded framework and cloud provider dependencies
...
- Upgraded SLF4J from 2.0.7 to 2.0.9
- Upgraded Logback from 1.3.8 to 1.3.11
- Upgraded Testcontainers from 1.18.3 to 1.19.0
- Upgraded Fabric8 Kubernetes from 6.5.1 to 6.8.1
- Upgraded AspectJ from 1.9.19 to 1.9.20.1
- Upgraded Caffeine from 3.1.6 to 3.1.8
- Upgraded AWS SDK from 2.20.103 to 2.20.148
- Upgraded Guava from 32.0.1 to 32.1.2
- Upgraded Nimbus JOSE JWT from 9.31 to 9.33
- Upgraded Apache Tika from 2.8.0 to 2.9.0
- Upgraded gRPC from 1.57.2 to 1.58.0
- Upgraded Google Libraries from 26.17.0 to 26.22.0
- Upgraded Azure SDK from 1.2.13 to 1.2.16
This closes #7733
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-15 13:05:31 -05:00
Justin
7a79e8c01f
NIFI-12037 Update AzureUserGroupProvider to allow configuration of the graph endpoint and API scope to support regional clouds.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7675 .
2023-09-14 19:39:03 +02:00
Joseph Witt
4d4c97d091
NIFI-12050 Upgraded Mockito from 4.11.0 to 5.5.0
...
This closes #7689
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-14 09:49:42 -05:00
Peter Turcsanyi
68983cef42
NIFI-11987: Set read buffer size in PutAzureBlobStorage_v12
...
Increased the read buffer size in order to avoid OOME due to too many buffer allocations (exceeding vm.max_map_count on Linux).
This closes #7640
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-08-24 15:55:55 +02:00
mr1716
c0156e3429
NIFI-11936 Update msal4j.version to 1.13.10
...
This closes #7599
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:48:41 -04:00
Peter Turcsanyi
2e6eaaeb38
NIFI-11926: Added proxy handling in Azure Storage Credentials Services
...
Added Proxy Configuration Service property in AzureStorageCredentialsControllerService_v12 and ADLSCredentialsControllerService used by Service Principal and Managed Identity authentication modes.
This closes #7590
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 17:46:31 -05:00
Mark Payne
964f56043c
NIFI-11910: Clarified some points in docs
...
This closes #7574
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-08-08 08:10:49 +01:00
Pierre Villard
150bfbe990
NIFI-11813 Removed Event Driven Scheduling Strategy
...
This closes #7483
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-18 12:22:52 -05:00
Peter Turcsanyi
437995b75a
NIFI-11758: Added FileResourceService and used it in PutAzure*Storage processors for local file upload
...
- Renamed classes from DataUpload to ResourceTransfer and updated references
- Disabled testNonReadableFile() on Windows due to Posix permissions
- Replaced utility methods with functional handling of FileResource
- Corrected FlowFile InputStream access using Optional.orElseGet()
This closes : #7458
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-07-14 23:48:27 +02:00
Tanmaya Panda
bd33f2c911
NIFI-8294 Added QueryAzureDataExplorer and StandardKustoQueryService
...
This closes #7122
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-22 15:26:47 -05:00
exceptionfactory
305277b833
NIFI-11709 Upgraded Guava from 32.0.0 to 32.0.1
...
- Added version override for Guava 27 to 32.0.1 in Hadoop and Hive modules
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7415
2023-06-20 16:22:00 -04:00
exceptionfactory
9195b586e5
NIFI-11656 Removed deprecated Azure Queue Storage Processors
...
- Removed AzureStorageCredentialsControllerService and related implementations
- Removed com.micrsoft.azure:azure-storage dependencies
This closes #7350
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-06-07 16:19:38 +02:00
exceptionfactory
c5c711c91d
NIFI-11645 This closes #7342 . Upgraded Guava from 31.1 to 32.0.0
...
- Added selective overrides to upgrade transitive dependencies
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-06-05 14:33:10 -07:00
Emilio Setiadarma
b11373af7b
NIFI-11549 Added AzureQueueStorage_v12 Processors
...
- Deprecated GetAzureQueueStorage and PutAzureQueueStorage
This closes #7269
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-06-05 16:26:02 -05:00
Peter Turcsanyi
963518d943
NIFI-11586 Added AzureStorageCredentialsControllerServiceLookup_v12
...
Also added client caching in blob v_12 processors which was needed to support multiple credentials provided by the new lookup service
This closes #7300
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-06-05 13:07:02 +02:00
Pierre Villard
06b49cbc32
NIFI-11619 Upgraded Azure BOM from 1.2.11 to 1.2.13
...
This closes #7320
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-31 16:31:04 -05:00
Peter Turcsanyi
e2dd9359e4
NIFI-11585: Added ADLSCredentialsControllerServiceLookup
...
This closes #7287
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-05-25 15:49:50 +02:00
mr1716
141ea044bb
NIFI-11564 Upgraded msal4j from 1.13.7 to 1.13.8
...
- Upgrade applies to nifi-azure-graph-authorizer
This closes #7262
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-19 10:24:23 -05:00
exceptionfactory
f7e36a07ac
NIFI-11228 Removed deprecated Azure Blob Storage Processors
...
This closes #7234
Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
2023-05-12 17:33:28 +02:00
mkalavala
aad7b40bd9
NIFI-11360 Added Client-Side Encryption for Azure Blob v12 Processors
...
This closes #7182
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-02 20:37:33 -05:00
Peter Turcsanyi
8586ac594e
NIFI-11475 Fixed missing jackson-dataformat-xml in nifi-azure-services-api
...
This closes #7186
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-21 08:55:26 -05:00
exceptionfactory
d382b378a8
NIFI-11387 Added Transport Type property to Azure Event Hub Components
...
- Transport Type defaults to AMQP and also supports AMQP with WebSockets
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7126 .
2023-04-19 15:04:56 +03:00
Pierre Villard
a148b6f348
NIFI-11407 Upgraded Azure BOM from 1.2.9 to 1.2.11
...
- Added Woodstox Core to nifi-toolkit-encrypt-config
This closes #7136
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 14:36:48 -05:00
Pierre Villard
b0997f843d
NIFI-11416 Upgraded Caffeine from 2.8.1 to 3.1.6
...
This closes #7147
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:45:12 -05:00
exceptionfactory
7cb20d6f7f
NIFI-11356 This closes #7096 . Upgraded Nimbus JOSE JWT to 9.31
...
- Upgraded NiFi Framework from 9.24.3
- Upgraded NiFi Registry from 8.20
- Upgraded transitive msal4j dependency from 9.22
- Upgraded transitive hadoop-auth dependency from 9.8.1
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-03-28 14:22:12 -07: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
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
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
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
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
Joe Witt
43eab4c81d
NIFI-11103 prepping for 2.0.0 line
2023-02-09 15:32:53 -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
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
Malthe Borch
41649660be
NIFI-10721 Avoid querying properties after Azure Blob upload
...
This closes #6730
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-26 15:45:52 -06:00
mr1716
4b8ce44d59
NIFI-11042 Update msal4j to 1.13.3
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6859 .
2023-01-19 10:52:17 +01:00
Emilio Setiadarma
bf24d575b3
NIFI-10971: improved edge case handling while fetching objects using Azure Key Vault Client and added unit tests
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6780 .
2022-12-25 17:51:40 +01:00
Nandor Soma Abonyi
caee606706
NIFI-10884 log target filename
...
This closes #6792 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-18 22:49:52 +01:00
Joe Witt
75e7c9e47c
NIFI-10854-RC1 prepare for next development iteration
2022-11-22 19:22:47 -07:00
Joe Witt
ec87bf93ad
NIFI-10854-RC1 prepare release nifi-1.19.0-RC1
2022-11-22 19:22:45 -07:00
exceptionfactory
6062f16667
NIFI-10861 This closes #6705 . Deprecated Azure Storage Processors using legacy Microsoft SDK
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:34:06 -07:00
Nandor Soma Abonyi
4ea425e235
NIFI-10656 Log ignored event with info instead of warning
...
This closes #6540 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-22 22:13:56 +01:00
mr1716
c63a668ac5
NIFI-10808 Upgraded Guava from 31.0.1 to 31.1
...
This closes #6683
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:18:13 -06:00
Malthe Borch
a71556f115
NIFI-10491 Added Conflict Resolution Strategy to PutAzureBlobStorage_v12
...
This closes #6443
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-15 14:40:23 -06:00