dependabot[bot]
4c786d9bad
NIFI-12931 Upgraded Commons Configuration from 2.9.0 to 2.10.1
...
This closes #8541
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-21 23:11:13 -05:00
Peter Radden
785039e1d0
NIFI-12860 Fixed NPE in ExtensionMetadata Constructor
...
This closes #8467
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-05 09:26:37 -06:00
Peter Turcsanyi
3baf052aae
NIFI-12769 Updated copyright year to 2024 in NOTICE file headers
...
This closes #8385 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-02-09 14:24:40 -07:00
Timea Barna
99912c559c
NIFI-12749 Handled Forward Slash in Flow Name for nifi-toolkit-cli
...
- The export-all-flows command fails when the Flow Name contains a forward slash
This closes #8369
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1781e166196d2bb04cef3b4e661f191303b3b40c)
2024-02-08 08:26:46 -06:00
mr1716
56030da0f9
NIFI-12692 Update jline.version to 3.25.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8326 .
2024-02-01 10:49:09 +04:00
Pierre Villard
65c33d08aa
NIFI-12662-RC1 prepare for next development iteration
2024-01-25 16:18:10 +04:00
Pierre Villard
6ecc398d3f
NIFI-12662-RC1 prepare release nifi-1.25.0-RC1
2024-01-25 16:17:58 +04:00
exceptionfactory
eb1b2e3163
NIFI-12620 Upgraded JLine from 3.24.1 to 3.25.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8256 .
2024-01-17 13:00:40 +04:00
mr1716
e520bbcb69
NIFI-12592 Upgraded Apache Curator from 5.5.0 to 5.6.0
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 56be04cc73ef3dbdfaeaf7a498c7f7eecbeec9af)
2024-01-12 08:50:57 -06:00
mr1716
edafb452bc
NIFI-12460 Upgraded OpenCSV from 5.8 to 5.9
...
This closes #8112
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 53f932bdecdfb2e0c819dbd603a0ef53e94b84fa)
2023-12-04 17:11:49 -06:00
Pierre Villard
7fedb49a9a
NIFI-12362-RC5 prepare for next development iteration
2023-11-23 11:03:53 +01:00
Pierre Villard
5241f43482
NIFI-12362-RC5 prepare release nifi-1.24.0-RC5
2023-11-23 11:03:47 +01:00
mr1716
0f32068d0b
NIFI-12363 Upgraded JLine from 3.23.0 to 3.24.1
...
This closes #8021
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3619780813f43dd936116bb1510cd7b9785be926)
2023-11-14 16:19:19 -06:00
Paul Grey
37167bad5d
NIFI-12201 Print deprecation warning for TLS Toolkit
...
This closes #7880
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-16 18:57:58 -05:00
Bryan Bende
ad915f773d
NIFI-12186 Add ability to export a versioned reporting task snapshot ( #7853 )
...
* NIFI-12186 Add ability to export a versioned reporting task snapshot
- Add CLI commands and optional query param to specify specific reporting task
2023-10-09 11:39:43 -04: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
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
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
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
5baaa2185f
NIFI-12066 a series of minor version bumps for key dependencies
2023-09-15 13:21:41 -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
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
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
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
44088d3870
NIFI-11993 Upgraded Groovy from 3.0.18 to 3.0.19
...
This closes #7654
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 49dd9ec03f4fab20a131ccc1b734bf73dae02419)
2023-08-28 12:22:24 -05:00
exceptionfactory
415680956c
NIFI-11890 Upgraded Guava from 31.1 to 32.0.1 for Toolkit Modules
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7559 .
2023-08-03 17:37:01 +02:00
mr1716
cbc88c7f31
NIFI-11869 Upgraded opencsv from 5.7.1 to 5.8
...
This closes #7536
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8979c20f59c01aa605b539042ffab99a32c2c7b1)
2023-07-31 20:34:04 -05:00
exceptionfactory
22231634f6
NIFI-11832 Updated Docker version to 1.24.0
2023-07-28 17:17:42 -05: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
Pierre Villard
7eef97213d
NIFI-11850 - CLI - add keep existing parameter context flag
...
This closes #7520
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e0d6b49cd5919f8a9128953e7ebf8f0c64b9f041)
2023-07-24 13:15:35 -05:00
Pierre Villard
2d79837380
NIFI-11844 - CLI - command to stop version control of a process group
...
This closes #7513
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d9b04770ef90bdf29f34eecdf9ff5d07b409b807)
2023-07-24 11:48:24 -05:00
Nandor Soma Abonyi
d45ccf5cd3
NIFI-11848 Allocate unused port in TlsCertificateAuthorityTest
...
This closes #7514
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 84b4d100a8f0afdaf0ae52d90e8ecabb552d1f1b)
2023-07-24 10:59:22 -05:00
exceptionfactory
4d55615c7a
NIFI-11709 Upgraded Guava from 32.0.0 to 32.0.1
...
- Added version override for Guava 27 to 32.0.1 in Hadoop and Hive modules
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-20 16:20:54 -04:00
mr1716
b5d6453522
NIFI-11725 Upgraded Woodstox from 6.5.0 to 6.5.1
...
This closes #7407
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a5ae1558398c3618e6738b1b9a9181f3015dcc74)
2023-06-19 16:12:12 -05:00
exceptionfactory
0ecd15537e
NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies
...
- Removed hamcrest-all from default dependencies
- Added groovy-test to selected modules with Groovy test classes
- Added junit-vintage-engine to selected modules with JUnit 4 test classes
- Corrected references to JUnit 4 assertions in JUnit 5 test classes
- Removed several unnecessary test classes from nifi-socket-utils
- Removed duplicative Registry toolkit test classes
- Removed Kudu integration tests
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7233
(cherry picked from commit ca6c7f704164e922e11d72e7c972a50ac46e6b0e)
2023-06-13 15:22:40 -05:00
Joe Witt
ec757b7694
NIFI-11654 updating docker files
2023-06-11 20:59:40 -04:00
Joe Witt
f1d5a8c4de
NIFI-11654-RC1 prepare for next development iteration
2023-06-06 12:32:00 -07:00
Joe Witt
71e3ea9f2c
NIFI-11654-RC1 prepare release nifi-1.22.0-RC1
2023-06-06 12:31:58 -07:00
exceptionfactory
6d00ce4fe5
NIFI-11645 This closes #7342 . Upgraded Guava from 31.1 to 32.0.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-06-05 14:52:00 -07:00
Mark Payne
e75d78b3c3
NIFI-11603 Refactored Socket-based tests to use Dynamic Ports
...
- Removed NetworkUtils methods for getting available ports
- Updated Socket-based components to support using 0 to listen on a random available port for improved test reliability
This closes #7299
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 50811660d00b4bcfcb431f9897807352b947813a)
2023-06-01 13:34:27 -05:00
Mark Payne
82a55ebdd4
NIFI-11557: Avoid using the expensive and unnecessary Files.walkFileTree on startup and initialization of Content Repository. Also performed some code cleanup: IntelliJ flagged many warnings in the class, mostly around methods that are no longer used and potential NullPointerExceptions, so those were cleaned up. Additionally, removed the nifi property for max flowfiles per claim - this property was never implemented. It was referenced, but the way in which is was used curiously had nothing to do with what the property was intended to be used for or for how it was documented. Instead, it was used to limit the max number of claims that could remain writable. As a result, it was removed.
...
NIFI-11557: Added an additional system test and updated github actions to include surefire-report in order to help diagnose problem that occurred in one of the last system-test runs in Github. Could not replicate problem locally
2023-05-23 14:30:59 -04:00
Joe Gresock
e8ceed52ac
NIFI-11566: Adding updateTimeout argument to parameter commands in CLI
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7267 .
2023-05-19 12:06:08 +02:00
Pierre Villard
4bc38d0d93
NIFI-11506 Upgraded Curator from 5.4.0 to 5.5.0
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-05-01 14:17:25 -05:00
timeabarna
8a508aede8
NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry ( #7092 )
...
* NIFI-11327 Add Export/Import All - NiFi CLI - NiFi Registry
* NIFI-11327 Addressing review comment, updating storage location, improving serialization
* NIFI-11327 Addressing review comments, updating Rest endpoints and storage location handling
* NIFI-11327 Restoring EventType to its original version
* NIFI-11327 Addressing review comments changing skipExisting, updating documentation, adding some more error handling
2023-04-19 13:46:21 -04:00
timeabarna
f98fbb2530
NiFi CLI - add possibility to set 'Maximum Timer Driven Thread Count' ( #7165 )
2023-04-18 10:23:46 -04:00
exceptionfactory
e8b9c67c2d
NIFI-11460 Switched to JLine 3.23.0 FileNameCompleter
...
Removed project StandardFileNameCompleter no longer required as of JLine 3.23.0 which incorporated JLine Pull Request 817
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7175 .
2023-04-18 09:55:40 +03:00
mr1716
f24a070e26
NIFI-11457 Upgraded commons-configuration2 from 2.8.0 to 2.9.0
...
This closes #7176
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f77659913f3d6e6728e13d8d5ff29274980fe555)
2023-04-17 18:14:17 -05:00