Commit Graph

521 Commits

Author SHA1 Message Date
Pierre Villard 48af85f472 NIFI-11199 - Upgrade kotlin to 1.8.10
This closes #6973

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 09:14:50 -05:00
Pierre Villard 88813081e4 NIFI-11200 - Upgrade aspectj to 1.9.19
This closes #6974

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-02-21 09:14:21 -05:00
exceptionfactory 1156f4cbc5
NIFI-11165 This closes #6944. Removed optional jigsaw build profiles
- Removed jigsaw build profiles
- Removed Java 11 directories from assemblies

Signed-off-by: Joe Witt <joewitt@apache.org>
2023-02-13 13:01:58 -05:00
Pierre Villard 18ef2a57a5
NIFI-11164 Updated minimum Java version from 8 to 11.0.16
- Updated GitHub workflows from Java 8 to 11
- Updated Maven Compiler Source and Target version from 1.8 to 11
- Disabled JASN1 tests failing on Windows with Java 11

This closes #6940

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-10 23:31:37 -06:00
Joe Witt 43eab4c81d
NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -07:00
Joe Witt 896fdacbbd
NIFI-11103-RC1 prepare for next development iteration 2023-02-06 11:41:41 -07:00
Joe Witt 81296b5b69
NIFI-11103-RC1 prepare release nifi-1.20.0-RC1 2023-02-06 11:41:39 -07:00
Joe Witt 4f91420cc1
NIFI-11139 Updated multiple Maven Plugins
This closes #6925

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-02-03 16:07:02 -06:00
Joe Witt 28bfd1252f
NIFI-11103 bumping apache parent 2023-02-03 10:59:06 -07:00
Joe Witt 5ae8d1900e
NIFI-11103 NIFI-11104 bumping nifi nar maven plugin 2023-02-03 10:44:17 -07:00
exceptionfactory bda1bd326d
NIFI-11114 Thise closes #6906. Upgraded OWASP Dependency Check from 7.4.4 to 8.0.2
- Added jetty-jmx to managed dependencies to maintain aligned versions

Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-30 17:13:12 -07:00
exceptionfactory a1072140a1
NIFI-11113 This closes #6905. Upgraded ZooKeeper from 3.8.0 to 3.8.1
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-30 11:19:21 -07:00
exceptionfactory 972667461b
NIFI-10580 This closes #6867. Upgraded SLF4J from 1.7.36 to 2.0.6
- Upgraded Logback from 1.2.11 to 1.3.5
- Updated Logback DelayingShutdownHook to DefaultShutdownHook
- Disabled Spring Boot Logging System in favor of standard Logback initialization
- Excluded logback-classic from ZooKeeper and other dependencies to avoid conflicts when running tests
- Excluded spring-boot-starter-logging to avoid failures related to Logback 1.2 and Spring Boot 2.7
- Removed ZooKeeperMigratorTest.groovy based on Apache Curator test server usage of Logback 1.2

NIFI-10580 Added logback-core as explicit dependency

- Set logback-core as provided in root configuration
- Added logback-core as compile dependency in assembly configurations

Signed-off-by: Joe Witt <joewitt@apache.org>
2023-01-23 11:38:10 -07:00
mr1716 a4188bb487
NIFI-11080 Updated Gson from 2.10 to 2.10.1
This closes #6874

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-01-20 14:31:10 -06:00
exceptionfactory b107ae1f8c
NIFI-11046 Upgraded Dependency Check from 7.3.2 to 7.4.4
- Removed false positive suppressions no longer necessary in current version

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

This closes #6839.
2023-01-14 16:47:28 +01:00
mr1716 3a1e4dbe92 NiFI-10922 Update testcontainers version to 1.17.6
This closes #6840

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-01-12 19:42:26 -05:00
exceptionfactory 765e5fc61e NIFI-11052 Upgraded Netty from 4.1.85 to 4.1.87
This closes #6843

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2023-01-12 18:30:18 -05:00
exceptionfactory 9aecfc4e5b
NIFI-11021 Upgraded Groovy from 3.0.9 to 3.0.14
Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #6819
2023-01-03 14:03:18 -05:00
Pierre Villard 7a4e3a4b6c NIFI-11011 - Update AWS SDK versions to 1.12.371 and 2.17.295
This closes #6810

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2022-12-29 13:10:32 +00:00
mr1716 2b0f7ac5c4
NIFI-10995 Update Jetty to 9.4.50.v20221201
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6799.
2022-12-22 12:02:59 +01:00
exceptionfactory ab7ce58fb1
NIFI-10947 This closes #6758. Upgraded Apache Commons Net to 3.9.0
- Added Commons Net to managed dependencies in root Maven configuration
- Removed version references to 3.3 in MiNiFi and 3.6 in NiFi standard modules

Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-05 09:01:29 -07:00
exceptionfactory 87c583042e
NIFI-10941 Removed TestNG references
- Replaced TestNG assertions with JUnit 5
- Excluded testng transitive dependencies from groovy-all
- Added testng exclusion to Maven Enforcer configuration

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

This closes #6753.
2022-12-05 13:11:59 +01:00
Joe Witt e5941c4bf8
NIFI-10913 bumping in alignment with 1.19.1 rc work 2022-12-02 17:41:39 -07:00
exceptionfactory a7bf2763cd
NIFI-10933 Upgraded OWASP Dependency Check from 7.1.2 to 7.3.2
- Removed non-applicable suppressions
- Added suppressions for Elasticsearch client libraries and other false positives

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

