exceptionfactory
a7bf2763cd
NIFI-10933 Upgraded OWASP Dependency Check from 7.1.2 to 7.3.2
...
- Removed non-applicable suppressions
- Added suppressions for Elasticsearch client libraries and other false positives
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6751 .
2022-12-02 20:45:03 +01:00
Mark Payne
2473683ce5
NIFI-10918: When fetching a flow from a Flow Registry, if it references any 'internal versioned flows' instead of requiring that we have a client configured for the appropriate URL, attempt to fetch the flow from each client. We will start with the clients that do report that they can handle the URL but will try others as well. As soon as we successfully fetch the flow, we stop.
...
NIFI-10918: Fixed checkstyle violations
This closes #6736
Signed-off-by: Bence Simon <bsimon@apache.org>
2022-12-02 14:24:40 +01:00
exceptionfactory
c51411d360
NIFI-10925 Refactored TestPutSFTP with discrete test methods
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6746 .
2022-12-02 10:08:18 +01:00
mr1716
beb0f920d5
NIFI-10912 This closes #6742 . Upgrade JSLT To 0.1.14
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-01 12:02:35 -07:00
exceptionfactory
3399d09c46
NIFI-10923 This closes #6745 . Upgraded Apache SSHD to 2.9.2
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-01 12:02:01 -07:00
exceptionfactory
c3b0e1a790
NIFI-10919 Corrected SCRAM SASL Mechanism for Kafka Components
...
This closes #6743
Signed-off-by: Paul Grey <greyp@apache.org>
2022-12-01 11:29:29 -05:00
simonbence
570fc7f1fa
NIFI-10914 Adjusting input check for loading nested versioned flows ( #6741 )
2022-12-01 11:09:51 -05:00
exceptionfactory
9a574c875e
NIFI-10909 Upgraded Jackson from 2.14.0 to 2.14.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6738 .
2022-12-01 10:04:22 +01:00
exceptionfactory
28c08bd2bf
NIFI-10917 Upgraded Spring Framework from 5.3.23 to 5.3.24
...
- Upgraded Spring Security from 5.7.5 to 5.8.0
- Upgraded Spring Boot from 2.7.4 to 2.7.6 for Registry
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6737 .
2022-12-01 10:02:42 +01:00
Emilio Setiadarma
844751cec0
NIFI-10177: Implemented ID token logout and revoke access token logout for NiFi Registry when using OIDC/OAuth 2.0 providers
...
NIFI-10177: Addressed latest PR reviews. Reworded comments in the logout endpoint, use nifi registry properties to configure HTTP client timeouts for OIDC logout request, used NiFiUserUtils.getNiFiUserIdentity to retrieve identity used to delete the key
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6637 .
2022-11-30 14:19:11 -05:00
greyp9
282c56b5ce
NIFI-10901 - PublishKafka headers not sent in ProducerRecord ( #6731 )
2022-11-30 13:23:23 -05:00
mr1716
c79eca94a1
NIFI-10910 Upgraded amqp-client from 5.15.0 to 5.16.0
...
This closes #6734
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-30 11:54:50 -06:00
Nathan Gough
c2c6c1bcec
NIFI-10903 - Updated the registry pom with a fix for the build formats, and now builds dir by default alongside the zip.
...
This closes #6732
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-30 11:45:25 -06:00
Tamas Palfy
f630540891
NIFI-10765 Added better error reporting in JASN1Reader
...
This closes #6703
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-29 14:45:18 -06:00
sopan98
ee5d557d2a
NIFI-10891 Replaced HashMap with LinkedHashMap in BinFiles
...
- Resolved non-deterministic behavior in TestMergeContent.testDefragmentMultipleMingledSegments
This closes #6727
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-29 14:29:08 -06:00
sopan98
ab8e9aa8df
NIFI-10890 Replaced HashMap with LinkedHashMap in JsonRowRecordReader
...
- Updated unit test based on deterministic behavior of LinkedHashMap
This closes #6726
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-29 14:26:58 -06:00
Nandor Soma Abonyi
3a7ec5d542
NIFI-10785 Allow publishing AMQP message with null header value
...
NIFI-10785 addressing review comment
NIFI-10785 addressing review comments (remove unnecessary property to ignore null headers)
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6649 .
2022-11-29 12:41:23 -05:00
exceptionfactory
de296b5e65
NIFI-10897 Replaced Spring Security Base64 with java.util.Base64
...
This closes #6728
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-29 12:20:16 -05:00
exceptionfactory
d55fb91b0f
NIFI-10871 Skipped CSRF processing for replicated HTTP requests
...
- Updated Security Filter Configuration to avoid unnecessary CSRF Request Token generation for requests replicated between cluster nodes
This closes #6715 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-11-29 17:19:18 +01:00
mr1716
74b8d9296b
NIFI-10859 Upgraded metrics-jvm from 4.1.2 to 4.1.33
...
This closes #6721
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-29 08:38:18 -06:00
priyanka-28
830a64b8e9
NIFI-10834 Updated TestPutSplunkHTTP to avoid non-deterministic tests
...
This closes #6672
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 21:07:18 -06:00
Yihen Liu
a3c895341c
NIFI-10875 Changed TestQuerySolr to check for path elements
...
- Changes avoid non-deterministic expectations for query parameters
This closes #6718
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 17:12:19 -06:00
Chris Sampson
43a8b858ca
NIFI-10882 Set credentials for ElasticSearchClientService based on AuthorizationScheme
...
This closes #6722
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 17:01:40 -06:00
dan-s1
e8d554d9b4
NIFI-10876 Converted some nifi-framework tests from JUnit 4 to JUnit 5
...
This closes #6720
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 14:47:17 -06:00
Joe Gresock
31af82275e
NIFI-10791 Added AWS SDK v2 support to AWSCredentialsProviderControllerService
...
This closes #6661
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 14:36:12 -06:00
Vasily Makarov
83feb0a02d
NIFI-7190 CaptureChangeMySQL processor remove comments from normalized query
...
This closes #6711
Co-authored-by: Vasily Makarov <feitgraph@gmail.com>
Co-authored-by: Matt Burgess <mattyb149@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 12:53:47 -06:00
dependabot[bot]
95f5bea15d
NIFI-10886 Upgraded PostgreSQL JDBC Driver from 42.4.1 to 42.4.3
...
This closes #6713
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 11:03:46 -06:00
Nandor Soma Abonyi
b0a92868a9
NIFI-10872 Fix broken Java Mail links in ConsumeIMAP and ConsumePOP3 documentation
...
This closes #6723
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 10:47:00 -06:00
Bence Simon
df21478297
NIFI-10874 Fixed issue with multiple levels of versioned flows
...
This closes #6719
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-28 10:44:12 -06:00
Joe Witt
198a27abbe
NIFI-10854 adjusting post merge for next release cycle
2022-11-28 08:49:35 -07:00
Joe Witt
1046b2c308
Merge branch 'NIFI-10854-RC1'
2022-11-28 08:43:56 -07:00
Arpad Boda
a469c92f21
NIFI-10873 - GenerateFlowFile: flowfiles in a batch are not unique
...
This closes #6717 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-28 16:41:19 +01:00
Matthew Burgess
5f1d93f977
NIFI-5819: Support SQLServer sql_variant type
...
This closes #6699 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-24 16:57:50 +01:00
Ryan Van Den Bos
2ad33eea80
NIFI-10845 - JsonQueryElasticsearch processors are not outputting an empty flow file for a combined response with output_no_hits set to true
...
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6701
2022-11-23 18:27:28 +00:00
sssqhai
2393785765
NIFI-6428 Add 'inTransaction' value to state,fix bug
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6036
2022-11-23 09:58:06 -05:00
Peter Turcsanyi
40b46b4f5d
NIFI-10850: Fixed Query Parameters property in InvokeAWSGatewayApi should support FlowFile attributes in EL
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6692 .
2022-11-23 13:04:58 +01:00
exceptionfactory
9cc9692c98
NIFI-10866 Refactored Kafka 1.0 and 2.0 using nifi-kafka-shared
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6710 .
2022-11-23 05:04:34 -05:00
Joe Witt
75e7c9e47c
NIFI-10854-RC1 prepare for next development iteration
2022-11-22 19:22:47 -07:00
Joe Witt
ec87bf93ad
NIFI-10854-RC1 prepare release nifi-1.19.0-RC1
2022-11-22 19:22:45 -07:00
exceptionfactory
5bc8e49c7a
NIFI-10755 Refactored SSLContext creation using nifi-security-ssl
...
- Added TrustManagerBuilder to nifi-security-ssl
- Removed SslContextFactory and CertificateUtils from nifi-registry
- Refactored c2-client-http
- Refactored minifi-bootstrap
- Refactored nifi-site-to-site-client
- Refactored nifi-registry-client
- Refactored nifi-registry-framework
- Refactored nifi-toolkit-admin
- Refactored nifi-toolkit-cli
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6618 .
2022-11-22 18:33:11 -05:00
exceptionfactory
0ca09fd52c
NIFI-10864 This closes #6707 . Deprecated Hive 1.1 and 1.2 Components
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:34:26 -07:00
exceptionfactory
6062f16667
NIFI-10861 This closes #6705 . Deprecated Azure Storage Processors using legacy Microsoft SDK
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:34:06 -07:00
exceptionfactory
5aa7ba9bf9
NIFI-10860 This closes #6704 . Deprecated ExecuteFlumeSink and ExecuteFlumeSource
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:33:45 -07:00
sopan98
ff14ea2aab
NIFI-10862 This closes #6709 . Fix Flaky tests in TestXMLReader
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-22 15:25:02 -07:00
Shane Ardell
aa6f6dd61d
NIFI-10814: Display description for selected flow ( #6693 )
...
* display description for selected flow
* NIFI-10814: add border when content overflows and increase height
* NIFI-10814: add padding to description
* NIFI-10814: remove duplicate CSS property from declaration block
* NIFI-10814: a few more CSS tweaks
This closes #6693
2022-11-22 17:01:38 -05:00
exceptionfactory
8e417c890a
NIFI-10819 Restricted JndiLoginModule for Kafka JAAS Config
...
- Refactored property configuration and validation to nifi-kafka-shared
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6690 .
2022-11-22 16:51:23 -05:00
Matthew Burgess
09bc5bcb5a
NIFI-10699: Add FLOW_CONFIG_HISTORY table to QueryNiFiReportingTask
...
This closes #6581
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 15:35:22 -06:00
Mike Thomsen
6a9cb9c10c
NIFI-10863 Added conditional InvokeHTTP HTTP debug log
...
- Wrapping if statements prevent them from being called at all if debug logging is disabled
This closes #6706
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 15:31:53 -06:00
Ferenc Kis
8b71edd61a
NIFI-10857 Fixed MiNiFi-C2 ITs and optimized MiNiFi and MiNiFi-C2 Docker images
...
This closes #6702
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 15:25:49 -06:00
Nandor Soma Abonyi
4ea425e235
NIFI-10656 Log ignored event with info instead of warning
...
This closes #6540 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-22 22:13:56 +01:00