8956 Commits

Author SHA1 Message Date
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
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
237892988a
NIFI-12086 This closes #7757. Removed unused jgit dependency from framework-core
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-20 14:30:03 -07: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
exceptionfactory
ca05da490a
NIFI-11595 Backported StateMap.getStateVersion() for StateProviders
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-20 14:17:00 -05:00
Joe Witt
bf0bb81361
NIFI-11903 disable if windows (#7566) 2023-09-19 14:05:35 -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
mr1716
36956a7091
NIFI-12085 Upgraded Spring Security from 5.8.6 to 5.8.7
This closes #7756

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e281d134997a9314b88b5f16e93b8021f4e5f279)
2023-09-19 12:43:47 -05:00
Peter Turcsanyi
878d2e025f
NIFI-11595 StateProvider.replace() supports creating the initial state
- Extracted common logic from setState() and replace() into modifyState()
- Removed redundant code from createNode() because exceptions are handled on the caller side
- NodeExistsException and InterruptedException are handled in setState() and replace()
- Also used KeeperException's subclasses instead of KeeperException.code()

This closes #7324

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

(cherry picked from commit ac80b9d900221fedb59142e4a4802bf4ab2a17f4)
2023-09-19 12:32:03 -05:00
mr1716
f35045d3ae
NIFI-12043 Upgraded MariaDB Java Client from 3.1.4 to 3.2.0
This closes #7747

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 66524ab2678609ecb5c31869ad081e7446b977d8)
2023-09-19 08:03:57 -05:00
Zoltan Kornel Torok
bc3368b891
NIFI-12084: fix process group logging on support branch
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7754.
2023-09-19 11:41:23 +02:00
exceptionfactory
8e09bf198e
NIFI-12083 Upgraded Jetty from 9.4.51 to 9.4.52
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7753.
2023-09-19 11:37:39 +02:00
exceptionfactory
08ab9b14ee
NIFI-12081 Removed HackerOne from Security Reporting Methods
This closes #7751

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 80264cdd12c54825fe52d672bb966c43eca75434)
2023-09-18 16:01:54 -05:00
Pierre Villard
7fc8455e1d
NIFI-11852 - CLI - connect two process groups
Backported
This closes #7527

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit dcf42d01a4d31f3dc8a7fad8618659bb8c7248c5)
2023-09-18 11:42:59 +02:00
Pierre Villard
4b12182752
NIFI-11857 - CLI - recursively change version of Processors
This closes #7528

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit cb03d6de74c9931e0ac52f77ce98f5b8eb39e3d1)
2023-09-16 10:04:02 -05:00
Joseph Witt
26193918cf
NIFI-12073 removed toolkit tests which rely on system exit calls and captures not allowed any longer by defunct security manager support in Java 21
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7743.

(cherry picked from commit ad753318e72db821aae8075117b825a5cb0b26c9)
2023-09-16 09:52:44 -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
Chris Sampson
36288bcbe1
NIFI-12063 Clarified Elasticsearch Query Documentation
Clarify paginated Elasticsearch with SCROLL does not use query parameters from dynamic properties

This closes #7695

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 94bb8aec97e83607f5c084a6261923e224dadc58)
2023-09-14 20:02:14 -05:00
Joseph Witt
1f149988c6
NIFI-12064 Upgraded Maven Plugin versions
This closes #7731

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

(cherry picked from commit a1fca9b44edb387c3673251d37f268264122d3eb)
2023-09-14 19:39:32 -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
exceptionfactory
c04f587fb7
NIFI-12037 Changed List.of to Collections.singletonList for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-14 14:16:31 -05:00
exceptionfactory
0862c105f0
NIFI-12060 This closes #7694. Removed Groovy Tests using Spock Framework
- Added org.spockframework to the list of banned dependencies
- Removed several other Groovy tests and associated build profiles

Signed-off-by: Joseph Witt <joewitt@apache.org>

(cherry picked from commit 98fa7d02904ab37a1bf696cce1421cff6569fa62)
2023-09-14 14:15:53 -05:00
Justin
e5a0b58aa4
NIFI-12037 Update AzureUserGroupProvider to allow configuration of the graph endpoint and API scope to support regional clouds.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7675.
2023-09-14 19:39:25 +02:00
exceptionfactory
0157d72b49
NIFI-12058 Upgraded Apache Kudu from 1.16.0 to 1.17.0
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-14 09:59:01 -07:00
exceptionfactory
4edf713bae
NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-14 08:50:06 -07:00
Mark Bathori
9b15bbf6b9
NIFI-12054: PutIceberg should produce a provenance send event
This closes #7690.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-09-14 16:55:25 +02:00
Zoltan Kornel Torok
1e115b4fbb
NIFI-12048 Removed non-functional framework integration tests
This closes #7688

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-13 16:18:29 -05: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
mr1716
213511c151
NIFI-12046 Upgraded box-java-sdk from 4.2.0 to 4.4.0
This closes #7683

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8c68e5d8ccab2cfa65593352ef58ad76d26ead89)
2023-09-12 16:31:03 -05:00
mr1716
012e91be1d
NIFI-12044 Upgraded H2 DB from 2.2.220 to 2.2.222
This closes #7682

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 01dadf10de173d665905b54a0785244517e2a6bf)
2023-09-12 16:21:22 -05:00
dan-s1
0fd77eff1c
NIFI-12042 Refactored Groovy test to Java in nifi-mock-record-utils
This closes #7681

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 09c1c8b2b39c37954b195a6b2d7ce09c502d1dec)
2023-09-12 09:04:32 -05:00
exceptionfactory
ea1602a040
NIFI-12040 Upgraded Apache IoTDB from 1.1.2 to 1.2.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7680.
2023-09-12 10:42:06 +02:00
exceptionfactory
b5bfd258f7
NIFI-12039 Upgraded Apache Commons DBCP from 2.9.0 to 2.10.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7679.
2023-09-12 10:39:59 +02: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
dan-s1
3cd4845fd4
NIFI-12021 Refactored Groovy TLS Toolkit Tests to Java
This closes #7674

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 796ae2f5d1f1962c8dc9fb6df5cc5035dd2a0f9f)
2023-09-11 08:16:28 -05:00
Pierre Villard
5be76cddde NIFI-12028 - Add s3.region attribute to ListS3 generated flow files
This closes #7672

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-09-10 12:23:59 -04:00
Mike Moser
7f6023e89d NIFI-12019 bugfix for SynchronousFileWatcher time check interval
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-09-06 12:41:21 -04: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