8845 Commits

Author SHA1 Message Date
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
ef90e2ae73
NIFI-12182 Upgraded AMQP from 5.18.0 to 5.19.0
This closes #7847

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d2fb81d1d6449fa2a9032804554402f0619ed281)
2023-10-06 15:33:58 -05:00
mr1716
0ebdcf9da8
NIFI-12184 Upgraded Iceberg from 1.3.1 to 1.4.0
This closes #7848

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1e5c491433c92895317de486f2236763d95e4810)
2023-10-06 15:33:20 -05: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
mr1716
fd301df432
NIFI-12181 Upgraded HiveMQ MQTT Client from 1.3.1 to 1.3.3
This closes #7846

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit db0407cda6542d32c1f6d5a5cddf3fddeeaf4afd)
2023-10-06 15:33:19 -05:00
mr1716
bda2f0ab38
NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1
This closes #7845

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cb3b7907e02c14ec5bcf28174821fb03c9fbea81)
2023-10-06 15:33:18 -05:00
Bryan Bende
cde6b0196f
NIFI-12149 Create nifi-redis-utils and minor improvements to util methods
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7816.
2023-10-06 15:34:39 -04:00
mr1716
73b9681219
NIFI-12171 Upgraded excel-streaming-reader from 4.1.2 to 4.2.0
This closes #7841

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 7ddcb91605916f2850d9b8b76f56bde17b4f917e)
2023-10-05 16:11:55 -05:00
mr1716
65aa90636e
NIFI-12170 Upgraded snappy-java from 1.1.10.4 to 1.1.10.5
This closes #7840

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cebd13132e9e6c611306d583d976964269542628)
2023-10-05 16:11:53 -05:00
Nissim Shiman
698a426bda
NIFI-11782 Resolved NPE when moving snippet with label to process group
This closes #7838

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5afda79f282c99df370edb411234c2182bebe4b9)
2023-10-05 16:11:52 -05:00
Lehel Boer
8aef8338f9 NIFI-12092 Add backoff parameters to JettyWebsocketClient reconnect
This closes #7761.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>

