9191 Commits

Author SHA1 Message Date
p-kimberley
b4487a0bf0
NIFI-12594: ListS3 - observe min/max object age when entity state tracking is used
This closes #8231.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>

(cherry picked from commit 3ebad40fae458db3fe664ddd6738b770a26289c8)
2024-01-15 13:04:53 +01:00
Matt Burgess
037ab2886f
NIFI-12606: Upgrade parent Apache POM to version 31 2024-01-12 14:49:11 -07:00
EndzeitBegins
3c3ce0d51a
NIFI-12561 Fixed MergeContent DELIMITER_STRATEGY_NONE Handling
This closes #8222

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4efabdcf51e89c93738b0dbab3eafefd12faec6a)
2024-01-12 15:01:42 -06:00
Pierre Villard
c39bdda02f
NIFI-12599 Added READ_FILESYSTEM Permissions to Lookup Services
This closes #8236

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f95dde16309b9a521bbadb4db639519410bc80e2)
2024-01-12 14:54:41 -06:00
dependabot[bot]
095b394259
NIFI-12602 Upgraded follow-redirects from 1.15.2 to 1.15.4
This closes #8230

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9dd832e150886fa03afea3ef05ab0e770fa146fd)
2024-01-12 08:59:42 -06:00
mr1716
da3cb28efb
NIFI-12600 Upgraded Apache Maven from 3.9.5 to 3.9.6
This closes #8238

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0cc3f447f2e0a400bd38712a816fd66cd94b6e1b)
2024-01-12 08:51:07 -06: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
Matt Burgess
40f54f27bf
NIFI-12530: Support CREATE TABLE in Oracle database adapters
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #8175.
2024-01-11 21:12:21 -05:00
EndzeitBegins
c2bd2a8454
NIFI-12089 Fix typo in additionalDetails of CSVReader
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8227.
2024-01-10 16:41:50 +04:00
Pierre Villard
dd8f4a3c95 NIFI-12587 - improve error message in ValidateCSV
review - removed row source from logging

Update nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java

Co-authored-by: dan-s1 <dstieg1@gmail.com>

Update nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java

Co-authored-by: dan-s1 <dstieg1@gmail.com>

Update nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestValidateCsv.java

Co-authored-by: dan-s1 <dstieg1@gmail.com>

Update nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestValidateCsv.java

Signed-off-by: Matt Burgess <mattyb149@apache.org>

