9303 Commits

Author SHA1 Message Date
Peter Turcsanyi
c41f71fe59
NIFI-13840 Fixed Proxy URL Configuration in AWS v2 components (#9353)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-10 08:09:52 -05:00
Mark Payne
98bda73062 NIFI-12532: This closes #8179. Ensure that when CommunicateAction completes (exceptionally or otherwise) that it gets removed from the list of all CommunicationActions
Signed-off-by: Joseph Witt <joewitt@apache.org>
(cherry picked from commit c670161cb09855b28e444a4d32d37427b31e8422 by Mike Moser <mosermw@apache.org>)
2024-10-09 17:20:34 +00:00
dan-s1
e399750abe
NIFI-13819 Set Row Number and Sheet Name for ExcelReader Exceptions (#9334)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-08 14:51:23 -05:00
Mike
b318223189
NIFI-13776 Updated CopyS3Object to Handle Files over 5 GB (#9286)
- Added multipart copying for files over 5 GB

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-10-08 13:26:19 -05:00
Rajmund Takacs
1b4780c80d NIFI-13829: Mitigate false positive reports of MonitorActivity, in case of infrequent Flow Files
This closes #9333.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>
(cherry picked from commit 7da06aab6296b6d32d0133dbbdd85c489a5709f1)
2024-10-07 11:41:39 +02:00
Joe Gresock
98fba783d5
NIFI-13831: Adding inheritance to versioned component synchronizer parameter context synchronization when considering referencing components to restart
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>

The change from main didn't apply cleanly so I had to adjust it for Java 8.

This closes #9338.
2024-10-04 20:26:01 -04:00
Csaba Bejan
b95004012b
Revert "NIFI-13831: Adding inheritance to versioned component synchronizer parameter context synchronization when considering referencing components to restart"
This reverts commit abc5c328f10451cc4d7cb9d06136477f1d5fdce9.
The changes contained Java 8 incompatible parts in the test and I validated on Java 17 before pushing. Reverting and correcting it.
2024-10-04 19:56:49 -04:00
Joe Gresock
abc5c328f1
NIFI-13831: Adding inheritance to versioned component synchronizer parameter context synchronization when considering referencing components to restart
Signed-off-by: Csaba Bejan <bejan.csaba@gmail.com>

This closes #9338.
2024-10-04 18:19:31 -04:00
Ferenc Kis
8cdc83ee85 NIFI-13836 Dependency upgrades
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9340
2024-10-04 14:37:13 -04:00
Mark Payne
1d2b662a5f NIFI-13837 QueryRecord changes timezones of Timestamp field
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9341
2024-10-04 14:29:07 -04:00
Mark Payne
e720ccc309 NIFI-12016: Allow use of compatible NAR bundles when loading flow from cluster connection; when determining what bundles are compatible, consider not just any bundle if it's the only one but also any bundle whose version matches the framework version so that when NiFi is upgraded, it is handled more gracefully.
NIFI-12016: Removed system tests that are no longer relevant

Co-authored-by: Matt Burgess <mattyb149@apache.org>
Changes for support/nifi-1.x

This closes #9205.

Signed-off-by: Mike Moser <mosermw@apache.org>
2024-10-02 20:01:33 +00:00
Nissim Shiman
604f1c88b0 NIFI-13549 Resolve ability to go to provenance event from lineage ui
when nifi is clustered

This closes #9289.

Signed-off-by: Mike Moser <mosermw@apache.org>
2024-09-27 18:39:42 +00:00
Mark Bathori
a0ec73097a
NIFI-13722: Kerberos ticket renewal issue due static thread pool in Iceberg library
This closes #9305.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-09-24 14:00:40 +02:00
Mark Bathori
bfdf4ef597
NIFI-13720: Component is not reloaded when the isolation key depends on service property
This closes #9303.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-09-24 12:34:52 +02:00
timeabarna
76ce42e4d4
NIFI-13763 Fixed HashSet Filtering for DeduplicateRecord (#9276)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-09-19 15:58:21 -05:00
Matt Burgess
e730ea67e1
NIFI-13742: Normalize column names in SelectHiveQL processors
This closes #9261.

Signed-off-by: Mark Bathori <mbathori@apache.org>
2024-09-19 12:19:59 +02:00
EndzeitBegins
10ff385eeb
NIFI-13727 Add DeleteSFTP processor
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9245.
2024-09-09 13:51:36 +02:00
Jim Steinebrey
f106f8474a
NIFI-13543 Backport HttpRecordSink service to NiFi 1.x
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9243.
2024-09-09 13:47:42 +02:00
EndzeitBegins
79406c8f5c
NIFI-13723 Add standalone RecordPath function recordOf
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9238.
2024-09-09 13:45:28 +02:00
dan-s1
01d406cce2
NIFI-13709 Added more meaningful message when validation fails with non-compliant XML and no schema is provided. (#9237)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-09-06 19:27:05 -05:00
Peter Turcsanyi
e966d99057
NIFI-13715 Fixed StandardProvenanceEventRecord.hashCode() to sort Parent/Child FlowFiles as equals() does (#9242)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-09-06 19:25:20 -05:00
Rahul937303
3b67a8a0cd
NIFI-13620 Resolved MaxWaitTime Issue in QueryCassandra (#9232)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-09-05 15:37:43 -05:00
jrsteinebrey
dead747486
NIFI-13686 Make TestListFile.testFilterAge() more resilient to time delays (#9207)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-29 09:45:44 -05:00
Mike
0987009733
NIFI-13692 Catch All Exceptions in ResizeImage (#9216)
Widening the scope of caught Exceptions for routing to failure ensures that the Processor can catch pretty much everything a user could throw at this processor.

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-29 09:29:58 -05:00
Peter Turcsanyi
2f28354ff1
NIFI-13691 Added Kerberos User Service to KuduLookupService
This closes #9212.

Signed-off-by: Mark Bathori <mbathori@apache.org>
2024-08-29 13:11:20 +02:00
Matt Burgess
8bdafb58c5
NIFI-13690 Upgraded AWS SDK to 2.27.14 and other dependencies
Upgraded brotli4j from 1.16.0 to 1.17.0
Upgraded AWS SDK from 1.12.767 to 1.12.770
Upgraded AWS SDK from 2.27.1 to 2.27.14
Upgraded Commons CLI from 1.7.0 to 1.9.0
Upgraded Dropwizard Metrics from 4.2.26 to 4.2.27
Upgraded Commons Compress from 1.27.0 to 1.27.1
Upgraded Slack API from 1.40.3 to 1.42.0
Upgraded Project Reactor Core from 3.6.8 to 3.6.9
Upgraded Iceberg from 1.6.0 to 1.6.1
Upgraded PostgreSQL from 42.7.3 to 42.7.4

This closes #9208

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-28 19:25:43 -05:00
tpalfy
62989e4920
NIFI-13605 Make AbstractHadoopProcessor.KERBEROS_USER_SERVICE public
This closes #9129.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>

(cherry picked from commit b7faf8c84a6d83bc796e0c36462efbae403fa529)
2024-08-27 16:37:49 +02:00
Pierre Villard
153c87a7da
NIFI-13675 Fixed Tooltip for Parameter Description (#9195)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-24 22:24:28 -05:00
Joe Gresock
49556f208a NIFI-13669: Adding alternative processor suggestion in InvokeAWSGatewayApi deprecation notice
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9189
2024-08-21 12:28:40 -04:00
Mike Thomsen
1f3b49b02b NIFI-13666 Applied the change to 1.X
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9190
2024-08-21 12:26:00 -04:00
sullis
336055e3bf NIFI-13576: Upgrade Iceberg from 1.5.2 to 1.6.0
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-08-19 15:40:06 -04:00
Mike Thomsen
a044af8d6c
NIFI-13430 Added CopyS3Object and GetS3ObjectMetadata
This closes #9178

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-16 16:03:33 -05:00
Jim Steinebrey
42d3e6a96a NIFI-13655 Upgrade 1.x Shared Dependencies including JacksonXML and others
NIFI-13655 Upgrade additional Shared Dependencies in NiFI 1.x

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #9176
2024-08-15 11:33:14 -04:00
Krisztina Zsihovszki
9d5f839189
NIFI-13640 Extract Ranger Solr version to property
This closes #9160.

Signed-off-by: Mark Bathori <mbathori@apache.org>
2024-08-08 09:56:44 +02:00
Rajmund Takacs
440d5e5253
NIFI-13627: Bump azure-sdk-bom to 1.2.25 and msal4j to 1.16.1 for nifi-property-protection-azure
This closes #9144.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-08-03 14:42:25 +02:00
Krisztina Zsihovszki
1ae4f17e18
NIFI-13623 Bump gcp.sdk.version to 26.40.0 for nifi-property-protection-gcp
This closes #9142.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-08-03 10:50:17 +02:00
Krisztina Zsihovszki
57b4d92a3a
NIFI-13621 Upgraded JGit to 5.13.3.202401111512 for CVE-2023-4759
This closes #9141

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-02 16:16:41 -05:00
Rajmund Takacs
b649e4ecba
NIFI-13574 Upgraded Azure SDK BOM from 1.2.23 to 1.2.25
- Upgraded msal4j from 1.15.0 to 1.16.1

This closes #9104

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-02 09:45:46 -05:00
Timea Barna
f4259c445b
NIFI-13439 Add performance tracking to ProcessGroupStatus
This closes #9137

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-02 09:41:32 -05:00
Timea Barna
c073527b1b Revert "NIFI-13439 Add performance tracking to ProcessGroupStatus"
This reverts commit efe421527f7f3add32df7cdc3f1b36becf88dbd1.
2024-08-01 10:11:15 +02:00
Timea Barna
efe421527f NIFI-13439 Add performance tracking to ProcessGroupStatus 2024-08-01 10:07:20 +02:00
David Szabo
5fbfb0eaf1 NIFI-12741 - Remove write permission requirement for the referenced controller service when changing component property referencing a controller service through parameter
This closes #9093.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-07-31 17:29:05 +02:00
Krisztina Zsihovszki
7819280f24
NIFI-13593 PutIceberg issue with decimal scale
This closes #9121

Signed-off-by: Mark Bathori <mbathori@apache.org>
2024-07-31 16:16:44 +02:00
Rajmund Takacs
b6961bf090 NIFI-13573: Bump google.libraries.version from 26.37.0 to 26.40.0
This closes #9103.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-07-24 17:46:15 +02:00
exceptionfactory
0fffb0c3e8
NIFI-13557 Fixed TestExcelSchemaInference for Single Digit Month
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 15:10:03 -05:00
dan-s1
c58c88d404
NIFI-13557 Fixed TestSchemaInferenceUtil for Single Digit Month
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 14:16:11 -05:00
dan-s1
b9b89ed212
NIFI-13557 Corrected Date Time Matcher to support single digit months
This closes #9094

(cherry picked from commit 059a3b774521bb4f714748784c694c898018ae97)

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 13:08:41 -05:00
Bryan Bende
cfc59a335a NIFI-13566 Catch Throwable during JettyServer start to ensure any issue during start will exit
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-07-22 12:59:55 -04:00
dan-s1
6c99f1ed83
NIFI-13550 Added documentation about the ExcelReader Starting Row Strategy
(cherry picked from commit 1ff5ebd6fcd7fe4b312ed8dc8ddb5366535ecddf)

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-17 12:43:35 -05:00
Mark Bathori
b9b5c03b2e
NIFI-13542 Added missing Max String Length property for JSON Readers (#9084)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-16 11:35:56 -05:00