Upgraded brotli4j from 1.16.0 to 1.17.0
Upgraded AWS SDK from 1.12.767 to 1.12.770
Upgraded AWS SDK from 2.27.1 to 2.27.14
Upgraded Commons CLI from 1.7.0 to 1.9.0
Upgraded Dropwizard Metrics from 4.2.26 to 4.2.27
Upgraded Commons Compress from 1.27.0 to 1.27.1
Upgraded Slack API from 1.40.3 to 1.42.0
Upgraded Project Reactor Core from 3.6.8 to 3.6.9
Upgraded Iceberg from 1.6.0 to 1.6.1
Upgraded PostgreSQL from 42.7.3 to 42.7.4
This closes#9208
Signed-off-by: David Handermann <exceptionfactory@apache.org>
- Removed hamcrest-all from default dependencies
- Added groovy-test to selected modules with Groovy test classes
- Added junit-vintage-engine to selected modules with JUnit 4 test classes
- Corrected references to JUnit 4 assertions in JUnit 5 test classes
- Removed several unnecessary test classes from nifi-socket-utils
- Removed duplicative Registry toolkit test classes
- Removed Kudu integration tests
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes#7233
(cherry picked from commit ca6c7f704164e922e11d72e7c972a50ac46e6b0e)
- Upgraded JUnit 4.13.1 to 4.13.2
This closes#7144
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 83d19a6e9da8472408a34b62ca73963863c97a0b)
- Upgraded Spring Boot from 2.7.9 to 2.7.10
This closes#7141
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 0160d6d6b90ef2d2862d01520161b37d489e2669)
- 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>
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>