This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2367
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
from 5012a2c80 Add support for parameter in dynamic properties
add 3fb949e21 Fix escape character handling
No new revisions were added by this update.
Summary of changes:
.../tests/unit/FlowJsonTests.cpp | 8 +-
.../tests/unit/YamlConfigurationTests.cpp | 8 +-
libminifi/include/core/ParameterTokenParser.h | 67 ++++++++++++--
libminifi/src/core/ParameterTokenParser.cpp | 52 ++++++++---
.../src/core/flow/StructuredConfiguration.cpp | 40 +++-----
libminifi/test/unit/ParameterTokenParserTest.cpp | 103 ++++++++++++++-------
6 files changed, 188 insertions(+), 90 deletions(-)