6278 Commits

Author SHA1 Message Date
Umar Hussain
960a532baa
NIFI-11995 Added Header Format configuration to ConsumeAMQP
This closes #7652

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4f4e99085d1ab94b0e598cccc6ff75270c523af3)
2023-11-10 12:33:40 -06:00
Pierre Villard
c7cf813162
NIFI-12344 PutKudu Operation should accept Debezium Types
This closes #8004

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit eb7d49cdff93b638ee7e0ea67a4525a85fbf0ec0)
2023-11-10 12:05:46 -06:00
Mike Moser
bfe97dc321
NIFI-12121 Added Transform Result Filter to JSLTTransformJSON
This closes #7922

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 832d4455c19d3271735b90b6b4f27a32465fa8e7)
2023-11-10 10:44:36 -06:00
Bryan Bende
1818d433d6
NIFI-12323 Removed String Length Limits from JSON Flow Configuration
- Configured StreamReadConstraints on the ObjectMapper used by StandardDataFlow

This closes #7985

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 940c9276c5ca345739e89ab20db09011a2b6f326)
2023-11-07 09:03:51 -06:00
Pierre Villard
20a75d26cf
NIFI-12319 Upgraded ActiveMQ from 5.15.14 to 5.15.16
This closes #7993

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-07 08:55:42 -06:00
exceptionfactory
816d43c649
NIFI-12328 Updated OpenPGP test Key Generator Settings
- Updated DSA Key Size from 1024 to 2048
- Updated Content Signer Algorithm from SHA-1 to SHA-256

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

This closes #7992.
2023-11-07 13:03:31 +01:00
exceptionfactory
57cf654a94
NIFI-12276 Addressed Dependency Check Findings
- Upgraded Janino Commons Compiler from 3.1.9 to 3.1.10
- Upgraded Azure SDK BOM from 1.2.16 to 1.2.17
- Upgraded GCP SDK BOM from 26.17.0 to 26.25.0
- Upgraded AWS SDK from 1.12.550 to 1.12.573
- Upgraded Hazelcast from 5.3.2 to 5.3.5
- Upgraded Jersey from 2.39.12 to 2.41
- Upgraded Camel Salesforce from 3.14.5 to 3.14.9
- Unified ZooKeeper versioning on 3.9.1
- Applied Groovy 2.4.21 to Hive 3 and Iceberg components
- Applied gRPC version 1.59.0 to Asana components
- Applied Jettison 1.5.4 to Atlas and Hive 3 components
- Managed JUnit 4 version to 4.13.2 for MockWebServer
- Excluded HBase libraries from Hive 3 following Iceberg approach
- Excluded Htrace from HBase components
- Upgraded OWASP Dependency Check from 8.4.0 to 8.4.2
- Removed non-applicable dependency check suppressions
- Added dependency check suppressions for non-applicable findings

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

This closes #7989.
2023-11-07 13:00:11 +01:00
Pierre Villard
50fd8c432e
NIFI-12322 Added resource usage note in ES Client CS documentation
This closes #7986

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit b24249c8508949c9945de03c52dea84f3f1da2f4)
2023-11-06 12:02:52 -06:00
Pierre Villard
fc983cd2a6
NIFI-12319 Upgraded ActiveMQ from 5.15.15 to 5.15.16
This closes #7982

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 11:57:30 -06:00
exceptionfactory
f92e23f3e5 NIFI-12305 Optimized Regular Expression patterns
- Updated SampleRecord range validation to split on comma and validate individual ranges
- Updated AccessPolicyEndpointMerger to restrict the set of characters matched

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-11-05 19:25:11 -05:00
exceptionfactory
7e0976490a
NIFI-12293 Standardized HTTP error response messages (#7957)
- Updated ExceptionFilter and AuthenticationFilter with standard messages

This closes #7957

(cherry picked from commit 97dd543c6a850f1076b05c7a9bcc28d37e184d5b)
2023-11-03 14:27:24 -05:00
lehelb
1971983678
NIFI-12314 Fix EL for SQL Query Property in QueryNiFiReportingTask
This closes #7976

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 514c8d8a6ae7046836eac07091f93f6ccbb2cf22)
2023-11-03 13:38:08 -05:00
exceptionfactory
93b726b01a
NIFI-12311 Removed Custom Module Support from Jolt UI (#7973)
- Removed custom ClassLoader creation support from the JoltTransformJSON Advanced user interface to avoid issues with loading external classes

This closes #7973

(cherry picked from commit 168b3e205a6d3a3bacbcd4902a730342f5f29eb8)
2023-11-03 08:49:22 -05:00
exceptionfactory
e24d3bc3d7
NIFI-12294 Corrected generics usage in NarUnpackerTest for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-02 10:56:05 -05:00
Peter Turcsanyi
0679942fb3
NIFI-12306 ConsumeAzureEventHub logs partition ownership changes at info level
This closes #7970

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3e8db53f8822d98c007d9d95b10a7d3944d8124e)
2023-11-02 08:05:07 -05:00
exceptionfactory
6c0a82ebd7 NIFI-12294 Standardized NAR Entry Loading (#7958)
- Consolidated duplicative NAR file entry normalization
2023-11-01 14:10:56 -04:00
Paul Grey
9a5a56e79e
NIFI-12194 Added Yield on Exceptions in Kafka Processors
- Catching KafkaException and yielding for publisher lease requests improves behavior when the Processor is unable to connect to Kafka Brokers

This closes #7955

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 75c661bbbe56a7951974a701921af9da74dd0d68)
2023-11-01 11:18:35 -05:00
exceptionfactory
f90eddb36f
NIFI-12287 Standardized skipping Source and Javadoc for NAR modules
- Added nar-packaging and war-packaging profiles to root Maven configuration
- Removed individual properties from NAR module configurations

