9303 Commits

Author SHA1 Message Date
Mark Bathori
04b8587dfd NIFI-12939: Retry Kerberos login on authentication failure in Iceberg processors
Update rollback and context yield calls

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-03-26 14:56:52 -04:00
tpalfy
bb52b839a4
NIFI-12888 In AbstractEmailProcessor check for expired oauth2 token when determining whether mail receiver needs to be recreated.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8494.
2024-03-26 16:23:23 +01:00
Pierre Villard
b16a4c1232
NIFI-12954 Upgraded AWS BOM from 2.23.3 to 2.25.16
- Upgraded AWS BOM from 1.12.637 to 1.12.686

This closes #8569

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0e255674fdc175dd14e8728420ed0c8d8fb1326b)
2024-03-26 09:11:16 -05:00
exceptionfactory
bdbcf30e5d
NIFI-12949 Upgraded Box SDK from 4.6.1 to 4.8.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8567.
2024-03-26 11:29:08 +01:00
Mark Bean
6a8cc9720d
NIFI-12925 Updated ListenHTTP to return 405 for TRACE and OPTIONS
This closes #8548

Signed-off-by: David Handermann <exceptionfactory@apache.org>d
(cherry picked from commit 5c150ffd786ec37be4821791654c8a65d4a49f6e)
2024-03-25 20:56:40 -05:00
Joseph Witt
1e78a66a44
NIFI-12930 Catch FlowFileAccessException in FetchFile
when importing a fetched file we cannot be sure if the problem is reading the source file or writing to the content repository.  So we need to route to failure to allow flow designers to choose how to handle this.

This closes #8542

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d5ff51b6e4ee6907057b0838f627542f64b9f686)
2024-03-25 20:49:33 -05:00
Freedom9339
75cc8c6a3e
NIFI-6379 Added SSL Context to PutSNS, DeleteSQS, GetSQS, and PutSQS
This closes #8562

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-25 20:44:00 -05:00
tpalfy
4009310f04
NIFI-12887 Added Binary String Format property to PutDatabaseRecord
Add option to treat Strings as hexadecimal character sequences or base64-encoded binary data when inserting into a binary type column.

This closes #8558

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-25 20:40:07 -05:00
exceptionfactory
e269304e23
NIFI-12943 Upgraded Hadoop from 3.3.6 to 3.4.0
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-03-25 19:25:54 -05:00
exceptionfactory
65ac492da0
NIFI-12947 Upgraded MIME4J to 0.8.11
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8561.
2024-03-25 20:04:15 +01:00
Jim Steinebrey
15eeb1d5bc NIFI-1931: Add auto commit property to QueryDatabaseTable and QueryDatabaseTable processors to allow disabling auto commit so PostgreSQL Fetch Size will work
NIFI-1931 Add proper default value for auto commit (false) to PostgreSQLDatabaseAdapter to allow FETCH_SIZE to be honored on reads.

NIFI-1931 Added customValidate code to check the auto commit property setting against the db adapter's required auto commit setting and give validation error message if they do not match.

NIFI-1931 Fix for NiFI 1.X

NIFI-1931 Added automated test to check the Auto Commit customValidate error message.

NIFI-1931 Fix for NiFI 1.X

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-03-25 14:54:35 -04:00
Peter Turcsanyi
e97431f060
NIFI-12936 ListGCSBucket resets its tracking state after configuration change
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8563.
2024-03-25 19:34:23 +01:00
Ricardo Ferreira
3ce2deb706
NIFI-12944 - Add PeerAddress as Attribute into the flowfile
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8557.
2024-03-25 19:31:49 +01:00
Peter Turcsanyi
87196e23d6
NIFI-12928 Added Simple Write strategy in PutAzureDataLakeStorage
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8559.
2024-03-25 18:52:55 +01:00
Zoltan Kornel Torok
711a646197
NIFI-12929: Fix logout infinite redirect loop in case of knox
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8546.
2024-03-25 14:28:34 +01:00
Peter Turcsanyi
cc81eeffb2
NIFI-12895 Added Timeout property to GetSmbFile and PutSmbFile
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8551.
2024-03-25 10:32:40 +01:00
Mark Bathori
c4a2738606
NIFI-12938: Upgrade Iceberg from 1.4.3 to 1.5.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8552.
2024-03-25 10:29:29 +01:00
dependabot[bot]
4c786d9bad
NIFI-12931 Upgraded Commons Configuration from 2.9.0 to 2.10.1
This closes #8541

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-21 23:11:13 -05:00
exceptionfactory
90b8ce168c
NIFI-12926 Upgraded Jackson from 2.16.2 to 2.17.0
This closes #8538

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 6b061452e6bbaa6b43561239072bc2b0e0247fe3)
2024-03-20 20:14:07 -05:00
EndzeitBegins
4e1e2612c3
NIFI-12503 Render from-data in swagger.json and RestAPI docs correctly
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8485.
2024-03-19 08:54:18 +01:00
exceptionfactory
7f78f45f66
NIFI-12919 Deprecated Cassandra 3 Components for Removal
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8530.
2024-03-19 08:47:17 +01:00
lehelb
d1387c4773
NIFI-12877 Added Sensitive Dynamic Property Support to RestLookUpService
This closes #8525

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 129130fc0966fee6dfcf8fa514841ebc07045579)
2024-03-18 08:56:11 -05:00
exceptionfactory
06e452742b
NIFI-12911 Upgraded Jagged from 0.3.0 to 0.3.2 2024-03-15 14:15:22 -07:00
Pierre Villard
e48a8b5d4e
NIFI-12909 Upgraded Nimbus JOSE+JWT from 9.33.0 to 9.37.3
This closes #8519

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-15 15:45:39 -05:00
emiliosetiadarma
37eb52d75f NIFI-12700: refactored PutKudu to optimize memory handling for AUTO_FLUSH_SYNC flush mode (unbatched flush)
NIFI-12700: made changes based on PR comments. Simplified statements involving determination of whether or not there are flowfile failures/rowErrors. Separated out getting rowErrors from OperationResponses into its own function

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

