1518 Commits

Author SHA1 Message Date
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
mr1716
2a88aab626 NIFI-11942 Update zstd-jni to 1.5.5-5
This closes #7601

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:51:58 -04:00
Mark Bean
da0d2614bd
NIFI-11914 Support Expression Language for SegmentContent Size
This closes #7578

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 02653143d8bb4989b02b404ee0d76bb039629b5c)
2023-08-09 20:25:43 -05:00
Matt Burgess
8fa5bc267c
NIFI-11922: Honor catalog/schema field in UpdateDatabaseTable
This closes #7585

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 88b6b587be6b3dd63d61b6a2e9ae321d8bacd1e1)
2023-08-09 17:30:54 -05:00
Chris Sampson
0c5537b4a0
NIFI-11910: Clarified some points in docs
This closes #7582

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-08 10:08:36 -05:00
exceptionfactory
19b13b060d
NIFI-11889 Added Record-oriented Transmission to PutTCP
This closes #7554
Signed-off-by: Paul Grey <greyp@apache.org>
2023-08-04 11:39:30 -04:00
Matt Burgess
700f39963f
NIFI-11898 Handle commit based on driver capabilities in PutDatabaseRecord
This closes #7560

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-03 16:50:01 -05:00
mr1716
03794c0283
NIFI-11888 Upgraded Saxon-HE from 12.2 to 12.3
This closes #7553

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5a8519ebd171060dc132a90b712e6ed843b9850f)
2023-07-31 20:34:11 -05:00
exceptionfactory
43eb43365d
NIFI-11864 Upgraded Calcite Core from 1.34.0 to 1.35.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7531.
2023-07-31 18:22:10 +02:00
exceptionfactory
27a690a30a NIFI-11832-RC3 prepare for next development iteration 2023-07-25 14:03:12 -05:00
exceptionfactory
b7792f03b7 NIFI-11832-RC3 prepare release nifi-1.23.0-RC3 2023-07-25 14:03:11 -05:00
exceptionfactory
61716c0f17
NIFI-11780 Added Certificate SAN Attributes to HandleHttpRequest
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7521.
2023-07-25 16:09:50 +02:00
exceptionfactory
16e589456c
NIFI-11807 Reverted inadvertent changes to HandleHttpRequest
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8d5a6ce8d2d53b1d3e26cf0745eca1ec237f7d84)
2023-07-21 17:22:39 -05:00
mr1716
079e0a4773
NIFI-11835 Upgraded json-schema-validator from 1.0.84 to 1.0.86
This closes #7505

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0a774f231afc33a177f49246c2568f96c49fc680)
2023-07-20 11:46:45 -05:00