This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch minifi-api-property
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from cc53f3e92 clang-tidy fix
new 2f00b1803 explicitly set EL support for dynamic properties
new e8af0c0f9 replaced ConfigurableComponent::getPropertyReference with
getSupportedProperty (copies)
new c7c7a6bf3 Fail on invalid property sequence and tests
new 446da68da skip ProvenanceReportingTask setUrl if hostStr.empty()
parseProcessorNode: maxConcurrentTasks removed value_or
The 4 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:
.../expression-language/ProcessContextExpr.cpp | 6 ++--
extensions/python/ExecutePythonProcessor.cpp | 8 ++---
extensions/python/ExecutePythonProcessor.h | 4 +--
.../tests/unit/FlowJsonTests.cpp | 39 ++++++++++++++++++++++
.../tests/unit/YamlConfigurationTests.cpp | 36 ++++++++++++++++++++
libminifi/include/core/json/JsonFlowSerializer.h | 2 +-
libminifi/include/core/yaml/YamlFlowSerializer.h | 2 +-
.../src/core/flow/StructuredConfiguration.cpp | 34 ++++++++++++-------
libminifi/src/core/json/JsonFlowSerializer.cpp | 2 +-
libminifi/src/core/yaml/YamlFlowSerializer.cpp | 4 ++-
.../minifi-cpp/core/ConfigurableComponent.h | 5 ++-
utils/include/core/ConfigurableComponentImpl.h | 5 ++-
utils/src/core/ConfigurableComponentImpl.cpp | 19 ++++++-----
13 files changed, 126 insertions(+), 40 deletions(-)