This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from b194ce55d MINIFICPP-2506 Fix a gcc warning
new 4054419f3 MINIFICPP-2485 fix: Support Expression Language in
InvokeHTTP "Remote URL" property
new a469556a4 MINIFICPP-2503 Remove C2 metric duplication in heartbeat
new 634016bbe MINIFICPP-2499 Do not log errors when loading Python helper
files
The 3 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:
.../prometheus/PrometheusMetricsPublisher.cpp | 5 +-
extensions/python/ExecutePythonProcessor.cpp | 2 +
extensions/python/PythonCreator.h | 4 +-
extensions/python/PythonScriptEngine.cpp | 2 +-
extensions/python/PythonScriptException.h | 7 +
.../standard-processors/processors/InvokeHTTP.cpp | 68 +++++--
.../standard-processors/processors/InvokeHTTP.h | 71 ++++++-
.../tests/unit/HttpClientStoreTests.cpp | 219 +++++++++++++++++++++
.../include/core/state/nodes/ResponseNodeLoader.h | 2 +
libminifi/src/c2/C2MetricsPublisher.cpp | 25 ++-
libminifi/src/core/state/LogMetricsPublisher.cpp | 5 +-
.../src/core/state/MetricsPublisherFactory.cpp | 7 +-
.../src/core/state/nodes/ResponseNodeLoader.cpp | 9 +
libminifi/test/integration/C2MetricsTest.cpp | 15 +-
libminifi/test/unit/LogMetricsPublisherTests.cpp | 16 +-
15 files changed, 409 insertions(+), 48 deletions(-)
create mode 100644
extensions/standard-processors/tests/unit/HttpClientStoreTests.cpp