Commit Graph

681 Commits

Author SHA1 Message Date
exceptionfactory 42547eb60c
NIFI-11703 Upgraded to Spring Framework 6 and Jetty 12
- Upgraded Spring Framework from 5.3.31 to 6.0.15
- Upgraded Spring Security from 5.8.7 to 6.2.0
- Upgraded Spring Vault from 2.3.4 to 3.1.0
- Upgraded Jetty from 10.0.18 to 12.0.5 with EE 10
- Upgraded Jersey from 2.41 to 3.1.4
- Upgraded JAXB from 2.3.9 to 4.0.4
- Upgraded AspectJ from 1.9.20.1 to 1.9.21
- Upgraded JMS API from 2.0.1 to 3.1.0
- Upgraded ActiveMQ Broker from 5.18.2 to 6.0.1 for JMS 3
- Upgraded JJWT from 0.9.1 to 0.12.3
- Replaced jackson-module-jaxb-annotations with jackson-module-jakarta-xmlbind-annotations
- Replaced maven-jaxb2-plugin with hisrc-higherjaxb40-maven-plugin 2.1.1
- Replaced kongchen swagger-maven-plugin with swagger-codegen-maven-plugin from Swagger 3
- Replaced com.nickwongdev AspectJ Plugin with Codehaus 1.14.0 for newer Java versions
- Removed unused cglib-nodep
- Removed references to javax.validation
- Removed custom Jetty ALPN Processor not required for Java 21
- Removed several tests depending on older Jetty and Jakarta libraries
- Removed unnecessary webdefault.xml configurations
- Replaced unsupported cross-context servlet forwarding with HTTP forwarding
- Replaced javax.servlet references with jakarta.servlet
- Replaced javax.xml.bind references with jakarta.xml.bind
- Replaced javax.ws references with jakarata.ws
- Updated Spring Security CSRF implementation for Spring Security 6
- Updated web.xml versions to 6.0
- Updated REST API templates using new swagger-codegen variables
- Removed VALIDATE_DATA property from ParseCEF based on library compatibility issue with javax.validation
- Added application URL logging to NiFi JettyServer

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

