8956 Commits

Author SHA1 Message Date
Pierre Villard
7fedb49a9a
NIFI-12362-RC5 prepare for next development iteration 2023-11-23 11:03:53 +01:00
Pierre Villard
5241f43482
NIFI-12362-RC5 prepare release nifi-1.24.0-RC5 rel/nifi-1.24.0 nifi-1.24.0-RC5 2023-11-23 11:03:47 +01:00
David Handermann
b06886f89d
NIFI-12403 Improve Jolt UI Parameter Processing (#8060)
* Improved Jolt UI Parameter Processing

* Changed double quotes to single quotes per review

This closes #8060
2023-11-22 14:46:10 -05:00
exceptionfactory
353e3beb0e
NIFI-12397 Upgraded Commons Compress from 1.24.0 to 1.25.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8057.
2023-11-21 16:55:19 +01:00
mr1716
0a5a331d99
NIFI-12391 Upgraded Bouncy Castle from 1.76 to 1.77
This closes #8051

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 89aef60fbe3b31142cf281dbeca9affb28a6c1c0)
2023-11-20 07:58:47 -06:00
exceptionfactory
bc4104525e
NIFI-12392 Corrected Component Documentation NAR Unpacking
- Corrected component documentation directory comparison for finding bundled documentation in a JAR
- Added unit test for unpacking of component documentation from JAR included in NAR

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8052.
2023-11-20 14:56:06 +01:00
Matt Burgess
15ef01149b
NIFI-12389: Add variance and standard deviation to AttributeRollingWindow
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8048.
2023-11-20 11:25:33 +01:00
Zoltan Kornel Torok
4e38e28d05 NIFI-12383 Replication client should handle accept encoding with lowercase
Signed-off-by: Bence Simon <bsimon@apache.org>
This closes #8043
2023-11-17 10:30:10 +01:00
mr1716
5f108361f4
NIFI-12380 Upgraded Iceberg from 1.4.0 to 1.4.2
This closes #8039

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a3983ae248516dff5f6d2914cacbfa9d00281fdf)
2023-11-16 17:47:32 -06:00
Ferenc Gerlits
062dd0da1d
NIFI-12381 Fixed CR and LF documentation in SplitText
This closes #8041

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit ceeb0deb3d703ad0f21a543f90cda82b69815c76)
2023-11-16 17:47:32 -06:00
Bryan Bende
ac2a5afb20
NIFI-12368 Clear versionedComponentId for copied Snippets
This closes #8025

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1cc346b63d0ecea1d0b2e9079a0f31c15f035b6d)
2023-11-16 17:47:31 -06:00
Pierre Villard
44de1f2d67
NIFI-12377 - Deprecate support for Jython in NiFi 1.x line
Signed-off-by: Arpad Boda <aboda@apache.org>

This closes #8037
2023-11-16 11:42:44 +01:00
exceptionfactory
0a67620c0c
NIFI-12358 Corrected syntax for Java 8
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-15 17:07:48 -06:00
Mark Payne
a78c478721
NIFI-12358 Fixed NPE in HostHeaderHandler
Fixed NPE in ThreadDumpTask

This closes #8032

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

(cherry picked from commit b5c3e6f9aae9791b749ba3d908ce1b6672ee2124)
2023-11-15 16:59:59 -06:00
Matt Burgess
75341cc5fa
NIFI-12376: Fix logic error with bitwise operator in AvroReader
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8034.
2023-11-15 22:56:22 +01:00
EndzeitBegins
f94e65214b
NIFI-1874 Added Character Set Detection to IdentifyMimeType
- Added mime.charset FlowFile attribute when not null for text MIME types

