This is an automated email from the ASF dual-hosted git repository. adebreceni pushed a commit to branch minifi-api in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit cf2ca4ebd4e1dfd64deb62b9a6833cd49f3a2ac3 Author: Adam Debreceni <[email protected]> AuthorDate: Mon Dec 2 15:06:33 2024 +0100 Rebase fix --- extensions/couchbase/controllerservices/CouchbaseClusterService.h | 2 +- extensions/couchbase/processors/GetCouchbaseKey.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/couchbase/controllerservices/CouchbaseClusterService.h b/extensions/couchbase/controllerservices/CouchbaseClusterService.h index 217449723..1c7a98fb6 100644 --- a/extensions/couchbase/controllerservices/CouchbaseClusterService.h +++ b/extensions/couchbase/controllerservices/CouchbaseClusterService.h @@ -30,7 +30,7 @@ #include "core/PropertyType.h" #include "couchbase/cluster.hxx" #include "core/ProcessContext.h" -#include "core/logging/LoggerConfiguration.h" +#include "core/logging/LoggerFactory.h" #include "controllers/SSLContextService.h" namespace org::apache::nifi::minifi::couchbase { diff --git a/extensions/couchbase/processors/GetCouchbaseKey.h b/extensions/couchbase/processors/GetCouchbaseKey.h index 4951c18ef..bec91841c 100644 --- a/extensions/couchbase/processors/GetCouchbaseKey.h +++ b/extensions/couchbase/processors/GetCouchbaseKey.h @@ -23,7 +23,7 @@ #include "core/AbstractProcessor.h" #include "core/ProcessSession.h" -#include "core/logging/LoggerConfiguration.h" +#include "core/logging/LoggerFactory.h" #include "CouchbaseClusterService.h" namespace org::apache::nifi::minifi::couchbase::processors {