This closes #8197.
2024-01-04 14:01:32 +04:00
exceptionfactory 4dc0d44dc4
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:46:56 +04:00
mr1716 facb43ea89
NIFI-12522 Upgraded Netty from 4.1.101 to 4.1.104
This closes #8169

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-18 08:24:13 -06:00
David Handermann f73888e7dd
NIFI-12478 Return Message Type as body for JMS Object Messages (#8131) 2023-12-07 16:41:34 -05:00
mr1716 58f1e97c41
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:39:56 +01:00
exceptionfactory 8dc09c8911
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:04:26 +01:00
mr1716 d180ff9366
NIFI-12461 Upgraded jsoup from 1.16.2 to 1.17.1
This closes #8113

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:02:56 -06:00
mr1716 30c139000c
NIFI-12455 Upgraded JAXB Runtime from 2.3.8 to 2.3.9
This closes #8106

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-04 17:01:30 -06:00
Matt Burgess 4f26b93615
NIFI-12458: Upgrade Groovy to 4.0.16 from 4.0.15
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8110.
2023-12-04 14:57:00 +01:00
mr1716 3b0d8100a3
NIFI-12439 Upgraded Kubernetes Client from 6.8.1 to 6.9.2
This closes #8095

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-12-01 21:02:31 -06:00
exceptionfactory 2ac3988881
NIFI-12448 Removed InfluxDB Processors
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8093.
2023-12-01 16:21:20 +01:00
mr1716 f0fa38dc15
NIFI-12432 Upgraded Spring Framework from 5.3.30 to 5.3.31
This closes #8090

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-30 14:56:15 -06:00
mr1716 a36adfd6cf
NIFI-12431 Upgraded testcontainers from 1.19.1 to 1.19.3
This closes #8081

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-29 22:43:04 -06:00
dependabot[bot] 24ba6d89c7
NIFI-12438 Upgraded Logback from 1.3.11 to 1.3.13
This closes #8085 and #8086

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-29 22:29:53 -06:00
mr1716 1268acb864
NIFI-12414 Update org.apache.commons.lang3.version to 3.14.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8066.
2023-11-27 19:48:01 +01:00
exceptionfactory 00fd7d7cca NIFI-12361-RC6 prepare for next development iteration 2023-11-22 18:35:27 -06:00
exceptionfactory 49fa0d8674 NIFI-12361-RC6 prepare release nifi-2.0.0-M1-RC6 2023-11-22 18:35:26 -06:00
exceptionfactory e68c384c12
NIFI-12398 Upgraded Derby from 10.16.1.1 to 10.17.1.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8058.
2023-11-21 18:36:26 +01:00
exceptionfactory 6617fe8fe2
NIFI-12384 This closes #8044. Upgraded Registry to Spring Framework 6
- Upgraded Spring from 5.3.30 to 6.0.13
- Upgraded Spring Boot from 2.7.16 to 3.1.5
- Upgraded Spring Security from 5.8.7 to 6.1.5
- Upgraded Jetty from 10.0.18 to 11.0.18
- Upgraded Servlet API from 3.1.0 to 5.0.0
- Upgraded JAX-RS from 2.1.1 to 3.1.0
- Upgraded Jersey from 2.41 to 3.1.3
- Upgraded JAXB from 2.3.2 to 4.0.4
- Upgraded Java Validation from 2.0.1 to 3.0.2
- Upgraded Flyway from 8.5.13 to 9.22.3
- Upgraded ASM from 9.3 to 9.6 for Java 21
- Upgraded NiFi Toolkit CLI to JAX RS 3 and Jersey 3
- Set Jersey 3 and JAX RS 3 dependency versions in nifi-flow-registry-client-bundle to align with updates to nifi-registry-client classes

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-11-21 09:06:51 -07:00
exceptionfactory 5cf8f7d31e
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:54:54 +01:00
exceptionfactory e5e76d0161
NIFI-12393 Upgraded OWASP Check from 8.4.2 to 8.4.3
- Upgraded Azure SDK BOM from 1.2.17 to 1.2.18
- Upgraded Reactor Netty HTTP from 1.0.34 to 1.0.39 for Azure Identity
- Upgraded MSAL4J from 1.13.10 to 1.14.0
- Upgraded Box Java SDK from 4.4.0 to 4.6.1
- Relocated Apache Ant managed versions to bundle parent modules
- Added okio-fakefilesystem to managed dependencies
- Suppressed vulnerability for Picocli misidentified as LINE library
- Added managed dependencies to nifi-code-coverage to avoid false positives due to different parent modules

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

This closes #8054.
2023-11-21 12:16:12 +01:00
mr1716 89aef60fbe
NIFI-12391 Upgraded Bouncy Castle from 1.76 to 1.77
This closes #8051

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-20 07:57:58 -06:00
mr1716 762262f7fd
NIFI-12367 Upgraded Netty from 4.1.100 to 4.1.101
This closes #8024

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-14 16:14:43 -06:00
mr1716 9afad57539
NIFI-12354 Upgraded jsoup from 1.16.1 to 1.16.2
This closes #8016

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-13 12:16:42 -06:00
mr1716 703ea34c66
NIFI-12348 Update jetty.version to 10.0.18
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8010.
2023-11-13 09:50:55 +01:00
mr1716 2c89e3a21d
NIFI-12336 Upgraded Mockito from 5.5.0 to 5.7.0
This closes #8000

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-08 16:14:25 -06:00
exceptionfactory 5554bab516
NIFI-12192 Added Codecov Reporting with JaCoCo
- Added report-code-coverage profile to nifi-assembly for aggregation
- Added Codecov reporting to Ubuntu Linux Job in ci-workflow
- Added Codecov badge to README.md

This closes #7995

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-11-08 19:49:51 +00:00
Malthe Borch 0fe9d2b56f
NIFI-9972 Added CopyAzureBlobStorage_v12 Processor
This closes #6941

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-07 13:13:25 -06:00
mr1716 50e2fff05c
NIFI-12325 Upgraded Commons CLI from 1.5.0 to 1.6.0
This closes #7988

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 20:55:27 -06:00
mr1716 7cc6c2ee8a
NIFI-12324 Upgraded swagger-annotations from 1.6.11 to 1.6.12
This closes #7987

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 20:54:47 -06:00
mr1716 f650c2078a
NIFI-12320 Upgraded Jackson BOM from 2.15.2 to 2.15.3
This closes #7983

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-06 11:53:10 -06:00
exceptionfactory f1a34a58fa
NIFI-12307 Upgraded Commons Text from 1.10.0 to 1.11.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7969.
2023-11-02 09:54:22 -07:00
Mark Payne 5bcad9eef3
NIFI-12240 Added Python Processors for Docs, ChatGPT, Chroma, and Pinecone
Created new python processors for text embeddings, inserting into Chroma, querying Chroma, querying ChatGPT, inserting into and querying Pinecone. Fixed some bugs in the Python framework. Added Python extensions to assembly. Also added ability to load dependencies from a requirements.txt as that was important for making the different vectorstore implementations play more nicely together.

Excluded nifi-python-extensions-bundle from GitHub build because it requires Maven to use unpack-resources goal, which will not work in GitHub because it uses mvn compile instead of mvn install

- ParseDocument
- ChunkDocument
- PromptChatGPT
- PutChroma
- PutPinecone
- QueryChroma
- QueryPinecone

NIFI-12195 Added support for requirements.txt to define Python dependencies

This closes #7894

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-01 16:17:36 -05:00
Chris Sampson df3f5b4638
NIFI-12299 Run integration-tests when assemblies are updated
This closes #7962

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-01 11:24:46 -05:00
exceptionfactory 0e1ae2bd6f
NIFI-12276 Addressed Dependency Check Findings
- Added dependency-check GitHub workflow
- 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.40 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 #7948.
2023-10-27 16:21:38 -07:00
exceptionfactory 2366132e92
NIFI-12287 Standardized skipping Source and Javadoc for NAR modules
- Added nar-packaging and war-packaging profiles to root Maven configuration
- Removed individual properties from NAR module configurations

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

This closes #7947.
2023-10-27 16:18:42 -07:00
exceptionfactory 46b5d8fdc0
NIFI-12284 Upgraded Frontend Maven Plugin from 1.14.0 to 1.14.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7943.
2023-10-27 10:47:19 -07:00
exceptionfactory 67bf4434ad
NIFI-12280 Upgraded Commons IO from 2.14.0 to 2.15.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7938.
2023-10-26 15:03:09 -07:00
exceptionfactory e4b7432251
NIFI-12268 Upgraded OkHttp from 4.11.0 to 4.12.0
- Upgraded Okio from 3.5.0 to 3.6.0
- Upgraded Kotlin from 1.9.0 to 1.9.10

This closes #7927

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-10-25 19:24:14 +01:00
exceptionfactory 28b75c78a6
NIFI-12269 Resolved Maven Build Warnings for Plugins (#7928)
- Set plugin versions in root configuration for plugin management across modules
2023-10-25 11:31:48 -04:00
Chris Sampson 4ff4f77dd8
NIFI-12191 Simplified integration-tests and docker-tests Workflows
This closes #7920

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-24 09:19:38 -05:00
exceptionfactory 07b35e04b1
NIFI-12262 Removed unused Groovy plugin repository
- Removed and excluded groovy-test dependency
- Removed unused groovy-all dependency management from nifi-toolkit

This closes #7918

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2023-10-24 13:38:51 +01:00
Chris Sampson ed3a70c985
NIFI-12178 Add integration-tests and docker-tests GitHub Workflows
Use Java Zulu distribution for all docker-tests and integration-tests Github Workflows

This closes #7858

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-21 17:10:28 -05:00
Chris Sampson f6fcfb433c
NIFI-12175 Standardized Docker Image Tags on Liberica Java 21
This closes #7864

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-18 16:00:00 -05:00
Joseph Witt 2bcdcab5dd
NIFI-12215 Upgraded ZooKeeper from 3.9.0 to 3.9.1
- Resolves CVE-2023-44981

This closes #7872

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-11 22:18:40 -05:00
exceptionfactory 1b57980067
NIFI-12207 Upgraded Netty from 4.1.99 to 4.1.100
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7865.
2023-10-11 19:52:01 +02:00
exceptionfactory b236200a84
NIFI-12208 Upgraded Jetty from 10.0.16 to 10.0.17
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7866.
2023-10-11 19:50:29 +02:00
exceptionfactory 98cebc6687
NIFI-12185 Added nifi-bom Bill of Materials (#7852)
- Imported nifi-bom to nifi-commons and nifi-nar-bundles parent modules
- Removed explicit version and scope properties for dependencies declared in nifi-bom
2023-10-10 13:55:22 -04:00
exceptionfactory 457973d133
NIFI-12188 Upgraded Commons Net from 3.9.0 to 3.10.0
- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650

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

This closes #7855.
2023-10-09 12:21:23 +02:00
mr1716 cb3b7907e0
NIFI-12180 Upgraded Testcontainers from 1.19.0 to 1.19.1
This closes #7845

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-10-06 15:32:27 -05:00