Pierre Villard
4bc38d0d93
NIFI-11506 Upgraded Curator from 5.4.0 to 5.5.0
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-01 14:17:25 -05:00
Pierre Villard
879b329b74
NIFI-11505 Upgraded gRPC from 1.54.0 to 1.54.1
...
This closes #7214
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit fb4eb38688f6331d1a7e7114fde718c8ea5f474f)
2023-05-01 14:15:02 -05:00
Matthew Burgess
7d6f8c09a6
NIFI-11466 Added ModifyCompression Processor
...
- Added nifi-compress-bundle with nifi-compress-nar
Backported #7180 and set version to 1.22.0-SNAPSHOT
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0e93dfae832e9f77d510f5e4e69399436d72c076)
2023-04-29 21:12:04 -05:00
Matthew Burgess
15b3687a25
NIFI-11034: Restore image viewer to nifi-assembly
...
This closes #7209
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-29 18:25:12 -04:00
Pierre Villard
c9cd18f6d5
NIFI-11502 - Upgrade json-path to 2.8.0
...
NIFI-11502 fixing unit tests
NIFI-11502 review
This closes #7208
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-29 16:04:06 -04:00
Chris Sampson
e2067c4ea1
NIFI-10865 allow RecordPath's unescapeJson to convert de-serialised JSON Objects into Records
...
NIFI-10865 allow UpdateRecord to replace the Record root for relative paths, e.g. when a RecordPath function is used to modify selected field(s)
This closes #6708
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-29 12:27:37 -04:00
Pierre Villard
d399c5267f
NIFI-11501 Upgraded Hive MQTT client from 1.3.0 to 1.3.1
...
This closes #7207
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3de6f960fb396f7937d71d8df991a2f79edf2514)
2023-04-28 15:17:36 -05:00
Pierre Villard
4bcab4ae50
NIFI-11500 Upgraded Jackson BOM from 2.14.2 to 2.15.0
...
This closes #7206
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit af84d798d1aadb0d057f63287e040abdf8117ce1)
2023-04-28 15:17:35 -05:00
Pierre Villard
a5c3b934a8
NIFI-11498 Upgraded Netty from 4.1.91 to 4.1.92
...
This closes #7205
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 522ab3e2aadab0e3e6bb4a0f2eb3a190eb33489b)
2023-04-28 15:17:35 -05:00
Pierre Villard
780aef677d
NIFI-11497 Upgraded snowflake-ingest-sdk from 1.1.1 to 1.1.3
...
This closes #7204
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit abdef65096cc76dbd6224bdb9f1ae00113696f3f)
2023-04-28 15:17:34 -05:00
Pierre Villard
a7423e180a
NIFI-11495 Upgraded Iceberg from 1.2.0 to 1.2.1
...
This closes #7203
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 67a4d10b3e5863c42c5f63a787813aec32fa84fe)
2023-04-28 15:17:34 -05:00
Pierre Villard
cd0488fb3e
NIFI-11494 Upgraded JUnit from 5.9.2 to 5.9.3
...
This closes #7202
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d85b2925c52f8f4c214cb177483ff8b90b393fca)
2023-04-28 15:17:34 -05:00
Timea Barna
b146ab7407
NIFI-11473 Flow version change in NiFi should not stop a component when only position is changed
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
2023-04-27 12:58:05 -04:00
Chris Sampson
bde8731a2f
NIFI-11483 Correctly use DescribedValue for JsonQueryElasticsearch
...
This closes #7195
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 99b2412ad4ad3af72bff189404f6d817417660b8)
2023-04-26 11:57:54 -05:00
Lehel Boér
4e1b1e7926
NIFI-11067 Delete Property History when changing Sensitive status
...
This closes #7082
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit ffaf81ec462c4093f0fcf6d61d36be9849f0eda2)
2023-04-26 11:11:54 -05:00
Pierre Villard
d52e097dec
NIFI-11224: Refactor and FF attribute support in WHERE in QuerySalesforceObject.
...
This closes #7019 .
Co-authored-by: Lehel Boér <lehel44@hotmail.com>
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2023-04-26 15:00:23 +02:00
Scott Aslan
8d04559e07
NIFI-11433 - use .add() for set instead of .push() ( #7193 )
...
* replace d3.nest, use add instead of push for Set, use forEach to loop over Set
* es5 function syntax
Merged #7193 into main.
2023-04-25 10:46:39 -07:00
Chris Sampson
c45b841392
NIFI-11111 add option to output Elasticsearch error responses as FlowFile to PutElasticsearchJson and PutElasticsearchRecord
...
NIFI-11111 clarify error_responses relationships in PutElasticsearchJson/Record processors
NIFI-11111 Refactor exception handling for error response flowfile transfer
NIFI-11111 Add elasticsearch.bulk.error attributes containing the Elasticsearch _bulk response for error documents in PutElasticsearchJson
This closes #6903
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-25 06:45:14 -04:00
Scott Aslan
10eab2a6d3
[NIFI-11433] update angular, d3, moment, slickgrid, and jquery depen… ( #7174 )
...
* [NIFIF-11433] update angular, d3, moment, slickgrid, and jquery dependencies
* address review feedback
* .entries instead of .keys
Merged #7174 into main.
2023-04-24 13:47:01 -07:00
Daniel Aaron Salwerowicz
07e6df896e
NIFI-11472 Check working directory after making directory in PutFTP
...
- Multiple threads can attempt to create a remote directory when PutFTP has multiple concurrent tasks.
This closes #7184
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d3f2bf1c16346d0fb0b56eb228a723b7b32afa65)
2023-04-24 11:35:38 -05:00
Kalman Jantner
ae02811236
NIFI-11476: Populate resource consumitions
...
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
(cherry picked from commit 1fa5da9)
2023-04-24 08:30:57 +02:00
exceptionfactory
da62ea8800
NIFI-11479 Upgraded JanusGraph from 0.5.3 to 0.6.3
...
- Set Guava to 31.1 overriding 29.0 from JanusGraph 0.6.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7192 .
2023-04-23 11:52:34 +03:00
exceptionfactory
f9e7ba0141
NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
...
- Upgraded Spring Security from 5.8.2 to 5.8.3
- Upgraded Spring Boot from 2.7.10 to 2.7.11 for Registry
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7190 .
2023-04-23 11:50:19 +03:00
exceptionfactory
290a3ac217
NIFI-11438 Set standard OpenID Connect Scopes
...
- Restored previous behavior of sending openid and email scopes for OpenID Connect token requests
- Added offline_access scope as the default value in nifi.properties to support Refresh Tokens
This closes #7168
Signed-off-by: Paul Grey <greyp@apache.org>
2023-04-21 11:48:27 -04:00
Peter Turcsanyi
412722c64d
NIFI-11475 Fixed missing jackson-dataformat-xml in nifi-azure-services-api
...
This closes #7186
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8586ac594ec49bae43c8476f8b062ccd939fa043)
2023-04-21 08:57:04 -05:00
Pierre Villard
6a65566256
NIFI-11402 - PutBigQuery fix for case sensitivity and error handling
...
This closes #7140 .
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>
2023-04-19 21:15:20 +02:00
timeabarna
8a508aede8
NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry ( #7092 )
...
* NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry
* NIFI-11327 Addressing review comment, updating storage location, improving serialization
* NIFI-11327 Addressing review comments, updating Rest endpoints and storage location handling
* NIFI-11327 Restoring EventType to its original version
* NIFI-11327 Addressing review comments changing skipExisting, updating documentation, adding some more error handling
2023-04-19 13:46:21 -04:00
exceptionfactory
033134e843
NIFI-11461 Improve User and Group Tenants Search ( #7181 )
...
* NIFI-11461 Improved User and Group Tenants Search
- Added searchTenants method to NiFiServiceFacade and removed unnecessary object creation
- Updated TenantsResource to use delegated NiFiServiceFacade.searchTenants method
- Changed autocomplete delay from default 300 ms to 500 ms
* NIFI-11461 Adjusted implementation to use EntityFactory.createTenantEntity
This closes #7181
(cherry picked from commit bdff3abcd6d072a61e6399e694e3213732696561)
2023-04-19 09:11:59 -05:00
exceptionfactory
ab84328258
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:05:21 +03:00
krisztina-zsihovszki
bfa66de729
NIFI-11255 Allowable value for 'Use s3.region Attribute'
...
This closes #7051 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-04-18 18:13:32 +02:00
timeabarna
f98fbb2530
NiFi CLI - add possibility to set 'Maximum Timer Driven Thread Count' ( #7165 )
2023-04-18 10:23:46 -04:00
exceptionfactory
e8b9c67c2d
NIFI-11460 Switched to JLine 3.23.0 FileNameCompleter
...
Removed project StandardFileNameCompleter no longer required as of JLine 3.23.0 which incorporated JLine Pull Request 817
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7175 .
2023-04-18 09:55:40 +03:00
Tamas Palfy
39c7a356d2
NIFI-11386 Added Resource and Audience support to StandardOauth2AccessTokenProvider
...
- Also keeping previous Refresh Token if one is not provided during a refresh request
This closes #7164
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 88587f5c0208d72db95e61112126de64f12c1b87)
2023-04-17 22:07:01 -05:00
mr1716
77d890acbb
NIFI-11458 Upgraded JNA from 5.12.1 to 5.13.0
...
This closes #7179
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1466b7d7d3c87058d2b722d860dcc5f9b3012883)
2023-04-17 18:14:18 -05:00
mr1716
d2e9d03c3b
NIFI-11456 Upgraded brotli4j from 1.8.0 to 1.11.0
...
This closes #7178
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 29bb6526238132d1059db15332d567541290ee71)
2023-04-17 18:14:17 -05:00
mr1716
f24a070e26
NIFI-11457 Upgraded commons-configuration2 from 2.8.0 to 2.9.0
...
This closes #7176
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f77659913f3d6e6728e13d8d5ff29274980fe555)
2023-04-17 18:14:17 -05:00
Mark Bathori
15a1134c85
NIFI-11440 Speed up Iceberg Hive Metastore Tests
...
This closes #7170
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 44a7f7f38b3950a8a0135d1ce8602a4890c3d995)
2023-04-14 12:53:38 -05:00
Paul Grey
d762f35345
NIFI-11439 Corrected GCS Transit URI for custom Storage API URL
...
This closes #7173
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cff7808543716da5ca9f93356d7d762e15fdd143)
2023-04-14 10:18:35 -05:00
Paul Grey
98a0926680
NIFI-11439 Corrected Checkstyle violation on GCS Property
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cd685671c8981114d5215513991df170e556062b)
2023-04-13 14:26:22 -05:00
Paul Grey
7afe09ad5a
NIFI-11439 Added Storage API URL property to GCS Processors
...
- Included Host Header override with Storage API URL based on Google Private Service Connect documentation
This closes #7172
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit ee24df2830b1d880428f487081c0ea92b0ca0ca1)
2023-04-13 14:13:02 -05:00
exceptionfactory
61b5c1a7f5
NIFI-11437 Switched to StreamUtils.fillBuffer() for buffer, Improved EncryptContentPGP Content Type Detection
...
This closes #7166
Signed-off-by: Paul Grey <greyp@apache.org>
(cherry picked from commit bc5f00a6671c0f3fd9d6c8599d196f414ac47fd9)
2023-04-13 11:26:01 -05:00
Pierre Villard
420a698062
NIFI-11429 - Upgrade Gremlin to 3.6.2
...
This closes #7160
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-04-13 08:24:14 -04:00
Bryan Bende
7cb9de69c4
NIFI-11436 Fix NPE during updateFlow when called from a replace request for a PG that is not under version control ( #7167 )
2023-04-12 19:24:46 -04:00
Tamas Palfy
6037af86e8
NIFI-10955 Added optional preprocessing to JASN1Reader
...
This close #6769
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-11 22:17:19 -05:00
Pierre Villard
605bf150fa
NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3
...
This closes #7159
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 594e45cf9a19dfee31ec76d306d91314b165aa6a)
2023-04-11 08:02:54 -05:00
Pierre Villard
b8b508c1a3
NIFI-11427 Upgraded Atlas from 2.2.0 to 2.3.0
...
This closes #7158
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cbca499070404914dc3e31b14262936f26ba9a41)
2023-04-11 08:02:54 -05:00
Pierre Villard
d105ed6165
NIFI-11426 Upgraded JLine from 3.22.0 to 3.23.0
...
This closes #7157
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3b216ced924c8d4e6316fe4b0b2185ae816079cd)
2023-04-11 08:02:53 -05:00
Ferenc Kis
a98ddf3e01
NIFI-11366 Proxy aware C2 communication
...
Signed-off-by: Ferenc Erdei <ferdei@cloudera.com>
This closes #7125
(cherry picked from commit d84ce83)
2023-04-11 12:08:00 +02:00
Pierre Villard
cb5debc6dd
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>
(cherry picked from commit a148b6f348ad4d7fd30dc7219d3e450550bc0e78)
2023-04-10 14:38:45 -05:00
Joe Witt
b30c9331e8
NIFI-11408 enable user to disable gzip compression with PutGCSObject
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7139 .
2023-04-10 19:57:39 +03:00