Co-authored-by: dan-s1 <dstieg1@gmail.com>
2024-01-09 17:55:15 -05:00
mr1716
a9b8fdc6a0
NIFI-12580 Upgraded maven-artifact plugin from 3.8.8 to 3.9.6
This closes #8221

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 886efa81604f47c7c58a7a7a292a4a26b1a02936)
2024-01-09 09:21:33 -06:00
tpalfy
d9a5a01371
NIFI-9464 Fixed race condition between "Timer-Driven" threads when running SiteToSiteProvenanceReportingTask.onTrigger and "Compress Provenance Log" threads running EventFileCompressos.run that can cause the SiteToSiteProvenanceReportingTask.onTrigger to pair an already compressed .prov.gz file with a .toc file that corresponds to the uncompressed .prov file. (#8157)
Co-authored-by: Tamas Palfy <tpalfy@apache.org>
2024-01-09 10:53:05 +04:00
mr1716
255e2a1743
NIFI-12579 Update icu4j to 74.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8217.
2024-01-08 22:08:26 +04:00
mr1716
acf45f3569
NIFI-12583 Update SMBJ to 0.13.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8220.
2024-01-08 22:03:06 +04:00
Peter Turcsanyi
6d9a87c128
NIFI-12576 MQTT processors allow path component in Broker URI
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8213.
2024-01-08 17:38:35 +04:00
exceptionfactory
9a51a00c95 NIFI-12570 Upgraded Apache IoTDB from 1.2.2 to 1.3.0
- Removed iotdb-server dependencies and integration tests based on banned SNAPSHOT dependency versions

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-01-06 15:42:41 -05:00
exceptionfactory
12c94f2505
NIFI-12569 Upgraded Iceberg from 1.4.2 to 1.4.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8206.
2024-01-05 20:36:49 +04:00
Pierre Villard
c2098447a7 NIFI-12567 - Prevent NPE in CuratorLeaderElectionManager.getLeadershipChangeCount
Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #8203
2024-01-04 17:19:33 -05:00
mr1716
308117590b
NIFI-12562 Upgraded json-schema-validator from 1.0.87 to 1.1.0
This closes #8202

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-04 08:40:04 -06:00
exceptionfactory
f5c1351343
NIFI-12395 Upgraded Jackson JSON from 2.15.3 to 2.16.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8201.
2024-01-04 13:48:42 +04:00
exceptionfactory
2fcfca53e2
NIFI-12382 Corrected version references for support branch
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-03 22:40:13 -06:00
Matt Burgess
8a55ceb675
NIFI-12382 Added DatabaseTableSchemaRegistry Service
- Added nifi-db-schema-registry-service-nar

This closes #8042

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 99c843f25ae50ad93f43dc98d67247abb2bd85a1)
2024-01-03 22:20:00 -06:00
Pierre Villard
6ee0365043
NIFI-12538 Added mapOf Record Standalone Function
This closes #8182

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a7c9eccf4a2dbb2eed3487eaef477ac05624d291)
2024-01-02 15:41:25 -06:00
exceptionfactory
1a0a9b5bc0 NIFI-12558 Upgraded Jagged from 0.2.0 to 0.3.0
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-01-02 14:00:23 -05:00
exceptionfactory
e7f0efb999 NIFI-12524 Fixed null handling for auditing Connect Details
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-01-02 13:52:52 -05:00
exceptionfactory
dcc80805f9 NIFI-12559 Upgraded SSHJ from 0.37.0 to 0.38.0
- Removed Bouncy Castle JDK 1.5 version exclusions no longer required in SSHJ 0.38.0

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-01-02 13:48:02 -05:00
Matt Burgess
f3b38ddd40
NIFI-12526: Fixed handling of Fetch Size in QueryCassandra, added fragment attributes
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8183.
2024-01-02 18:18:06 +04:00
dan-s1
6e38beaccf
NIFI-12517 Updated isJson function to improve space handling
- The isJson Expression Language function returns true regardless of leading or trailing spaces

This closes #8165

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3e62e1e7f20d1c57a5c23ab92b5558ef62f687e9)
2023-12-29 22:00:17 -06:00
exceptionfactory
006d5cc4dd
NIFI-12513 Removed unused import from InvokeHTTPTest
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-26 19:10:35 -06:00
dan-s1
2ac98f2a81
NIFI-12513 Added UriUtils to nifi-utils and updated InvokeHTTP
The UriUtils class allows the construction of a valid java.net.URI with a single string even though there maybe illegal characters in the path, query and/or fragment sections(s) of the URI. The create method uses regular expressions from Spring Framework UriComponentsBuilder and provides capabilities closer to the deprecated constructor for java.net.URL.

