This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a change to branch c_api_dev
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


 discard 26dbe849f ca_certificate -> ca_certificate_file
 discard dec9c1100 MINIFICPP-2797 Extend C Api for Kafka
 discard 97f568081 remove isWorkAvailable from api::core::ProcessorImpl
 discard 143154a6a revert name changes and added comment about hardcoded 
CProcessor::isWorkAvailable
 discard 120f2b946 MINIFICPP-2796 Rename C api functions and remove 
workIsAvailable
     add d9910d094 MINIFICPP-2796 Remove workIsAvailable from C API (#2164)
     new bab842032 MINIFICPP-2797 Extend C Api with sslcontext, penalize, 
dynamic properties, flowfile id and size #2166
     new f2d1f88a2 MINIFICPP-2764 Controller Service CPP API #2152

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (26dbe849f)
            \
             N -- N -- N   refs/heads/c_api_dev (f2d1f88a2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Extensions.md                                      |  4 +-
 .../{FlowFile.h => ControllerServiceContext.h}     | 25 +++++---
 .../include/api/core/ControllerServiceImpl.h       | 63 +++++++++++++++++++
 .../include/api/core/ProcessContext.h              |  3 +-
 .../include/api/core/ProcessorImpl.h               |  7 +--
 .../cpp-extension-lib/include/api/core/Resource.h  | 72 +++++++++++++++++-----
 .../include/api/utils/ProcessorConfigUtils.h       | 24 ++++++++
 .../libtest/CProcessorTestUtils.h                  | 30 +++++++--
 ...essContext.cpp => ControllerServiceContext.cpp} | 23 ++++---
 ...ProcessorImpl.cpp => ControllerServiceImpl.cpp} | 49 ++++++---------
 .../cpp-extension-lib/src/core/ProcessContext.cpp  | 13 ++++
 .../llamacpp/processors/ExtensionInitializer.cpp   |  4 +-
 libminifi/include/utils/CControllerService.h       |  9 ++-
 libminifi/src/minifi-c.cpp                         | 11 ++--
 .../extension-verification-test/CApiExtension.cpp  |  4 +-
 libminifi/test/libtest/unit/TestBase.cpp           | 64 ++++++++++++-------
 libminifi/test/libtest/unit/TestBase.h             |  3 +-
 minifi-api/include/minifi-c/minifi-c.h             |  3 +-
 18 files changed, 295 insertions(+), 116 deletions(-)
 copy extension-framework/cpp-extension-lib/include/api/core/{FlowFile.h => 
ControllerServiceContext.h} (62%)
 create mode 100644 
extension-framework/cpp-extension-lib/include/api/core/ControllerServiceImpl.h
 copy extension-framework/cpp-extension-lib/src/core/{ProcessContext.cpp => 
ControllerServiceContext.cpp} (63%)
 copy extension-framework/cpp-extension-lib/src/core/{ProcessorImpl.cpp => 
ControllerServiceImpl.cpp} (62%)

Reply via email to