8755 Commits

Author SHA1 Message Date
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
mr1716
ed219db2d9
NIFI-12005 Upgraded Apache Ant from 1.10.13 to 1.10.14
This closes #7656

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a5ca73b2da2a3bab979e4e95f96c313fb0bf58a9)
2023-08-28 12:22:28 -05:00
mr1716
1ecb9c344d
NIFI-12004 Upgraded SnakeYAML from 2.1 to 2.2
This closes #7655

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 86709be8a8a588e831eb77d1a0dc2684117b9332)
2023-08-28 12:22:26 -05:00
mr1716
8dd1a420cf
NIFI-12002 Upgraded javax.servlet.jsp-api from 2.3.1 to 2.3.3
This closes #7653

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 77ed641ee23746a55f095348b2d9648bf0cfd74a)
2023-08-28 12:22:25 -05:00
mr1716
bf3adef255
NIFI-12000 Upgraded Hazelcast from 5.3.1 to 5.3.2
This closes #7649

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5d961eafcecb977403a7835d84aa648896d8c729)
2023-08-28 12:22:25 -05: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
mr1716
cb811a1d18
NIFI-11999 Update netty.4.version to 4.1.97.Final
Backported
This closes #7650

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit 14d43fe08461b9673d652a2259f1ae5b538ad3b0)
2023-08-28 10:56:17 +02:00
mr1716
afbb6b6493
NIFI-11998 Update spring.data.redis.version to 2.7.15
Backported
This closes #7648

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit eb6a5a2f47a0d5c8d09d604acd3895fabd543ada)
2023-08-25 23:46:34 +02:00
mr1716
630dfad03c
NIFI-11997 Update spring.security.version to 5.8.6
Backported
This closes #7647

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit 5ec2bfeadd8654ec11dfdaeaca7f26145416433b)
2023-08-25 23:25:49 +02:00
Mark Bean
1e52dba288
NIFI-11934 Allow FlowFile filename to be sent in header for InvokeHTTP
This closes #7639

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d1b77018b2759454c83e536e1bd07db39375c155)
2023-08-24 17:22:09 -05:00
mr1716
a4e4590cac
NIFI-11994 Upgraded socketbroker from 1.0.2 to 1.1.0
This closes #7645

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit bf3c9ed4cbbfe971f371235edb744de30d17f98b)
2023-08-24 17:16:56 -05:00
mr1716
f42efc91a9
NIFI-11983 Upgraded JAXB Runtime from 2.3.5 to 2.3.8
This closes #7641

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 6bdea7e2047110e68dbd099ea74ed8552e6c064d)
2023-08-24 17:16:55 -05:00
exceptionfactory
8da18e28af
NIFI-11988 Upgraded wrapped Maven from 3.9.3 to 3.9.4
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7642.
2023-08-24 18:26:06 +02:00
Peter Turcsanyi
6cad69d5e1
NIFI-11987: Set read buffer size in PutAzureBlobStorage_v12
Increased the read buffer size in order to avoid OOME due to too many buffer allocations (exceeding vm.max_map_count on Linux).

Backported
This closes #7640

Signed-off-by: Nandor Soma Abonyi <nsabonyi@apache.org>
(cherry picked from commit 68983cef42d5212a7023e6cf907c8cb704f0c76d)
2023-08-24 16:06:42 +02:00
Nandor Soma Abonyi
85ec0d9163
NIFI-11912 Added Proxy support to StandardOauth2AccessTokenProvider
This closes #7609

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e9b62f7b835569e2ee29e00aa897a3fb2ccf2688)
2023-08-23 16:25:57 -05:00
exceptionfactory
e3bead383c
NIFI-11924 Removed unused import in HDFSResourceInputStream
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-23 16:25:48 -05:00
Chris Sampson
e99a4259f3 NIFI-11480 add option to group PutElasticsearchRecord errors by Elasticsearch _bulk error type
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-23 15:59:59 -04:00
mr1716
08101352a0
NIFI-11972 Upgraded Okio from 3.4.0 to 3.5.0
- Upgraded Kotlin from 1.8.20 to 1.9.0

This closes #7636

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-23 14:26:49 -05:00
Paul Grey
3c80160486 NIFI-11981 - PublishGCPubSub failure / Record-based processing / AVRO
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-23 14:28:42 -04:00
exceptionfactory
5e20978b9e NIFI-11976 Removed error log check in TestListenTCPRecord
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-22 15:15:44 -04:00
Robert Kalmar
e15a16a7e6
NIFI-11963 Added null check in system test for instance cache method
- Timing issues in system integration tests could sometimes fail with a NullPointerException when calling the poison method multiple times

