Commit Graph

736 Commits

Author SHA1 Message Date
Joseph Witt 52255ee813
NIFI-13108 Updated common and framework dependencies
- Fixed logging logic for tests vs runtime scope
- Restoring behavior to testProcessUnparsableRecordWithRawOutputWithCheckpoint that changed in NIFI-12998 presumably because of log dependency changes. Now that we have a single provider the test behavior appears to be back to normal.

- Upgraded AWS SDK 1 from 1.12.686 to 1.12.710
- Upgraded AWS SDK 2 from 2.25.16 to 2.25.40
- Upgraded Azure SDK BOM from 1.2.21 to 1.2.23
- Upgraded GCP Libraries from 26.34.0 to 26.37.0
- Upgraded Fabric8 Kubernetes Client from 6.10.0 to 6.12.1
- Upgraded Commons CLI from 1.6.0 to 1.7.0
- Upgraded Commons Codec from 1.16.1 to 1.17.0
- Upgraded zstd-jni from 1.5.6-1 to 1.5.6-3
- Upgraded Commons Text from 1.11.0 to 1.12.0
- Upgraded Test Containers from 1.19.4 to 1.19.7
- Upgraded JAXB Runtime from 4.0.4 to 4.0.5
- Upgraded JAXB API from 4.0.1 to 4.0.2
- Upgraded Jersey from 3.1.4 to 3.1.6
- Upgraded Log4j 2 from 2.23.0 to 2.23.1
- Upgraded Logback from 1.5.5 to 1.5.6
- Upgraded Mockito from 5.8.0 to 5.11.0
- Upgraded Swagger Annotations from 2.2.20 to 2.2.21
- Upgraded jsoup from 1.17.1 to 1.17.2
- Upgraded JUnit Platform Commons from 1.10.0 to 1.10.2
- Upgraded Checkstyle from 9.3 to 10.15.0
- Upgraded ASM from 9.6 to 9.7

This closes #8708

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-03 09:35:23 -05:00
Joseph Witt 42a4385c82
NIFI-12998 Restructured framework and extension modules
Simplified dependency management into Bill of Material dependencies as parents that align to classloader structures.

- Moved nifi-framework-bundle to root level
- Moved nifi-nar-bundle modules to root nifi-extension-bundles
- Added nifi-extension-bom for internal and external extensions
- Added nifi-framework-nar-bom and nifi-server-nar-bom for managing framework dependencies
- Renamed nifi-jetty-bundle to nifi-jetty-nar

This closes #8677

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-04-26 12:12:48 -05:00
Balázs Gerner 3239f59746 NIFI-12923 Added append avro mode to PutHDFS
NIFI-12923 remove var keyword

NIFI-12923 change property name

NIFI-12923 Added property dependency for append_mode

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

This closes #8544
2024-04-19 14:17:00 -04:00
exceptionfactory b81203aac2
NIFI-13070 Upgraded Netty from 4.1.108 to 4.1.109
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8667.
2024-04-19 19:52:37 +08:00
exceptionfactory 6eb5834df7
NIFI-13067 Upgraded Spring Security from 6.2.3 to 6.2.4
- Upgraded Spring Boot from 3.2.4 to 3.2.5 for Registry
- Upgraded OpenSAML from 4.3.0 to 4.3.1
- Upgraded AspectJ from 1.9.21 to 1.9.22

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

