1531 Commits

Author SHA1 Message Date
mr1716
d530e2027f
NIFI-12360 Upgraded brotli4j from 1.12.0 to 1.13.0
This closes #8020

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit db827b88b28694843f6308faf6c50dc5580da699)
2023-11-13 13:59:55 -06:00
mr1716
9ad760b6a2
NIFI-12359 Upgraded json-schema-validator from 1.0.86 to 1.0.87
This closes #8019

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 2c00d73ce9cdf28371c152d3c96f7dc31a6f0ae7)
2023-11-13 13:59:52 -06:00
mr1716
5dbf1d2c1f
NIFI-12353 Upgraded json-flattener from 0.16.4 to 0.16.6
This closes #8014

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0c4de923baf0ddbc1941f560474866cd5fc58630)
2023-11-13 12:22:07 -06:00
exceptionfactory
75351b7067
NIFI-12266 Added Standard Shared NAR and BOM
- Added nifi-standard-shared-nar with common dependencies
- Added nifi-standard-shared-bom with provided scope for parent module references

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

This closes #8008.
2023-11-13 09:27:59 +01:00
mr1716
e891a01523
NIFI-12346 Upgraded Apache Calcite from 1.35.0 to 1.36.0
This closes #8009

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

(cherry picked from commit 246ffe4ee9027df85ac3c91ddbc75a00a3127406)
2023-11-11 23:34:22 -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
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
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
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
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
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
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
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
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
Gabor Gyimesi
142abb07c6 NIFI-12238 Fix SplitText endline trimming with max fragment size (#7892) 2023-10-18 12:41:58 -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
dan-s1
21792460fe
NIFI-12116 Documented lack of NDJSON support in ValidateJson
This closes #7782

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 66b68140e2303dd77d70c6dcb597ed35adf0841b)
2023-10-09 11:13:44 -05:00
Chris Sampson
acddeb1cf4
NIFI-12153 Added Allow Comments and Max String Length to JSON Readers
This closes #7823

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 099ceec7ede8d0427f588bf71aec7b3e006a2a4b)
2023-10-09 11:04:53 -05:00
exceptionfactory
b27b849caa
NIFI-12188 Upgraded Commons Net from 3.9.0 to 3.10.0
- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650

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

This closes #7855.
2023-10-09 12:21:58 +02:00
mr1716
0e8a3ba9fa
NIFI-12183 Upgraded zstd-jni from 1.5.5-5 to 1.5.5-6
This closes #7850

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a8b56949d78a1dec154cfc6e8d1cc2e12277716e)
2023-10-06 15:33:20 -05:00
exceptionfactory
9bd7b91514
NIFI-12163 This closes #7835. Improved Syslog 5424 Line Handling
- Eliminated unused parseEvent method signatures from StrictSyslog5424Parser in favor of a single String line method
- Eliminated intermediate conversion from String to byte array and back to String for Syslog Parser

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-03 19:46:23 -07:00
Mike Moser
4c5ea5f4da NIFI-12038 This closes #7760. introduce PackageFlowFile processor
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-02 11:57:28 +00:00
dan-s1
6288470504 NIFI-12100_deprecate Annotated the ConvertExcelToCSVProcessor with the DeprecationNotice annotation and fixed the Checkstyle violation in SplitJson.
This closes #7814

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-29 14:12:17 -04:00
Arpad Boda
cfb820be2d NIFI-12134 - Disable Directory Listing property is duplicated on PutSFTP processor
Signed-off-by: Bejan Csaba <bejan.csaba@gmail.com>

This closes #7798.
2023-09-27 17:48:08 +02:00
Bryan Bende
850959dd17 NIFI-12127 Allow Jackson's max string length to be configured on SplitJson and EvaluateJsonPath
This closes #7794

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-27 08:50:26 -04:00
Bryan Bende
31850d10fa
NIFI-12117 Allow configuring Jackson's max string length in JoltTransformJSON
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7788.
2023-09-26 13:03:27 +02:00
Pierre Villard
18ab14b148
NIFI-12103 Replaced deprecated usage of new URL(String)
This closes #7771

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