This closes #8189

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 3b8ff2299f80aa27dbfe7d69bf88a1defd0a4ecd)
2023-12-26 16:59:51 -06:00
Dominique Jean-Prost
02a7d53f97
NIFI-12533 Allow usage of NIFI_CLUSTER_LOAD_BALANCE_HOST in Docker
This closes #8177

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 470406c13a7854ad7c73a1471b0f79d611037cb1)
2023-12-22 13:00:20 -06:00
Alex Ethier
29821f6e71
NIFI-12535: Fixed documentation for 'PadRight Examples' table name in the Expression Language Guide as well as the last example in the table.
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-12-21 19:15:44 -07:00
Matt Gilman
e8e547a00c
NIFI-12481: Filtering out unauthorized registry clients to avoid unhandled error (#8147)
* NIFI-12481:
- Filtering out unauthorized registry clients to avoid unhandled error.

* NIFI-12481:
- Using es5 syntax.

This closes #8147
2023-12-21 12:54:53 -05:00
David Handermann
db919bc494
NIFI-12418 Corrected Provider Groups Missing in Refreshed Tokens (#8126)
- Updated OidcBearerTokenRefreshFilter to maintain current Identity Provider Groups when generating refreshed application Bearer Tokens
- Refactored LoginAuthenticationToken to remove unnecessary optional constructors and use java.time.Instant for expiration
- Added Issuer Provider with implementation for Bearer Token Issuer based on host and port properties
2023-12-18 12:12:16 -05:00
annanys23
bbf327fa27
NIFI-11308 Added nifi.framework.version System Property for EL
- Updated Expression Language Guide to note the available system property providing the current framework version according to the Framework NAR version

This closes #8101

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 93c9efe527e16313a79c954d02f1613c39ba6493)
2023-12-18 08:47:45 -06:00
mr1716
d25e305f09
NIFI-12522 Upgraded Netty from 4.1.100 to 4.1.104
This closes #8169

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-18 08:26:59 -06:00
dan-s1
96b0b122bb
NIFI-12408 Added Pretty Print Property to AttributesToJSON
This closes #8156

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1ddb5c185a35fe42370211f4cf1c9113f74e9f00)
2023-12-16 14:46:20 -06:00
Pierre Villard
82bac859ef
NIFI-12371 Support tombstone messages in non-record Kafka processors
This closes #8076

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit ee2368e0ae684d8a3ca2e62ce89422a2e260bdce)
2023-12-16 14:35:38 -06:00
exceptionfactory
8770271dc8
NIFI-12518 Upgraded Calcite Avatica from 1.23.0 to 1.24.0
This closes #8164

Signed-off-by: Mike Thomsen <mthomsen@apache.org>

(cherry picked from commit 6f456ebbd4c72b3ebb6c18afbea43b5a18f7de88)
2023-12-16 12:22:06 -06:00
Mark Bathori
6a3301dfbf
NIFI-12520: ExtractHL7Attributes processor ignores repeatable field values
This closes #8167.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>

(cherry picked from commit 16d170fdfdbc12723746ae1f7ae8568246227ab2)
2023-12-16 19:01:45 +01:00
exceptionfactory
98b0ceffd8
NIFI-12516 Corrected String.isEmpty() check for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-15 13:57:53 -06:00
Mark Payne
b3fb0b2713
NIFI-12516 Corrected Cluster Replicated Response Headers for HTTP/2
The headers in the map that come back when replicating a request used to be in the case given; however they can be lowercased in the OkHttp Headers object when using HTTP/2 instead of HTTP/1.1. As a result, we need to ensure that we always use lower-case header names or check the map case-insensitive.

This closes #8163

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 231dbde4b30bfea5b711169fe6f125c9279ec450)
2023-12-15 13:49:50 -06:00
Mikhail Sapozhnikov
3678a4bca3 NIFI-6730 AMQP QoS support
This closes #8146.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit 76613a0ed4a90c5e264e0537990278ec9e422536)
2023-12-14 21:43:53 +01:00
Bence Simon
dc3b8cea86
NIFI-12509 Changing default TTL of HazelcastMapCacheClient
This closes #8154.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit 3c4ccd2c647d593c04c0f2dac85df7c5a652d885)
2023-12-14 13:16:09 +01:00
Emilio Setiadarma
348d870894
NIFI-12474: remove TriggerWhenEmpty for DeleteHDFS (#8125) 2023-12-13 14:42:21 -05:00
Shane Ardell
d8ac6bf8f9 This closes #7810
NIFI-12088: recalculate hidden property fields when new service is created

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
2023-12-13 12:55:56 -05:00
Peter Gyori
a3e7998139 NIFI-12105: remove unnecessary checking of compressed content from testAdditionalNarDirectoriesSpecified test case
This closes #8150.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit 78b822c4520ff59653ffca1ca464a6919d000b03)
2023-12-11 19:39:44 +01:00
Peter Turcsanyi
148100b63b
NIFI-12497 Upgraded snowflake-jdbc to 3.14.4
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8149.
2023-12-11 15:54:28 +01:00
Rajmund Takacs
387d263b3b NIFI-12241 Efficient Parquet Splitting
(cherry picked from commit 9a5ec83baa1b3593031f0917659a69e7a36bb0be)
2023-12-10 22:59:27 +01:00
Peter Turcsanyi
f2ba912770
NIFI-12105 Corrected internal snapshot dependency version for nifi 1.x line
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-09 13:39:52 +01:00