This closes #8666.
2024-04-19 19:50:26 +08:00
exceptionfactory 805ba9a867
NIFI-13066 Upgraded Bouncy Castle from 1.77 to 1.78.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8664.
2024-04-19 19:48:10 +08:00
Scott Aslan 90e7501a0a
[NIFI-13035] remove angular2jwt and update to node 21 except in registry (#8641)
This closes #8641
2024-04-17 15:15:49 -04:00
exceptionfactory 28a9026479
NIFI-13038 Upgraded Groovy from 4.0.20 to 4.0.21
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8640.
2024-04-13 10:32:09 +02:00
exceptionfactory 06f0c6c489
NIFI-13040 Upgraded Commons IO from 2.15.1 to 2.16.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8642.
2024-04-13 10:26:52 +02:00
exceptionfactory 8a0dd3e3d1
NIFI-13036 Upgraded Logback from 1.4.14 to 1.5.5
- Upgraded SLF4J from 2.0.12 to 2.0.13

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

This closes #8637.
2024-04-13 10:25:19 +02:00
exceptionfactory 522e8ad888
NIFI-13033 Upgraded Jetty from 12.0.7 to 12.0.8
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8636.
2024-04-13 10:19:18 +02:00
exceptionfactory e1eb30a9ce
NIFI-13032 Upgraded Spring Framework from 6.1.5 to 6.1.6
- Upgraded Spring Boot from 3.2.3 to 3.2.4 for Registry

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

This closes #8635.
2024-04-13 10:17:47 +02:00
Joseph Witt 98c4061cfe
NIFI-12996 Moved zstd-jni to standard-shared-nar
- zstd-jni must be present in the same NAR as commons-compress

This closes #8598

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-04-03 20:56:59 -05:00
exceptionfactory 9abafeb6df
NIFI-12979 Upgraded Kotlin from 1.9.10 to 1.9.23
- Upgraded Okio from 3.8.0 to 3.9.0

This closes #8586

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-30 13:38:11 -05:00
exceptionfactory 8ef9528bf9
NIFI-12966 Upgraded Netty from 4.1.106 to 4.1.108
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8578.
2024-03-28 10:34:03 +01:00
exceptionfactory 8e0b83b025
NIFI-12945 Moved Commons Configuration 2.10.1 to shared version
- Moved Commons Configuration from nifi-lookup-services to project configuration
- Moved Google Guava version from nifi-hive-test-utils to nifi-hive-bundle

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

This closes #8560.
2024-03-27 14:35:33 +01:00
exceptionfactory 3bed30e9db
NIFI-12962 Upgraded Spring Framework from 6.0.18 to 6.1.5
- Enabled parameter names for reflection in nifi-web-api to support AspectJ Around expression parsing

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

This closes #8575.
2024-03-27 10:28:26 +01:00
Pierre Villard 0e255674fd
NIFI-12954 Upgraded AWS BOM from 2.23.3 to 2.25.16
- Upgraded AWS BOM from 1.12.637 to 1.12.686

This closes #8569

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-26 09:09:02 -05:00
exceptionfactory dd9d1c978f
NIFI-12943 Upgraded Hadoop from 3.3.6 to 3.4.0
This closes #8556

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-03-25 08:55:13 -07:00
exceptionfactory 15d2b49e77
NIFI-12942 Upgraded Jetty from 12.0.6 to 12.0.7
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8554.
2024-03-25 15:24:32 +01:00
exceptionfactory 99b49b631b
NIFI-12927 Upgraded Spring Security from 6.2.2 to 6.2.3
This closes #8539

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-20 19:59:55 -05:00
exceptionfactory 6b061452e6
NIFI-12926 Upgraded Jackson from 2.16.2 to 2.17.0
This closes #8538

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-20 19:59:23 -05:00
exceptionfactory 82ea7a284c
NIFI-12910 Upgraded Spring Framework from 6.0.17 to 6.0.18
This closes #8520.

- Upgraded Spring Boot from 3.2.2 to 3.2.3 for Registry
- Upgraded Spring Framework from 6.1.4 to 6.1.5 for Registry

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-03-15 13:58:36 -07:00
Joseph Witt 8c264d22f8
NIFI-12907 Upgraded Groovy from 4.0.19 to 4.0.20
This closes #8508

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-14 22:52:51 -05:00
Joseph Witt 33a28dfa48
NIFI-12906 Upgraded ZooKeeper from 3.9.1 to 3.9.2
This closes #8506

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-14 22:52:05 -05:00
exceptionfactory 7db1664a7e
NIFI-12886 Upgraded Jackson JSON from 2.16.1 to 2.16.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8492.
2024-03-12 11:01:20 +01:00
exceptionfactory 90c7dba34f
NIFI-12871 Upgraded Commons Compress from 1.25.0 to 1.26.1
- Adjusted Excel Record Reader test failure to use OpenXML Exception instead of message matching

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

This closes #8488.
2024-03-10 15:18:03 +01:00
exceptionfactory df524b18b1
NIFI-12876 Upgraded Surefire Plugin from 3.1.2 to 3.2.5
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8483.
2024-03-08 11:10:43 +01:00
exceptionfactory 7ddee361e7
NIFI-12874 Upgraded Log4j from 2.20.0 to 2.23.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8482.
2024-03-08 11:06:40 +01:00
exceptionfactory 04d213a00c
NIFI-12872 Upgraded Groovy from 4.0.18 to 4.0.19
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8481.
2024-03-07 17:23:30 +01:00
exceptionfactory 1124728ff7
NIFI-12821 Set docker-maven-plugin version to 0.43.4
This closes #8429.

- Reduced docker-tests timeout from 120 to 60 minutes

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-02-20 09:16:56 -07:00
exceptionfactory ff4c187f86
NIFI-12820 Upgraded Email Processors to Jakarta Mail 2
This closes #8428.

- Upgraded from Java Mail 1.4.7 to Jakarta Mail API 2.1.2
- Upgraded Spring Integration from 5.5.20 to 6.2.1
- Upgraded SubEtha SMTP from 3.1.7 to 7.0.1
- Upgraded Greenmail from 1.6.15 to 2.0.1
- Removed usage of Commons Lang3
- Removed usage of Commons IO

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-02-20 09:16:36 -07:00
exceptionfactory 32a33115eb
NIFI-12811 Upgraded Spring Framework from 6.0.16 to 6.0.17
- Upgraded Spring Security from 6.2.0 to 6.2.2
- Upgraded Registry version of Spring Framework from 6.1.3 to 6.1.4

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

This closes #8422.
2024-02-19 12:14:03 +01:00
exceptionfactory 2007d79e2c
NIFI-12808 Upgraded Commons Codec from 1.16.0 to 1.16.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8419.
2024-02-19 11:12:09 +01:00
exceptionfactory abc841e49c
NIFI-12810 Upgraded SLF4J from 2.0.11 to 2.0.12
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8421.
2024-02-19 11:10:26 +01:00
exceptionfactory 4d5f33804b
NIFI-12765 Removed Apache Ranger modules
This closes #8389

- Removed nifi-ranger-bundle modules
- Removed nifi-registry-ranger modules

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-02-14 17:11:50 -07:00
mr1716 6243d00158
NIFI-12779 Upgraded Okio from 3.7.0 to 3.8.0
This closes #8396

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-02-12 17:55:06 -06:00
Pierre Villard ecd6ed48a9
NIFI-12755 Upgraded Jetty from 12.0.5 to 12.0.6
- Refactored WebSocket Test Listener to avoid method visibility problem

This closes #8374

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-02-12 17:43:01 -06:00
mr1716 2950b43767
NIFI-12724 Upgraded Kubernetes Client from 6.9.2 to 6.10.0
This closes #8340

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-02-02 16:33:20 -06:00
mr1716 a49428ae69
NIFI-12716 Upgraded Groovy from 4.0.16 to 4.0.18
This closes #8336

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-02-01 11:46:51 -06:00
mr1716 9009df11f9
NIFI-12691 Update okio to 3.7.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8325.
2024-02-01 11:07:49 +04:00
mr1716 fa6560a374
NIFI-12689 Upgraded Testcontainers from 1.19.3 to 1.19.4
This closes #8312

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-30 15:26:32 -06:00
exceptionfactory 5ca7b0df81 NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
exceptionfactory 640b7bdfbb NIFI-12646-RC4 prepare release nifi-2.0.0-M2-RC4 2024-01-25 18:11:28 -06:00
exceptionfactory 27d57af45d
NIFI-12653 Upgraded Spring from 6.0.15 to 6.0.16
- Upgraded Spring Boot from 3.2.0 to 3.2.2 for Registry

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

This closes #8284.
2024-01-22 23:15:51 +04:00
exceptionfactory e1eeed9c46
NIFI-12654 Upgraded Netty from 4.1.105 to 4.1.106
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8289.
2024-01-22 23:09:02 +04:00
exceptionfactory a9f121c815
NIFI-12652 Upgraded SLF4J from 2.0.9 to 2.0.11
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8283.
2024-01-22 22:51:27 +04:00
David Handermann 93788f9281
NIFI-12650 Upgraded json-path from 2.8.0 to 2.9.0 (#8282)
- Upgraded json-smart from 2.4.11 to 2.5.0
- Added json-path to managed dependencies in root Maven configuration
- Suppressed OWASP Dependency Check finding resolved in json-path 2.9.0
2024-01-22 13:18:28 -05:00
exceptionfactory 0e6fb9a278
NIFI-12628 Upgraded Netty from 4.1.104 to 4.1.105
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8263.
2024-01-18 11:56:16 +04:00
exceptionfactory 1864a370bb
NIFI-12621 Upgraded AWS SDK from 2.20.148 to 2.23.3
- Upgraded AWS SDK from 1.12.573 to 1.12.637
- Added dependency check suppression to correct identification of newer ion-java library

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

This closes #8257.
2024-01-17 13:03:47 +04:00