mr1716
2b0f7ac5c4
NIFI-10995 Update Jetty to 9.4.50.v20221201
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6799 .
2022-12-22 12:02:59 +01:00
Bryan Bende
6a149c3f34
NIFI-10984 Allow NAR to be uploaded to NiFi Registry without extension manifest ( #6784 )
...
This closes #6784
Signed-off-by: Otto Fowler <otto@apache.org>
2022-12-20 14:20:10 -05:00
Dominique Jean-Prost
ce237888e6
NIFI-10978 Added LDAP_REFERRAL_STRATEGY to NiFi Docker
...
This closes #6796
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-19 14:06:05 -06:00
mr1716
c85a6e866f
NIFI-10921 Upgraded Apache POI from 5.2.2 to 5.2.3
...
This closes #6760
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-19 12:41:42 -06:00
Matthew Burgess
2a88980024
NIFI-4572: Include database and table names in CaptureChangeMySQL events even when cache is not configured
...
This closes #6786 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-19 17:30:33 +01:00
Nandor Soma Abonyi
caee606706
NIFI-10884 log target filename
...
This closes #6792 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-18 22:49:52 +01:00
krisztina-zsihovszki
1d5a1bff08
NIFI-10868 PutDropbox processor
...
This closes #6740 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-16 18:51:31 +01:00
Bryan Bende
5c3ca9d537
NIFI-10981 Ensure NarAutoLoader starts after provider retrieves NARs,… ( #6785 )
...
- NIFI-10981 Ensure NarAutoLoader starts after provider retrieves NARs, and ensure the auto-loader attempts to process any NARs available before starting to watch for new files
- Add system test with NAR Provider that copies NARs from a local directory and verifies the NARs were loaded and linked correctly
- Exclude new assembly from CI test-compile
2022-12-16 11:30:37 -05:00
exceptionfactory
a8974253ce
NIFI-10989 Removed SHA-1 and MD5 from TestHashContent
...
- Removed methods to avoid intermittent failures due to lack of Bouncy Castle Security Provider registration
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6790
2022-12-15 22:06:52 -05:00
Rajmund Takacs
1c40738997
NIFI-10618: Add Asana connector
...
This closes #6504 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-12-16 00:14:26 +01:00
Peter Turcsanyi
ae5d23db47
NIFI-10987: Added default implementation of AWS SDK V2 credentials in AWSCredentialsProviderService
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6787 .
2022-12-15 16:43:04 -05:00
Peter Turcsanyi
1e23e5146f
NIFI-10969: Created extension point for Signer Override in AWS S3 processors
...
Also added Signer Override property in AWSCredentialsProviderControllerService with Custom Signer extension point.
Made Assume Role related properties dependent on Assume Role ARN property in AWSCredentialsProviderControllerService.
Fixed S3 IT tests.
This closes #6777 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-15 18:43:22 +01:00
Mark Payne
78be613a0f
NIFI-10888: When inferring a schema using a Record Reader, buffer up to 1 MB of FlowFile content for the schema inference so that when we read the contents to obtain records we can use the buffered data. This helps in cases of small FlowFiles by not having to seek back to the beginning of the FlowFile every time.
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6725
2022-12-14 12:09:32 -05:00
Lehel Boér
ed6ba53724
NIFI-10832: Create PutSalesforceRecord processor
...
This closes #6670 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-12-13 18:59:41 +01:00
dan-s1
e21f622643
NIFI-10877 Converted more nifi-framework-core tests from JUnit 4 to 5
...
This closes #6775
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-13 11:37:59 -06:00
exceptionfactory
c11dff912a
NIFI-10958 Adjusted Script Engine handling to avoid exceptions
...
- Added empty check for list of discovered Script Engines to avoid exceptions for documentation generation on Java 17
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6774
2022-12-12 16:43:28 -05:00
Nathan Gough
2fa82179a8
NIFI-10576 Added onFinishRecordSet implementation for WriteParquetResult
...
This closes #6517
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-09 14:16:21 -06:00
hj28
ac8e3dae58
NIFI-10637 Deterministic TestGenerateTableFetch testMultipleColumnTypeMissing
...
This closes #6754
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-09 10:41:36 -06:00
exceptionfactory
b0ab364f61
NIFI-10967 Corrected TestWriteJsonResult mixed arrays
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6773
2022-12-09 01:01:58 -05:00
Bryan Bende
334c9db9c3
NIFI-10915 Add additionalDetails content to runtime manifest
...
- Update manifests assembly to include the additionaDetails.html files
- Update C2 ExtensionDefinition to add a new field for additional details content
- Update manifest generation to read the additional details and pass through to C2 runtime manifest
- Switch to boolean to indicate presence of additional details, instead of including content
Add additionalDetails files to nifi-runtime-manifest artifact, organized by group/artifact/version/type
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6767
2022-12-08 11:02:56 -05:00
Matt Burgess
b744fac479
NIFI-10956: Fix inference issues with mixed arrays ( #6763 )
2022-12-08 09:28:19 -05:00
exceptionfactory
45a31c7286
NIFI-10899 Added SameSite Policy to Application Cookies
...
- Added __Secure prefix to Application Cookie Names
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6735 .
2022-12-05 14:09:39 -05:00
Paul Grey
3dc48f0894
NIFI-10916 - Controller Service allowable values dropdown list should be sorted
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6739 .
2022-12-05 11:44:07 -05:00
exceptionfactory
ab7ce58fb1
NIFI-10947 This closes #6758 . Upgraded Apache Commons Net to 3.9.0
...
- Added Commons Net to managed dependencies in root Maven configuration
- Removed version references to 3.3 in MiNiFi and 3.6 in NiFi standard modules
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-05 09:01:29 -07:00
Dominique Jean-Prost
0ebc6d3148
NIFI-10930 Added LDAP_REFERRAL_STRATEGY variable for Docker
...
This closes #6749
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-05 09:26:32 -06:00
mr1716
de694ee45d
NIFI-10920 Upgraded Jettison from 1.5.1. to 1.5.2
...
This closes #6747
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-12-05 09:11:24 -06:00
exceptionfactory
87c583042e
NIFI-10941 Removed TestNG references
...
- Replaced TestNG assertions with JUnit 5
- Excluded testng transitive dependencies from groovy-all
- Added testng exclusion to Maven Enforcer configuration
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6753 .
2022-12-05 13:11:59 +01:00
exceptionfactory
47fc3ae77d
NIFI-10898 This closes #6729 . Removed unused test HTTP Servlets
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-04 21:08:14 -07:00
Joe Witt
e5941c4bf8
NIFI-10913 bumping in alignment with 1.19.1 rc work
2022-12-02 17:41:39 -07:00
Mark Payne
e1c8c96111
NIFI-10937, NIFI-10938, NIFI-10939: When restoring flow from XML, properly parse XML for registry clients, looking for 'id' tag instead of 'identifier' tag. Fixed typo in error message about Reporting Task for Registry Clients. Updated StandardFlowComparator so that we compare sub-process groups' contents only if the Flow Coordinates are different by more than their version
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6752 .
2022-12-02 18:37:47 -05:00
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