This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2512
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 4d5fc3d62 MINIFICPP-2512 Only use a single logger per processor
omit 001d12c8f Rebase fix
omit 7949b987d Rebase fixes
omit 27ac6d12c Review fixes
omit f10b4bfdf Rename to minifi-api
omit d6d47f96a Rebase fix
omit d51a5646a Rebase fix
omit 046d50a5c Remove more duplicates, rebase fix
omit ef24e5236 Rebase
omit 913ccea99 removed duplicate utils
omit 135c3152e Separate out minifi-api/extension-utils/utils from libminifi
add 53d8027d7 MINIFICPP-2515 Upgrade libcurl to 8.11.1 (from 8.4.0)
add 29c7255a6 MINIFICPP-2514 Fix Python libloader
add 78d53ed15 MINIFICPP-2516 Change C2 runStatus value format to be
consistent with NiFi
add a2f8851c0 MINIFICPP-2462 Divide libminifi
add bf3e78369 MINIFICPP-2512 Only use a single logger per processor
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 (4d5fc3d62)
\
N -- N -- N refs/heads/MINIFICPP-2512 (bf3e78369)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/verify-package.yml | 124 ++++++++++++++-------
C2.md | 12 +-
cmake/BundledLibcURL.cmake | 5 +-
cmake/VerifyPackageWithDocker.cmake | 14 +--
docker/requirements.txt | 6 +-
docker/test/integration/cluster/ImageStore.py | 6 +-
.../integration/features/fetch_modbus_tcp.feature | 1 +
.../features/google_cloud_storage.feature | 1 +
docker/test/integration/features/steps/steps.py | 5 +-
extension-utils/CMakeLists.txt | 6 +-
.../python/pythonlibloader/PythonLibLoader.cpp | 2 +-
extensions/rocksdb-repos/CMakeLists.txt | 2 +-
libminifi/CMakeLists.txt | 2 +-
libminifi/src/core/state/nodes/FlowInformation.cpp | 4 +-
libminifi/test/integration/C2MetricsTest.cpp | 4 +-
minifi-api/CMakeLists.txt | 6 +-
utils/CMakeLists.txt | 4 +-
utils/include/utils/gsl.h | 2 +-
utils/src/core/ProcessContextBuilder.cpp | 16 +--
utils/src/io/CPPLINT.cfg | 1 -
20 files changed, 132 insertions(+), 91 deletions(-)