Backported #7947 and removed properties for applicable modules.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
2023-10-31 15:02:20 -05:00
exceptionfactory
f37b77f64c
NIFI-12287 Standardized skipping Source and Javadoc for NAR modules
- Added nar-packaging and war-packaging profiles to root Maven configuration
- Removed individual properties from NAR module configurations

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

This closes #7947.

(cherry picked from commit 2366132e92951a8fc27097c777d3104a1c396f7b)
2023-10-31 14:35:54 -05:00
Mark Bathori
85a33a088f
NIFI-12277 Added SSLContextService to Slack Processors
This closes #7960

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-31 14:15:40 -05:00
nathluu
ead1c235ad
NIFI-12265 Fixed OpenPGP Hexadecimal Key Formatting with leading 0
- Replaced Long.toHexString() with String.format() using pattern with leading 0

This closes #7926

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8e301cfdef37004a9cf3c7a8c47f4932dc090375)
2023-10-28 15:50:09 -05:00
annanys23
0bdc392462
NIFI-12249 FetchFTP and FetchSFTP set fetch.failure.reason on failures
- Set fetch.failure.reason to relationship name when routing to failure relationships

This closes #7929

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 90498a352d059376b96630c1c3f1136313999d17)
2023-10-28 13:17:04 -05:00
exceptionfactory
fa06894556
NIFI-12288 This closes #7950. Improved Long and Integer handling in Utilities
- Added explicit round in FormatUtils.makeWholeNumberTime()
- Removed unnecessary boxing in component descriptors
- Maintained long number tracking for releasable counts in Wait and Notify Processors

Signed-off-by: Joseph Witt <joewitt@apache.org>
(cherry picked from commit ae14738dead33ca20dc2e779f5157118ee2b228f)
2023-10-28 12:12:17 -05:00
Matt Burgess
b9a2371afe
NIFI-12273 Fixed command.argument references in ExecuteStreamCommand docs
This closes #7941

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 880770f992c9bf85629d90031024c3a60356ba2f)
2023-10-27 08:54:02 -05:00
Pierre Villard
b822c27fb5
NIFI-11677 Removed non required yield in DeleteHDFS
This closes #7937

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1d125e9906090eedb66a7f6f8f1176ac67e007bc)
2023-10-27 08:54:01 -05:00
Mark Bathori
67767b6550 NIFI-12130: Ability to configure snapshot properties via dynamic attributes in PutIceberg
Fix dynamic field expression language handling

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-10-26 19:23:55 -04:00
lehelb
3c2b2538e8
NIFI-12271 Fix PutAzureBlobStorage_v12 rollback on failure with FileResourceService
This closes #7930

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a3e4f89fe36643e573988f6853b7590c82ae19ae)
2023-10-26 14:54:24 -05:00
exceptionfactory
49eb8c694f
NIFI-12275 Disabled Keepalive in SFTP Tests
This closes #7932

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-10-25 20:29:05 +01:00
exceptionfactory
36c51beda3
NIFI-12264 Upgraded Apache Tika from 2.9.0 to 2.9.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7921.
2023-10-24 11:03:58 +02:00
dan-s1
6ce63c0bfe
NIFI-11197 Added YamlTreeReader
- Adjusted JsonTreeReader implementation for sharing common Jackson components

