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 12e17872e MINIFICPP-2180 Package generation should avoid including
test_processors
new 1a11f205b MINIFICPP-1372 Allow async content deletion
new 93f1b6371 MINIFICPP-2182 Add System Load Avg field field to C2 and
Prometheus metrics
new 5e2a5501c MINIFICPP-2088 InvokeHTTP should check whether it needs to
run
new 8e9d6eb49 MINIFICPP-2102 update Sol2 to v3.3.0
new 35c0e3f11 MINIFICPP-2195 fix flaky MQTT docker tests
new 7818783cb MINIFICPP-1076 Yielding processor should still respect
scheduling period
The 6 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:
C2.md | 3 +-
CONFIGURE.md | 11 +
METRICS.md | 11 +-
cmake/Sol2.cmake | 18 +-
conf/minifi.properties | 3 +
.../cluster/checkers/PrometheusChecker.py | 2 +-
docker/test/integration/features/mqtt.feature | 9 +-
docker/test/integration/features/steps/steps.py | 13 +-
extensions/http-curl/client/HTTPClient.h | 1 -
extensions/http-curl/processors/InvokeHTTP.cpp | 41 ++--
extensions/http-curl/processors/InvokeHTTP.h | 9 +-
.../C2VerifyResourceConsumptionInHeartbeat.cpp | 5 +
.../rocksdb-repos/DatabaseContentRepository.cpp | 77 ++++++-
.../rocksdb-repos/DatabaseContentRepository.h | 10 +
.../include/core/state/nodes/DeviceInformation.h | 2 +
libminifi/include/properties/Configuration.h | 1 +
libminifi/include/utils/OsUtils.h | 1 +
libminifi/src/Configuration.cpp | 1 +
libminifi/src/TimerDrivenSchedulingAgent.cpp | 6 +-
.../src/core/state/nodes/DeviceInformation.cpp | 23 +-
libminifi/src/utils/OsUtils.cpp | 14 ++
libminifi/src/utils/TestUtils.cpp | 2 +
.../test/persistence-tests/PersistenceTests.cpp | 1 +
.../rocksdb-tests/DBContentRepositoryTests.cpp | 33 ++-
.../rocksdb-tests/DBProvenanceRepositoryTests.cpp | 2 +-
libminifi/test/unit/SchedulingAgentTests.cpp | 231 ++++++++++++---------
thirdparty/sol2/add-missing-include.patch | 11 -
thirdparty/sol2/fix_bitlib_compatibility.patch | 12 ++
28 files changed, 361 insertions(+), 192 deletions(-)
delete mode 100644 thirdparty/sol2/add-missing-include.patch
create mode 100644 thirdparty/sol2/fix_bitlib_compatibility.patch