(cherry picked from commit 7e4ca9365fd781254597fa6c825bfb8223328c33)
2023-10-04 19:21:12 +02:00
Eric Secules
6929ddecb6 [NIFI-12067] mock process session keeps track of flowfiles created during the session and removes them on rollback rather than putting them on the input queue (#7827)
rename method to be more descriptive, fix checkstyle error for trailing whitespace in TestMockProcessSession.java
added session.transfer call to unit tests so that they fail without the fixes.

Co-authored-by: Eric Secules <eric.secules@macrohealth.com>
2023-10-04 10:49:37 -04: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
exceptionfactory
51ae9160da
NIFI-12115 Added ListenOTLP to collect OpenTelemetry
- Added ListenOTLP Processor supporting OpenTelemetry OTLP 1.0.0 Specification with gRPC and HTTP
- Updated nifi-event-transport to support configurable SSLParameters for configurable Cipher Suites

This closes #7830

Signed-off-by: Joseph Witt <joewitt@apache.org>
(cherry picked from commit 6394912cce3ccf1c03d099ebad75828bfe8af395)
2023-10-03 21:42:17 -05:00
Eric Secules
4cb3f50329
NIFI-12164 Fixed compilation with Optional method under JDK 8
This closes #7834

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-03 17:18:46 -05:00
Eric Secules
4354072b4a NIFI-12158 MockProcessSession write methods preserves attributes (#7828)
Co-authored-by: Eric Secules <eric.secules@macrohealth.com>
2023-10-03 14:42:19 -04:00
Matt Burgess
8f4d202271
NIFI-11739 - Add ability to ignore missing fields in PutIceberg
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7421.
2023-10-03 14:41:35 +03:00
exceptionfactory
71baa2c4ce
NIFI-12162 This closes #7831. Upgraded Netty from 4.1.98 to 4.1.99
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-02 15:15:00 -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
exceptionfactory
acb9dd10b7 NIFI-12155 Upgraded Apache Commons IO from 2.13.0 to 2.14.0
- Upgraded Apache POI from 5.2.3 to 5.2.4

This closes #7825

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-30 16:27:27 -04:00
exceptionfactory
6ee132f851 NIFI-12154 Upgraded Apache Avro from 1.11.2 to 1.11.3
This closes #7824

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-30 16:27:00 -04:00
Peter Turcsanyi
39d65161ef
NIFI-12151 Fixed StandardPrivateKeyService fails due to missing BouncyCastleProvider
This closes #7817

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8c5d85a28d48e190ca862fbc7e10f1a66a9e72e7)
2023-09-30 11:02:46 -05:00
Bryan Bende
72c541fb87
NIFI-12104 Separate a non-atomic Redis DMC implementation from the existing one for use in Put/Fetch DMC when Redis is clustered
This closes #7796

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-29 15:30:58 -04: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
Joe Gresock
74d1040cad
NIFI-12146: Updating nifi cli command list in documentation (#7807) 2023-09-29 09:05:35 -04:00
Nandor Soma Abonyi
5c1ca14d33 NIFI-12095 This closes #7762. Increase default Xmx to 1g
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-29 14:47:02 +02: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
Joseph Witt
efc07f69fc
NIFI-12128 updated cassandra, jgit, and netty
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7793.
2023-09-26 11:48:01 +02:00
dependabot[bot]
0083f9ef11
NIFI-12129 - Bump org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.4
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7792.
2023-09-26 11:34:26 +02:00
Matt Burgess
e98a2ef5fd
NIFI-11177: Add defensive code for null values for Iceberg
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7777.
2023-09-26 11:30:27 +02:00
Peter Turcsanyi
24994a53c3
NIFI-12126: Downgrade snowflake-jdbc to 3.13.33
snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x

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

This closes #7790.
2023-09-26 11:07:37 +02:00
exceptionfactory
5a55bc4a55
NIFI-12120 This closes #7784. Removed Obsolete Framework Integration Tests
- Removed integration tests from org.apache.nifi.integration in nifi-framework-core

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-24 15:52:58 -07: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
Pierre Villard
e7574cddb9
NIFI-12113 Replaced Validate.notNull() with Objects.requireNonNull()
This closes #7779

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b9eb8361ce6352c1e155c99748fd1f97df76c0c)
2023-09-22 15:21:22 -05:00
exceptionfactory
90972a7f57
NIFI-12111 This closes #7776. Deprecated Unmaintained Components for Removal
- nifi-cybersecurity-bundle
- nifi-html-bundle
- nifi-metrics-reporting-bundle
- nifi-riemann-bundle
- nifi-tcp-bundle
- nifi-rules-action-handler-bundle

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-22 09:50:09 -07:00
exceptionfactory
1a5798b1fe
NIFI-12108 This closes #7773. Deprecated SpringContextProcessor for removal
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-21 20:07:42 -07:00
exceptionfactory
e7215bf5c1
NIFI-12110 This closes #7775. Upgraded Spring Framework from 5.3.29 to 5.3.30
- Upgraded Spring Boot from 2.7.15 to 2.7.16 for Registry

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-21 20:03:04 -07:00
exceptionfactory
b32d75a3ce
NIFI-12086 Removed TemplateSerializerTest for jgit test removal
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-21 15:13:07 -05:00
mr1716
fcedd5a9fe
NIFI-12106 Upgraded Spring Boot from 2.7.14 to 2.7.15
This closes #7772

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit b6bcce4fe138b15a816f3f37940f5627abab812f)
2023-09-21 14:54:02 -05:00
exceptionfactory
e6323d4b24
NIFI-12033 Removed unused imports from AgeKeyValidator
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-21 14:49:51 -05:00
Mike Moser
9b7dadb214
NIFI-12019 Improved reliability of TestSynchronousFileWatcher
This closes #7770

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1f87c16ab8473e98df5c31a4932c0ff92c7d031a)
2023-09-21 14:42:52 -05:00
dan-s1
990d0807c9
NIFI-12041 Converted Groovy tests to Java in nifi-scripting-processors
This closes #7752

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9b591a2fe374fa21dc4a5778edad904af6a7bbe5)
2023-09-21 13:46:45 -05:00
Pierre Villard
96bbdfe97f
NIFI-12102 Fixed deprecation warnings when instantiating primitive types
This closes #7769

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5405a3b08b8a20c5f65102b684b525a9a4f7c01c)
2023-09-21 13:42:11 -05:00
exceptionfactory
68dc0653c3
NIFI-12033 Added EncryptContentAge and DecryptContentAge Processors
This closes #7676
Signed-off-by: Paul Grey <greyp@apache.org>
(cherry picked from commit ebe8b9a2e78d1d87046eb1d6c9f86e86203b6744)
2023-09-21 13:26:29 -05:00
Nandor Soma Abonyi
ed1ab84cd8 NIFI-12022 Extract verification logic from JMSConnectionFactoryProvider
This closes #7667.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit badbc1aca66684187093ff82fde6bfb28db549c7)
2023-09-21 19:27:17 +02:00
Pierre Villard
345ce9ce06
NIFI-12097 Upgraded Snowflake ingest SDK to 2.0.3 and JDBC to 3.14.1
This closes #7764

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9c19656f5b621aef224ad01924b1859618c070b5)
2023-09-20 16:47:30 -05:00
mr1716
7a937803e2
NIFI-12096 Upgraded H2 DB from 2.2.222 to 2.2.224
This closes #7763

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit fbb635e4c6e01aea276182d2d429b4b92df67163)
2023-09-20 16:47:29 -05:00