(cherry picked from commit 2aca08910c4e06fff2c98d3794d9b5a3cd427988)
2023-09-23 10:35:14 -05:00
Mark Payne
978f4aa518
NIFI-12118: refactored RemoveRecordPath member variable that was caching values, and improve performance with Pattern.matcher().find() instead of .match().
This closes #7783

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-09-23 14:03:06 +01:00
Joseph Witt
152332eba4
NIFI-12091 Workaround for TestListenTCPRecord to be corrected in NIFI-12098
This closes #7765

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4527e3fe0fc8e02f7a579dc9ab7d2e93a356b640)
2023-09-20 16:47:26 -05:00
exceptionfactory
bc7a20068c
NIFI-12093 This closes #7766. Deprecated EncryptContent Processor
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-20 13:22:06 -07:00
Peter Turcsanyi
e07bb19233
NIFI-12075 Deprecated ComponentLog methods with Object[] and Throwable
- Updated component references to remove use of Object[] wrapping for log methods

This closes #7758

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-19 13:23:07 -05:00
Joseph Witt
f7c06d39a7
NIFI-12071 add deprecation notices to grpc processors and fix brittle test depending on certain command line output
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7741.
2023-09-16 13:50:25 +02:00
Joseph Witt
5baaa2185f
NIFI-12066 a series of minor version bumps for key dependencies 2023-09-15 13:21:41 -05:00
exceptionfactory
ab67daf891
NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 1.24.0
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-14 13:32:24 -07:00
Matt Burgess
ee813d9650
NIFI-12011 Added MIME Type to ExecuteStreamCommand and ExecuteProcess
This closes #7660

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 24736f62767a88669a6845a6e3f21ce801b8b645)
2023-09-12 16:40:56 -05:00
dan-s1
b468d4f5af
NIFI-11959 Corrected single-line comment handling for Jolt JSON
Added new lines back to the read in JSON spec to allow for single line comments to be parsed correctly and ignored.

This closes #7678

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0280497c629538bdec8d9f06a3a68561d7a091ed)
2023-09-11 17:00:58 -05:00
Matt Burgess
af8128bb5c
NIFI-12010: Handle auto-commit and commit based on driver capabilities in SQL components
Signed-off-by: Arpad Boda <aboda@apache.org>

This closes #7663
2023-09-11 21:38:18 +02:00
krisztina-zsihovszki
748a3149a1
NIFI-12014 NullPointerException in PutSQL when adding error attributes
This closes #7666.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-09-05 13:14:45 +02:00
p-kimberley
49596efa09
NIFI-11945 Add Cache Entry Identifier property to DeduplicateRecord
This closes #7603

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a9ac8fb7073ef89e1f1105775de2fdb56b8da0b3)
2023-08-30 16:59:54 -05:00
exceptionfactory
9cd720ee20 NIFI-12001 Refactored CertificateUtils to separate modules
- Added nifi-security-cert for reusable components without dependencies
- Added nifi-security-cert-builder for certificate generation

NIFI-12001: Changes related to backporting
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-30 15:06:37 -04:00
mr1716
8dd1a420cf
NIFI-12002 Upgraded javax.servlet.jsp-api from 2.3.1 to 2.3.3
This closes #7653

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 77ed641ee23746a55f095348b2d9648bf0cfd74a)
2023-08-28 12:22:25 -05:00
Mark Bean
1e52dba288
NIFI-11934 Allow FlowFile filename to be sent in header for InvokeHTTP
This closes #7639

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d1b77018b2759454c83e536e1bd07db39375c155)
2023-08-24 17:22:09 -05:00
mr1716
a4e4590cac
NIFI-11994 Upgraded socketbroker from 1.0.2 to 1.1.0
This closes #7645

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit bf3c9ed4cbbfe971f371235edb744de30d17f98b)
2023-08-24 17:16:56 -05:00
exceptionfactory
5e20978b9e NIFI-11976 Removed error log check in TestListenTCPRecord
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-22 15:15:44 -04:00
mr1716
495e8eb3bb
NIFI-11956 Upgraded Frontend Maven Plugin from 1.12.1 to 1.13.4
This closes #7617

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit dcc2480cb5ecc554aa9ebbb0e52b745a9cbf5dea)
2023-08-18 12:54:54 -05:00
exceptionfactory
10f7efde0f NIFI-11944 Removed validation warning from ExecuteStreamCommand
- Removed customValidate() which logged an incorrect warning every 5 seconds based on strategy string instance evaluation

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-14 16:34:11 -04:00