This closes #8031

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-15 13:46:35 -06:00
exceptionfactory
bbe7bff4b3
NIFI-12373 Added LICENSE and NOTICE for nifi-standard-shared-nar
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8029.
2023-11-15 20:37:30 +01:00
exceptionfactory
8fda8f2ca5
NIFI-12370 Switched from close() to shutdown() for Java 8
- ExecutorService implements AutoCloseable in Java 21 but not on Java 17 and earlier

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-15 04:45:18 -06:00
exceptionfactory
28421e3df0
NIFI-12370 Fixed Distributed Map Cache Client Service Shutdown
- Moved EventLoopGroup from CacheClientChannelPoolFactory to DistributedCacheClient to enable closing the EventLoopGroup after closing the ChannelPool

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8027.
2023-11-15 08:29:51 +01:00
exceptionfactory
70b9eae4af
NIFI-12367 Reverted Netty from 4.1.101 to 4.1.100
- Version 4.1.101 causes exceptions with gRPC 1.58.0

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-14 20:12:10 -06:00
mr1716
0f32068d0b
NIFI-12363 Upgraded JLine from 3.23.0 to 3.24.1
This closes #8021

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 3619780813f43dd936116bb1510cd7b9785be926)
2023-11-14 16:19:19 -06:00
mr1716
c77f886978
NIFI-12367 Upgraded Netty from 4.1.100 to 4.1.101
This closes #8024

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 762262f7fdbd3ca704b289184b2fb60ef558bac0)
2023-11-14 16:19:18 -06:00
mr1716
e0c12be1bb
NIFI-12364 Upgrade snowflake-ingest-sdk to 2.0.4 and snowflake-jdbc to 3.14.3
This closes #8022.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit e0527a81bbaad69b0fef9b95b34aa8579c9250b2)
2023-11-14 23:01:41 +01:00
mr1716
d530e2027f
NIFI-12360 Upgraded brotli4j from 1.12.0 to 1.13.0
This closes #8020

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit db827b88b28694843f6308faf6c50dc5580da699)
2023-11-13 13:59:55 -06:00
mr1716
9ad760b6a2
NIFI-12359 Upgraded json-schema-validator from 1.0.86 to 1.0.87
This closes #8019

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 2c00d73ce9cdf28371c152d3c96f7dc31a6f0ae7)
2023-11-13 13:59:52 -06:00
mr1716
dc91f3b390
NIFI-12355 Upgraded AMQP Client from 5.19.0 to 5.20.0
This closes #8017

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

(cherry picked from commit 44f62c9b2989804226be2b94128acbad922788b0)
2023-11-13 12:27:13 -06:00
mr1716
89399adc5c
NIFI-12356 Upgraded icu4j from 73.2 to 74.1
This closes #8018

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d98ba745046563a7a03e31fe2f1ad05bf509bee3)
2023-11-13 12:24:18 -06:00
mr1716
6eb93d393b
NIFI-12354 Upgraded jsoup from 1.16.1 to 1.16.2
This closes #8016

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 9afad5753955c29da7aa5acffb7528557a066f16)
2023-11-13 12:22:07 -06:00
mr1716
5dbf1d2c1f
NIFI-12353 Upgraded json-flattener from 0.16.4 to 0.16.6
This closes #8014

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0c4de923baf0ddbc1941f560474866cd5fc58630)
2023-11-13 12:22:07 -06:00
Paulette Hines-Cross pliszle
885445ccb5
NIFI-12107 Fixed sorting in the cluster table
This closes #7923

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 93d373f037c353b95f8ad502dec8768fc5e780bc)
2023-11-13 08:41:52 -06:00
exceptionfactory
75351b7067
NIFI-12266 Added Standard Shared NAR and BOM
- Added nifi-standard-shared-nar with common dependencies
- Added nifi-standard-shared-bom with provided scope for parent module references

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8008.
2023-11-13 09:27:59 +01:00
mr1716
e891a01523
NIFI-12346 Upgraded Apache Calcite from 1.35.0 to 1.36.0
This closes #8009

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

(cherry picked from commit 246ffe4ee9027df85ac3c91ddbc75a00a3127406)
2023-11-11 23:34:22 -06:00
mr1716
0801885b84
NIFI-12345 Upgraded Commons DBCP from 2.10.0 to 2.11.0
This closes #8006

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4a4eb2c109b3b766ffa836d1beb22cddf0e50ac3)
2023-11-11 23:34:00 -06:00
Umar Hussain
960a532baa
NIFI-11995 Added Header Format configuration to ConsumeAMQP
This closes #7652

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4f4e99085d1ab94b0e598cccc6ff75270c523af3)
2023-11-10 12:33:40 -06:00
Pierre Villard
c7cf813162
NIFI-12344 PutKudu Operation should accept Debezium Types
This closes #8004

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit eb7d49cdff93b638ee7e0ea67a4525a85fbf0ec0)
2023-11-10 12:05:46 -06:00
Mike Moser
bfe97dc321
NIFI-12121 Added Transform Result Filter to JSLTTransformJSON
This closes #7922

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 832d4455c19d3271735b90b6b4f27a32465fa8e7)
2023-11-10 10:44:36 -06:00
Bryan Bende
1818d433d6
NIFI-12323 Removed String Length Limits from JSON Flow Configuration
- Configured StreamReadConstraints on the ObjectMapper used by StandardDataFlow