This closes #6751.
2022-12-02 20:45:03 +01:00
exceptionfactory 3399d09c46
NIFI-10923 This closes #6745. Upgraded Apache SSHD to 2.9.2
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-12-01 12:02:01 -07:00
exceptionfactory 9a574c875e
NIFI-10909 Upgraded Jackson from 2.14.0 to 2.14.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6738.
2022-12-01 10:04:22 +01:00
exceptionfactory 28c08bd2bf
NIFI-10917 Upgraded Spring Framework from 5.3.23 to 5.3.24
- Upgraded Spring Security from 5.7.5 to 5.8.0
- Upgraded Spring Boot from 2.7.4 to 2.7.6 for Registry

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

This closes #6737.
2022-12-01 10:02:42 +01:00
Joe Witt 75e7c9e47c
NIFI-10854-RC1 prepare for next development iteration 2022-11-22 19:22:47 -07:00
Joe Witt ec87bf93ad
NIFI-10854-RC1 prepare release nifi-1.19.0-RC1 2022-11-22 19:22:45 -07:00
Pierre Villard f717025380 NIFI-10807 - Update gson to 2.10
This closes #6680

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:34:17 -05:00
Kevin Doran 78f206a811 NIFI-10820 Change Docker base image to eclipse-temurin
NIFI-9656 Change Docker images to use Java 11

This closes #6673

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:50:37 +00:00
exceptionfactory 0135191106
NIFI-10821 Upgraded Netty from 4.1.84 to 4.1.85
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6665.
2022-11-16 10:55:13 +01:00
Mike Thomsen 00da6d5ead
NIFI-10562 Moved MongoDB to testcontainers for integration-tests
This closes #6642

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 07:35:06 -06:00
exceptionfactory efa4f6e7de
NIFI-10795 This closes #6646. Upgraded Jackson from 2.13.4 to 2.14.0
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-11-10 15:30:08 -07:00
Chris Sampson 2acfd1e496 NIFI-9398 add verification to ElasticSearchClientService (with integration tests) and Elasticsearch REST API processors
NIFI-9398 processor verification integration-tests for nifi-elasticsearch-restapi-processors using common nifi-elasticsearch-test-utils refactored from nifi-elasticsearch-client-service
NIFI-9398 fail index exists verification for Elasticsearch processors whose operations would not create the index if it doesn't already exist

This closes #6544

Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-05 18:17:13 -04:00
Mike Thomsen 19658df52b
NIFI-10675 Corrected SSL support in Neo4j V4 Cypher Service
- Added Testcontainers for Neo4j integration tests

This closes #6559

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-04 09:23:34 -05:00
exceptionfactory 1ab024b3c8 NIFI-10740 Upgraded Spring Security from 5.7.4 to 5.7.5
Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6607.
2022-10-31 20:26:27 -04:00
Hervé Boutemy fa1ea87a83
NIFI-10616 Resolve Reproducible ANTLR3 and JAXB Build Issues
This closes #6500

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-31 17:32:43 -05:00
SaumyaGurtu 6a12e8b602
NIFI-10588 Added banDuplicatePomDependencyVersions to Enforcer Rules
This closes #6418

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-27 20:56:12 -05:00
UcanInfosec 5e1e7e163e NIFI-10706 Upgrade spring Security to 5.7.4
Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6591.
2022-10-27 21:47:07 -04:00
UcanInfosec 99a4542c73 NIFI-10696 Update Netty to 4.1.84.Final
Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6588.
2022-10-27 12:41:26 -04:00
UcanInfosec b88b1d0d7e
NIFI-10681 Upgraded Mockito from 3.11.2 to 3.12.4
This closes #6566

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-24 09:18:49 -05:00
UcanInfosec c50e677ee3
NIFI-10649 Upgraded commons-cli to 1.5.0
This closes #6552

Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 19:38:25 -05:00
Joe Witt c155d29658
NIFI-10614 Upgraded Bouncy Castle from 1.70 to 1.71
- Blocked Bouncy Castle jdk15on dependencies
- Forced jdk18on dependencies and validated across entire build

This closes #6498

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 19:35:02 -05:00
mr1716 91909502fb
NIFI-10655 Update kotlin.bom to 1.7.20
This closes #6539

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-19 09:28:40 -05:00
exceptionfactory 9adbba361a NIFI-10662 Upgraded Jackson BOM from 2.13.4 to 2.13.4.20221013
Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6547.
2022-10-18 14:28:15 -04:00
exceptionfactory 0dc02e26d2 NIFI-10648 Upgraded Apache Commons Text to 1.10.0
- Added org.apache.commons.text.version property in root Maven configuration
- Removed direct version references in favor of managed dependency version

Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6531.
2022-10-14 14:07:23 -04:00
Mike Thomsen 08a1f09905 NIFI-10437 Converted SearchResponseTest from Groovy to Java.
NIFI-10437 Removed old Maven Elasticsearch integration testing plugin and replaced with Testcontainers.
NIFI-10437 Converted TestSchemaRegistry from Groovy to Java.
NIFI-10437 Converted TestElasticsearchClientService from Groovy to Java.
NIFI-10437 Converted a unit test from Groovy to Java.
NIFI-10437 Converted a unit test from Groovy to Java.
NIFI-10437 Converted ElasticSearchLookupService_IT from Groovy to Java.
NIFI-10437 Converted ElasticSearchClientService_IT from Groovy to Java.
NIFI-10437 Migrated to Testcontainers.
NIFI-10437 Converted all nifi-elasticsearch-restapi-processors unit tests from Groovy to Java.

Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>

This closes #6487
2022-10-13 12:52:20 +01:00
UcanInfosec 4af9b45872
NIFI-10613 Upgraded Netty 4 from 4.1.81 to 4.1.82
This closes #6496

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-10 08:59:25 -05:00
mr1716 d2f51c8c00
NIFI-10615 Upgraded JUnit from 5.9.0 to 5.9.1
This closes #6499

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-10 08:55:17 -05:00