mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 03:55:22 +00:00
- 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-accumulo
This is a basic NiFi->Accumulo integration. Running mvn install
will create your NAR, which can be added
to Apache NiFi. This is intended to be created with Apache Accumulo 2.x.
The resulting NAR will be named 'nifi-accumulo-nar'
Note that some of this code was modeled after the HBase work.