This closes #7618

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 25d775b9651dc5a69120e0bed7545daa18281f3d)
2023-08-22 13:58:31 -05:00
Peter Turcsanyi
fb217406c7 NIFI-11924: Corrected HDFSResourceInputStream for Java 8
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-08-22 19:15:48 +02:00
dependabot[bot]
f2e95041a5
NIFI-11980 Upgraded Apache Ivy from 2.5.1 to 2.5.2
This closes #7633
This closes #7632

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 680acf89ed0938ed34ab70a7288852be62d4a969)
2023-08-22 11:53:26 -05:00
Mark Bean
09bcc95e83
NIFI-11877 Added Comments field for Rules in UpdateAttribute
This closes #7541

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9432f302c67110a693ac4b3dd7a3bee993f4d168)
2023-08-22 09:50:05 -05:00
Bence Simon
5802db2667
NIFI-11924 Closing FileSystem after using in HDFSExternalResourceProvider
This closes #7588.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-08-22 13:23:38 +02:00
Mark Payne
24906dd20b
NIFI-11971: Ensure that when creating a new content claim that we always treat an existing claim length of -1 as 0, to ensure that we never add -1 to our offset
This closes #7631

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit baea7ffee943009f5bf178dedf7f6e0de5bfc9ae)
2023-08-21 12:07:52 -05:00
Freedom9339
1bec97542c NIFI-11303 Added a go-to entry on the right click context menu for th… (#7461)
* NIFI-11303 Added a go-to entry on the right click context menu for the provenance lineage tree to take you to the specified component in the graph

* nifi-11303 Removed unused variable.

Merged #7461 into main.
2023-08-21 09:42:36 -07:00
Emilio Setiadarma
f38f6d1ec4
NIFI-9164 Refactored tests in nifi-windows-event-log to JUnit 5
- Used LauncherInterceptor to handle custom class loading

This closes #7623

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5d90c9c14bf94ec2efb29750b587cc7ecd6f926d)
2023-08-21 11:13:09 -05:00
Zoltan Kornel Torok
5cebd32e96
NIFI-11965 Removed failing Integration Tests for Ignite Processors
This closes #7630

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-21 11:07:26 -05:00
mr1716
b06704f806
NIFI-11970 Upgraded gRPC from 1.57.1 to 1.57.2
This closes #7628

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 96ae5252f5f5bbebe771ea39f36c568b5be5ec66)
2023-08-21 11:05:49 -05:00
mr1716
738d6cb763
NIFI-11969 Upgraded excel-streaming-reader from 4.1.0 to 4.1.1
This closes #7627

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 83cba2c5ad544d24581c8ccabfda090340b085bb)
2023-08-21 11:05:48 -05:00
mr1716
37794c1d08
NIFI-11968 Upgraded zstd-jni to 1.5.5-5 for compress-processors
This closes #7626

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e83fc230ac61042d729af13d43bf374955b266f9)
2023-08-21 11:05:48 -05:00
exceptionfactory
b92cf84c35
NIFI-11966 Reverted Groovy Eclipse Batch to 3.0.8-01 for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-21 09:07:30 -05:00
exceptionfactory
2240195fbc
NIFI-11966 Added groovy-plugins-repository for Groovy Eclipse 3.9.0
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-08-21 08:37:12 -05:00
Mark Payne
af85aa976a
NIFI-11971: Ensure that if we do not write any bytes to a file after calling ProcessSession.write() that we set content claim's length to 0 when closing OutputStream; otherwise it remains -1, which causes issues, since the length will later be added to the offset to determine the position in the ste stream
This closes #7629

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5e2a10c32834973ba2837c3bdf5963aab2aa92bc)
2023-08-21 08:26:23 -05:00
mr1716
0799ec3573 NIFI-11966 Update POM.xml Maven Dependencies
This closes #7625

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-19 14:25:20 -04:00
mr1716
495e8eb3bb
NIFI-11956 Upgraded Frontend Maven Plugin from 1.12.1 to 1.13.4
This closes #7617

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit dcc2480cb5ecc554aa9ebbb0e52b745a9cbf5dea)
2023-08-18 12:54:54 -05:00
mr1716
ac07f0dc00 NIFI-11928 Update gremlin.version to 3.7.0
This closes #7592

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-08-18 09:07:28 -04:00
mr1716
f17e281267
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>
(cherry picked from commit 0d119f6f394e26ba02123a6554a8f2dd56550af9)
2023-08-16 21:08:56 -05:00
mr1716
b9be3dda39
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>
(cherry picked from commit 46cdcf9dac1c6a79f179c8b23a7af659ca0e9c11)
2023-08-16 21:08:52 -05:00