This closes #7985

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 940c9276c5ca345739e89ab20db09011a2b6f326)
2023-11-07 09:03:51 -06:00
Pierre Villard
20a75d26cf
NIFI-12319 Upgraded ActiveMQ from 5.15.14 to 5.15.16
This closes #7993

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-07 08:55:42 -06:00
exceptionfactory
816d43c649
NIFI-12328 Updated OpenPGP test Key Generator Settings
- Updated DSA Key Size from 1024 to 2048
- Updated Content Signer Algorithm from SHA-1 to SHA-256

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7992.
2023-11-07 13:03:31 +01:00
exceptionfactory
57cf654a94
NIFI-12276 Addressed Dependency Check Findings
- Upgraded Janino Commons Compiler from 3.1.9 to 3.1.10
- Upgraded Azure SDK BOM from 1.2.16 to 1.2.17
- Upgraded GCP SDK BOM from 26.17.0 to 26.25.0
- Upgraded AWS SDK from 1.12.550 to 1.12.573
- Upgraded Hazelcast from 5.3.2 to 5.3.5
- Upgraded Jersey from 2.39.12 to 2.41
- Upgraded Camel Salesforce from 3.14.5 to 3.14.9
- Unified ZooKeeper versioning on 3.9.1
- Applied Groovy 2.4.21 to Hive 3 and Iceberg components
- Applied gRPC version 1.59.0 to Asana components
- Applied Jettison 1.5.4 to Atlas and Hive 3 components
- Managed JUnit 4 version to 4.13.2 for MockWebServer
- Excluded HBase libraries from Hive 3 following Iceberg approach
- Excluded Htrace from HBase components
- Upgraded OWASP Dependency Check from 8.4.0 to 8.4.2
- Removed non-applicable dependency check suppressions
- Added dependency check suppressions for non-applicable findings

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7989.
2023-11-07 13:00:11 +01:00
mr1716
cefe434a5b
NIFI-12325 Upgraded Commons CLI from 1.5.0 to 1.6.0
This closes #7988

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 50e2fff05ce257120b1410072072c7aaaceea8d7)
2023-11-06 20:57:13 -06:00
mr1716
fcfbc88ab0
NIFI-12324 Upgraded swagger-annotations from 1.6.11 to 1.6.12
This closes #7987

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 7cc6c2ee8a630b97456fe518e5cb91794764b4d1)
2023-11-06 20:57:13 -06:00
Pierre Villard
50fd8c432e
NIFI-12322 Added resource usage note in ES Client CS documentation
This closes #7986

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit b24249c8508949c9945de03c52dea84f3f1da2f4)
2023-11-06 12:02:52 -06:00
Pierre Villard
fc983cd2a6
NIFI-12319 Upgraded ActiveMQ from 5.15.15 to 5.15.16
This closes #7982

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 11:57:30 -06:00
mr1716
31f7b9c777
NIFI-12320 Upgraded Jackson BOM from 2.15.2 to 2.15.3
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 11:56:27 -06:00
exceptionfactory
f92e23f3e5 NIFI-12305 Optimized Regular Expression patterns
- Updated SampleRecord range validation to split on comma and validate individual ranges
- Updated AccessPolicyEndpointMerger to restrict the set of characters matched

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-11-05 19:25:11 -05:00
exceptionfactory
aced7b5a3e
NIFI-12316 Upgraded MySQL Connector J from 8.1.0 to 8.2.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7979.
2023-11-03 23:54:47 -07:00
exceptionfactory
7e0976490a
NIFI-12293 Standardized HTTP error response messages (#7957)
- Updated ExceptionFilter and AuthenticationFilter with standard messages

This closes #7957

(cherry picked from commit 97dd543c6a850f1076b05c7a9bcc28d37e184d5b)
2023-11-03 14:27:24 -05:00
exceptionfactory
6c5a2fbcde
NIFI-12297 Standardized File Path resolution in Persistence Providers (#7975)
(cherry picked from commit c706877147d89b7947f48cea68b3577bbfe3798d)
2023-11-03 14:12:26 -05:00
annanys23
618250f0ed
NIFI-8673 Documented Active Threads versus Cluster Summary details
Documented difference between Active Threads in Status bar versus as shown by Node in Cluster Summary

This closes #7978

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit dcc4b8590f3c4f579c3291a1ff8a5989238138ce)
2023-11-03 13:38:09 -05:00