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
Freedom9339
bcc3468a39
NIFI-10904 Changed the font color for drop down menus to avoid the app… ( #7502 )
...
* NIFI-10904 Changed the font color for dropdown menus to avoid the appearance of menu items being disabled
* NIFI-10904 Changed the CSS tag used to set the color of the dropdown menu text
* NIFI-10904 Used a new css class to set the color of dropdown options
* nifi-10904 Changed the css class for create/reference drop down menu items.
Merged #7502 into main.
2023-08-31 09:44:06 -07: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
Ravinarayan Singh
6221f8338a
NIFI-11947 Support preserving created timestamp for Flow Snapshots
...
This closes #7610
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 56a65a587764f00ee15f91db6eb0040c5a6e2f32)
2023-08-30 12:30:23 -05:00
Matt Burgess
1a9e972721
NIFI-11195: Fixed NiFi versions for backport
2023-08-29 15:43:06 -04:00
exceptionfactory
fec34036a5
NIFI-11195 Refactored Identity Mapping to nifi-security-identity
...
- Moved StringUtils from nifi-properties to nifi-property-utils
- Moved Peer Identity methods from CertificateUtils to specific Site-to-Site classes
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6977 .
2023-08-29 15:43:06 -04:00
exceptionfactory
49bc62c928
NIFI-12009 Upgraded ZooKeeper from 3.8.2 to 3.9.0
...
This closes #7659
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-08-29 19:35:51 +01:00
Chris Sampson
2faac7d26e
NIFI-11778 fix PutElasticsearchJsonTest for Java 8
2023-08-29 09:58:25 +01:00
Chris Sampson
13cb524cb5
NIFI-11778 fix nifi-elasticsearch-restapi-processor tests for NiFi 1.x
2023-08-29 07:02:34 +01:00
dan-s1
78c8f6910b
NIFI-11778 refactored Groovy tests in nifi-elasticsearch-restapi-processors to Java (and JUnit 5)
...
This closes #7537
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-08-29 06:00:27 +01:00
ravisingh
2ce6db17e2
NIFI-11946 Support preserving created timestamp for Registry Flows
...
This closes #7604
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 6bb2d62ffdeeba8bacdcb8e0f4b4b218238c1bf0)
2023-08-28 16:59:58 -05:00
Emilio Setiadarma
db83d362f8
NIFI-11519 Fixed DBCPConnectionPool Sensitive Dynamic Properties
...
- Added handling for property names marked as sensitive but not having the SENSITIVE prefix for backward compatibility
This closes #7646
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit af365414e9393b521ea314028d7a49d07f005c9b)
2023-08-28 12:38:15 -05:00