This closes #8501
2024-03-15 11:43:12 -04:00
EndzeitBegins
4093fc1ab0
NIFI-12901 Removed time units in description of time period properties
This closes #8504

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 27fa595b25c848bc06579748c17be2b0bf6dcd2e)
2024-03-14 23:03:16 -05:00
Joseph Witt
d3738da448
NIFI-12906 Upgraded ZooKeeper from 3.9.1 to 3.9.2
This closes #8506

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 33a28dfa48e10025d02a79e7ddbd69d865cb717a)
2024-03-14 22:58:00 -05:00
exceptionfactory
62df84b43f
NIFI-12886 Upgraded Jackson JSON from 2.16.1 to 2.16.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8492.
2024-03-12 11:02:25 +01:00
EndzeitBegins
a51641f37c
NIFI-12840 Expose REMOTE_POLL_BATCH_SIZE property for ListSFTP
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8448.
2024-03-11 13:51:08 +01:00
exceptionfactory
e21fb6a6be
NIFI-12871 Upgraded Commons Compress from 1.25.0 to 1.26.1
- Adjusted Excel Record Reader test failure to use OpenXML Exception instead of message matching

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8488.
2024-03-10 15:18:26 +01:00
dependabot[bot]
691870806d
NIFI-12879 Upgraded Clojure from 1.11.1 to 1.11.2
This closes #8487

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 63cc0520dca09acee2dc8f1abb1e2c48c8f4e3e4)
2024-03-08 20:30:05 -06:00
dan-s1
611d268f67
NIFI-12785 Corrected InvokeHTTP URL handling to avoid double encoding
This closes #8459

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-08 08:23:04 -06:00
exceptionfactory
1a26ad8858
NIFI-12876 Upgraded Surefire Plugin from 3.1.2 to 3.2.5
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8483.
2024-03-08 11:11:58 +01:00
exceptionfactory
34055b1852
NIFI-12874 Upgraded Log4j from 2.20.0 to 2.23.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8482.
2024-03-08 11:07:57 +01:00
exceptionfactory
5573f59445
NIFI-12868 Upgraded Commons DBCP from 2.11.0 to 2.12.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8478.
2024-03-06 18:22:08 +01:00
Peter Radden
785039e1d0
NIFI-12860 Fixed NPE in ExtensionMetadata Constructor
This closes #8467

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-05 09:26:37 -06:00
Peter Turcsanyi
40f2144942
NIFI-12846 Fixed Region handling for AWS Assume Role Credentials with VPCE Endpoint URL
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8473.
2024-03-05 15:37:55 +01:00
Jim Steinebrey
7f2f5e77f6 NIFI-12645 Fix to correctly invoke onStopped method of scripted processor
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-03-04 16:27:48 -05:00
Pierre Villard
6863b4ea71 NIFI-12850 - Prevent indexing of overly large filename attribute
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-02-29 14:08:55 -05:00
ravisingh
eeafa8354a NIFI-12828: Added Mapping for BIT type to return INT and handled boolean case for postgres
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-02-29 14:02:55 -05:00
ravisingh
8cdbdb85ad Added Mapping for BIT type to return BOOLEAN 2024-02-29 14:02:33 -05:00
Paul Grey
50a99b291f
NIFI-12851 - ConsumeKafka, remove limitation on count of subscribed topics
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8460.
2024-02-29 12:01:37 +01:00
Mark Bathori
dcc0e5edb7
NIFI-12847: Add Enum data type handling to Iceberg record converter
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8453.
2024-02-28 14:34:03 +01:00
Rajmund Takacs
48fb538e68 NIFI-12843: Fix incorrect read of parquet data, when record.count is inherited
This closes #8452.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-02-27 18:05:23 +01:00
Matt Burgess
ee00fc2d04 NIFI-12839: Explicitly set nifiVersion for processor bundle archetype dependencies
This closes #8447

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2024-02-24 13:13:42 -05:00
bob
4d097fbfe8
NIFI-11859: Ensure Hazelcast can not join a network when Cluster is NONE
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8440.
2024-02-23 13:20:26 +01:00
dependabot[bot]
31c5174ea2
NIFI-12835 Upgraded node-ip from 1.1.8 to 1.1.9 for Registry
This closes #8444

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e9b99ed04f334b1cb7ab942250d007eb4245aa9f)
2024-02-22 16:40:31 -06:00
Joseph Witt
417da44a6f
NIFI-12826 Added timing lag in TestFTP method for improved stability
This closes #8443

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9e7e39fc2adc1559ad2a5d1fa2386c81984ac058)
2024-02-22 10:59:37 -06:00
dan-s1
85f2af438b
NIFI-12784 Set Path Not Found as a Dependent Property in EvaluateJsonPath
This closes #8420

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0a2ba317c0dc0db3a45a904d88802dde1a68304e)
2024-02-20 22:16:08 -06:00
dependabot[bot]
e2d029dd18
NIFI-12827 Upgraded PostgreSQL JDBC test driver from 42.6.0 to 42.7.2
This closes #8436

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a95f327b3110af4cf5e438fc55aab2d34b055e28)
2024-02-20 21:31:07 -06:00