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
Peter Turcsanyi
0661c45585
NIFI-12483 Corrected String and Predicate API calls for Java 8
...
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2023-12-09 13:28:22 +01:00
exceptionfactory
843a101654
NIFI-12489 Upgraded Apache POI from 5.2.4 to 5.2.5
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8140 .
2023-12-07 18:29:21 +01:00
Peter Gyori
92d491f87e
NIFI-12105: ExecuteStateless processor accepts additional NAR directories
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8129 .
2023-12-07 16:03:28 +01:00
exceptionfactory
a05f0f86ae
NIFI-12483 Streamlined JMX Metrics Filtering Parameters
...
- Added bean name filter processing and added test cases
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8134 .
2023-12-07 16:00:01 +01:00
Matt Gilman
aa575de6e2
NIFI-12470: Fixing forEach callback for usage with Object.entries() to address layout issue in Status History ( #8121 )
...
* NIFI-12470:
- Fixing forEach callback for usage with Object.entries() to address layout issue in Status History.
- Using es5 syntax.
This closes #8121
2023-12-07 08:29:54 -05:00
mr1716
39f3eae09b
NIFI-12477 Update org.apache.commons.io.version to 2.15.1
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8130 .
2023-12-07 12:40:22 +01:00
Mark Payne
b27e0f8781
NIFI-12331 Added PublishSlack Processor
...
- Deprecated PutSlack and PostSlack in favor of PublishSlack
This closes #8122
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-05 15:18:05 -06:00
dan-s1
a5de0d2ccb
NIFI-12410 Support EL for Starting Row in ExcelReader
...
This closes #8119
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit ab8a82b99747d50e5bdf00e04069bccf8fe82b1e)
2023-12-05 09:08:14 -06:00
Peter Turcsanyi
2af5b8607b
NIFI-12412 Support Proxies for Blob Checkpoints in ConsumeAzureEventHub
...
This closes #8107
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8645088e1d5468b4ea21c55d7d634ec94257c8f5)
2023-12-05 08:25:47 -06:00
Matt Burgess
4251da4703
NIFI-12318: Fixed byte array generation in GenerateRecord
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8109 .
2023-12-05 14:41:48 +01:00
exceptionfactory
5e183c583b
NIFI-12462 Upgraded Logback from 1.3.13 to 1.3.14
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8114 .
2023-12-05 09:06:38 +01:00
EndzeitBegins
c565e08ccc
NIFI-12446 Refactor FilterAttribute to align with code conventions
...
This closes #8098
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 22:34:33 -06:00
mr1716
b13e41ebba
NIFI-12466 Upgraded MongoDB Driver from 4.10.2 to 4.11.1
...
This closes #8118
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d1c7e6c6b8d176d026a33f15eca277ef8c20b81a)
2023-12-04 17:11:51 -06:00