This closes #7665

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b95129f962b0dfa2b1119f54d096c3a8464cfa5)
2023-10-23 15:29:30 -05:00
dan-s1
fa146aee40
NIFI-12165 Changed the properties "Custom Transformation Class Name" and "Custom Module Directory" to depend on the "Jolt Transformation DSL" property when its value is "Custom"
This closes #7890

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-10-23 18:14:19 +01:00
exceptionfactory
2385a47667
NIFI-12259 Upgraded Apache Santuario from 2.3.3 to 2.3.4
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7916.
2023-10-23 10:29:30 +02:00
annanys23
a9e05ff473
NIFI-5137 Fixed the path to Controller Service grid item's state
This closes #7833

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 6daf0abfd4ce56c1a1285f68af050e02b36fa6f4)
2023-10-21 20:08:41 -05:00
markobean
0e806a19a1
NIFI-11874: update process group configuration dialog UI, specific to nifi-1.x line (#7844)
This closes #7844
2023-10-20 14:48:46 -04:00
exceptionfactory
f4722f4d30
NIFI-12257 Upgraded MINA SSHD from 2.9.2 to 2.9.3
- SSHD 2.9.3 applies to JGit 5 for Java 8
- Upgraded SSHD from 2.10.0 to 2.11.0 for test components

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

This closes #7914.
2023-10-20 17:35:13 +02:00
Pierre Villard
3d607a7b6f
NIFI-12230 Add configurable Log Level for IP not found in GeoEnrichIP
NIFI-12253 Route to not found relationship instead of rolling back in GeoEnrichIPRecord

This closes #7909

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 184757fede3e253ba47552ab8e6fe8bd75f8f49f)
2023-10-20 09:00:27 -05:00
Chris Sampson
54030bfe11
NIFI-12254 clarify Bulk operation header documentation for PutElasticsearchRecord and PutElasticsearchJson processors
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7912.
2023-10-20 12:07:35 +02:00
Matt Gilman
2c019bb985
NIFI-11909 Cleared Password field after login
- Clearing the password in the login form when login fails or unable to verify access once authentication succeeds.

This closes #11909

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 97dfe2d812a9fa8b0fcc2b1d0b7f352f656b530e)
2023-10-19 13:42:11 -05:00
Chris Sampson
fd6e023039 NIFI-8135 allow CHOICE data types in conversion of Records to Java Maps
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-10-19 13:13:21 -04:00
Gabor Gyimesi
142abb07c6 NIFI-12238 Fix SplitText endline trimming with max fragment size (#7892) 2023-10-18 12:41:58 -04:00
exceptionfactory
1a2d769e82
NIFI-12219 Added Xodus Flow History Storage with Migration (#7885)
- Added EntityStoreAuditService implementation using JetBrains Xodus libraries
- Added FlowConfigurationHistoryMigrator for checking and migrating H2 databases containing Flow Configuration History to Xodus persistent store implementation
2023-10-18 10:48:05 -04:00
exceptionfactory
d4ca334813 NIFI-12234 Upgraded SSHJ from 0.35.0 to 0.37.0
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-10-17 02:06:39 -04:00
Bryan Bende
d9e1c931c7
NIFI-12222 Fix StandardVersionedComponentSynchronizerTest for support branch
This closes #7888

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-16 18:55:28 -05:00
Bryan Bende
eaa2c8d7de
NIFI-12222 Protect against missing parameter context when syncing a PG in component synchronizer (#7877) 2023-10-16 13:19:10 -04:00
Joe Gresock
1cb7614b0b
NIFI-12122 Corrected TestFlowController references
- Adjusted XmlFlowSynchronizer method invocation for backported changes

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-13 22:26:04 -05:00
Zackeus Bengtsson
387c22b22c
NIFI-12122 Fixed persistence of Parameter Context descriptions
Fixed bug where parameter context descriptions were not loaded on NiFi startup and overwritten as empty

This closes: #7787

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0a47157640c1502a0379a7f66d764d2d7d344872)
2023-10-13 18:39:55 -05:00
Mark Payne
4d00f8e156
NIFI-12228: This closes #7882. Fixed issue with FlowFile Concucrrency that can occasionally bring in more data than it should.
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-13 13:36:54 -07:00
Chris Sampson
ac435ed7a1
NIFI-12214 This closes #7869. ConsumeElasticsearch Query Builder properties do not dependOn the Query Definition Style
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-11 17:46:27 -07:00
Bryan Bende
c24271fb43 NIFI-12140 Add optional properties to RedisConnectionPoolService for Username and Sentinel Username (#7862) 2023-10-10 15:17:34 -04:00
Chris Sampson
e4f4337957
NIFI-11985: Add ConsumeElasticsearch processor
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7671.
2023-10-10 06:40:44 -04:00