mr1716
a9f29f209e
NIFI-11928 Update gremlin.version to 3.7.0
...
This closes #7592
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-18 09:04:10 -04:00
Ferenc Kis
3aa02a022e
NIFI-11514 Flow JSON support and deprecating YAML format. Revised parameter generation. Generic refactors.
...
Signed-off-by: Ferenc Erdei <erdei.ferenc90@gmail.com>
This closes #7344
2023-08-18 11:33:23 +02:00
mr1716
0d119f6f39
NIFI-11955 Upgraded maven-clean-plugin from 3.2.0 to 3.3.1
...
This closes #7616
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-16 21:05:01 -05:00
mr1716
46cdcf9dac
NIFI-11954 Upgraded license-maven-plugin from 2.0.0 to 2.2.0
...
This closes #7614
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-16 21:04:26 -05:00
mr1716
70c756ff78
NIFI-11953 Upgraded download-maven-plugin from 1.6.8 to 1.7.1
...
This closes #7613
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-16 21:03:41 -05:00
exceptionfactory
71abd77727
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>
This closes #7607
2023-08-14 16:34:49 -04:00
mr1716
b55b712b38
NIFI-11949 Upgraded Spring Integration from 5.5.15 to 5.5.18
...
This closes #7605
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-14 12:20:58 -05:00
mr1716
12f736a6b0
NIFI-11943 Update activemq-client and broker to 5.18.2
...
This closes #7602
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 21:51:30 -04:00
mr1716
b78dc5ca57
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:20 -04:00
mr1716
c0156e3429
NIFI-11936 Update msal4j.version to 1.13.10
...
This closes #7599
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:48:41 -04:00
mr1716
99a590ec0c
NIFI-11935 Update Redis spring.data.redis.version to 2.7.14
...
This closes #7598
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:47:33 -04:00
mr1716
0c03521676
NIFI-11933 Update spring.integration.version For Email Bundle To 5.5.18
...
This closes #7597
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:46:06 -04:00
mr1716
d800098070
NIFI-11932 Update snakeyaml to 2.1
...
This closes #7596
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:44:46 -04:00
mr1716
53f64badbf
NIFI-11931 Update iotdb.sdk.version to 1.1.2
...
This closes #7595
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:43:55 -04:00
mr1716
c878310e36
NIFI-11930 Update aws-kinesis-client-library-version to 1.15.0
...
This closes #7594
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:42:14 -04:00
mr1716
75dde8198e
NIFI-11929 Update snappy-java to 1.1.10.3
...
This closes #7592
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-11 17:40:58 -04:00
Mark Bean
02653143d8
NIFI-11914 Support Expression Language for SegmentContent Size
...
This closes #7578
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 20:25:01 -05:00
Peter Turcsanyi
2e6eaaeb38
NIFI-11926: Added proxy handling in Azure Storage Credentials Services
...
Added Proxy Configuration Service property in AzureStorageCredentialsControllerService_v12 and ADLSCredentialsControllerService used by Service Principal and Managed Identity authentication modes.
This closes #7590
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 17:46:31 -05:00
Matt Burgess
88b6b587be
NIFI-11922: Honor catalog/schema field in UpdateDatabaseTable
...
This closes #7585
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 17:30:20 -05:00
mr1716
0643e1db96
NIFI-11925 Upgraded smbj from 0.12.1 to 0.12.2
...
This closes #7589
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 14:46:17 -05:00
Mark Payne
b3c620411a
NIFI-11556: Added ability to use a Process Group as a Stateless Flow
...
When shutting down FlowController, wait up to gracefulShutdownSeconds seconds for the components to stop before shutting down thread pools. This allows for asynchronous operations such as disableControllerServicesAsync to complete during shutdown. Updated StandardStatelessFlow so that on shutdown it catches more general Exception to ensure that shutdown succeeds
Ensure that Max Concurrent Tasks cannot be set less than 1 for stateless group; fixed typo in ProcessGroupDTO's docs; on shutdown, we may need to disable controller services asynchronously. At that point, the thread pool used to do so may already be shutdown. If so, catch this and create a new single-thread pool, disable the service, and immediately shutdown the pool. Also, if we fail to disable services on shutdown of a stateless flow, instead of throwing an Exception, just log it and move on - it doesn't make much sense for shutdown() to throw an Exception in that case.
Updated system tests so that when emptying a queue, we check the result and if the queue still has data (because a Processor hasn't acknowledged the data, for example) then continue issuing request until the queue fully becomes empty.
When shutting down input/output ports for stateless group, ensure that we wait for the ports' active threads to complete before returning
When stopping StatelessGroupNode, ensure that all the Processors, Controller Services (even those not executed by the Stateless Engine) are stopped/disabled before considering the Stateless Group to be fully STOPPED.
This closes #7253
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 12:08:22 -05:00
exceptionfactory
84326ba4b2
NIFI-11920 Improved JDBC and JNDI JMS Connection URL Validation
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7586
2023-08-09 13:00:55 -04:00
Kalman Jantner
f8d0d2f9b6
NIFI-11921 Set CPU Load Average for C2 Heartbeats
...
This closes #7584
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 11:15:18 -05:00
Mike Thomsen
cba6b00271
NIFI-11383 Updated Java documentation links from 8 to 17
...
This closes #7581
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-09 09:17:48 -05:00
exceptionfactory
bbd8fb6f63
NIFI-11895 Removed deprecated Repository Encryption configuration
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #7557 .
2023-08-09 07:07:31 -04:00
krisztina-zsihovszki
0446990d54
NIFI-11916 Iceberg processor extensibility improvement
...
This closes #7583 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-08-08 22:31:52 +02:00
Peter Turcsanyi
2a3ce1cb69
NIFI-11918 Used java.security.cert in ListenGRPC
...
This closes #7580
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-08 10:04:52 -05:00
Mark Payne
964f56043c
NIFI-11910: Clarified some points in docs
...
This closes #7574
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-08-08 08:10:49 +01:00
exceptionfactory
ff87060b16
NIFI-11915 Upgraded gRPC from 1.57.0 to 1.57.1
...
This closes #7577
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-07 17:22:47 -04:00
Pierre Villard
62487f575a
NIFI-11891 Added No Tracking listing strategy to ListGCS
...
This closes #7570
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-07 14:06:17 -05:00
Mike Thomsen
5cb15b484c
NIFI-11913 Added enum handling to StandardSchemaValidator
...
This closes #7576
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-07 13:58:43 -05:00
Pierre Villard
b056bf8f7b
NIFI-11823 - fix NUMERIC support in PutBigQuery
...
This closes #7489 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-08-05 23:21:48 +02:00
Mark Payne
485112e54f
NIFI-11911 Updated FetchGoogleDrive to support Export Types
...
- Export API support includes Google Docs, Presentations, Spreadsheets, Drawings, and AppScripts
This closes #7575
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-04 16:28:44 -05:00
Yolanda M. Davis
f8e3b9ebac
NIFI-11899 Correct Bulletin Metrics Registry to return latest Bulletins
...
This closes #7567
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-04 11:20:00 -05:00
Pierre Villard
572e661d12
NIFI-11901 Added name and version subtitle in Processor Details view
...
This closes #7563
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-04 11:14:14 -05:00
exceptionfactory
5c577be946
NIFI-11889 Added Record-oriented Transmission to PutTCP
...
This closes #7554
Signed-off-by: Paul Grey <greyp@apache.org>
2023-08-04 11:25:23 -04:00
Matt Burgess
63c72bd7e2
NIFI-11898 Handle commit based on driver capabilities in PutDatabaseRecord
...
This closes #7561
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-03 16:18:45 -05:00
exceptionfactory
3a6f86f599
NIFI-11908 Updated GitHub Build HTTP Settings
...
- Replaced Maven Wagon properties to Maven Native HTTP properties as required for Maven 3.9
- Removed the deprecated disableXmlReport argument
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7573
2023-08-03 15:53:16 -04:00
mr1716
1fda6bca7a
NIFI-11906 Updated nifi-resources description for consistency
...
This closes #7571
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-03 13:02:30 -05:00
mr1716
506705417c
NIFI-11904 Updated nifi-registry-ranger-jersey-bundle description
...
This closes #7568
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-03 13:02:29 -05:00
mr1716
66fc11d7c5
NIFI-11905 Update snowflake-jdbc to 3.14.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7569 .
2023-08-03 17:33:59 +02:00
exceptionfactory
04cd6c216e
NIFI-11896 Corrected QuestDB Status Repository Shutdown handling
...
- Updated QuestDB Status Repository shutdown method to cancel scheduled tasks before immediate shutdown of Scheduled Executor Service
- Updated QuestDB Scheduled Tasks to include initial delay to avoid unnecessary execution when starting
- Updated QuestDB test class to minimize logging for QuestDB 7
- Improved logging and exception messages
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #7564 .
2023-08-03 17:25:52 +02:00
Lehel Boer
6a8a8caa4c
NIFI-11902: Fix ListHDFS closes FileSystem in first run
...
This closes #7565 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-08-03 16:02:42 +02:00
Mike Thomsen
49a350a765
NIFI-11900 Catch RuntimeException in ResizeImage failures
...
This closes #7558
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-02 14:02:56 -05:00
Tamas Neumer
80e71068be
NIFI-11860 fixed bug in ResultSetRecordSet affecting decimalScale when resultSetScale was zero.
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #7545
2023-08-02 12:22:55 -04:00
exceptionfactory
3a1bc44b88
NIFI-11875 Corrected Commons Lang3 version in DefaultedDynamicallyModifyClasspath
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-01 16:04:59 -05:00
mr1716
21844118be
NIFI-11893 Upgraded Netty from 4.1.95 to 4.1.96
...
This closes #7556
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-01 10:20:35 -05:00
mr1716
3213cdbddb
NIFI-11892 Upgraded Bouncy Castle from 1.75 to 1.76
...
This closes #7555
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-01 10:19:57 -05:00
mr1716
5a8519ebd1
NIFI-11888 Upgraded Saxon-HE from 12.2 to 12.3
...
This closes #7553
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-31 20:31:56 -05:00
mr1716
011986c431
NIFI-11885 Upgraded asn1bean from 1.13.0 to 1.14.0
...
This closes #7552
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-07-31 19:57:48 -05:00