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 a2f8851c0 MINIFICPP-2462 Divide libminifi
     new 4f35ccde0 MINIFICPP-2376 Add support for parameter context inheritance
     new 5fe107880 MINIFICPP-2498 Funnels should be usable as terminators
     new 32114f047 MINIFICPP-2517 Update NiFi version used in tests to version 
2.2.0
     new f04f222b8 MINIFICPP-2523 Fix Chocolatey package name for m4
     new 7b6b5deb6 MINIFICPP-2422 Remove Ubuntu 20.04 support

The 5 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:
 .github/workflows/ci.yml                           |   4 +-
 .github/workflows/clear-actions-cache.yml          |   6 +-
 CONFIGURE.md                                       |  28 +-
 aptitude.sh                                        |   8 -
 bootstrap/package_manager.py                       |   7 +-
 docker/DockerBuild.sh                              |   2 +-
 docker/requirements.txt                            |  21 +-
 docker/test/integration/cluster/ImageStore.py      |   7 +-
 .../cluster/checkers/ElasticSearchChecker.py       |   2 +
 .../containers/AzureStorageServerContainer.py      |   2 +-
 .../cluster/containers/MinifiC2ServerContainer.py  |  17 +-
 .../cluster/containers/NifiContainer.py            |  20 +-
 .../cluster/containers/SyslogTcpClientContainer.py |   2 +-
 .../cluster/containers/SyslogUdpClientContainer.py |   2 +-
 .../features/core_functionality.feature            |   8 +
 docker/test/integration/features/steps/steps.py    |   7 +-
 .../tests/unit/FlowJsonTests.cpp                   | 331 ++++++++++++++++++++-
 .../tests/unit/YamlConfigurationTests.cpp          | 264 ++++++++++++++++
 .../github_actions_cache_cleanup_tests.py          |  26 +-
 libminifi/include/Funnel.h                         |   2 +
 libminifi/include/core/ParameterContext.h          |  10 +
 libminifi/include/core/flow/FlowSchema.h           |   1 +
 .../include/core/flow/StructuredConfiguration.h    |   1 +
 .../{include/agent/JsonSchema.h => src/Funnel.cpp} |  12 +-
 libminifi/src/core/ParameterContext.cpp            |   5 +
 libminifi/src/core/flow/FlowSchema.cpp             |   6 +-
 .../src/core/flow/StructuredConfiguration.cpp      |  56 ++++
 27 files changed, 778 insertions(+), 79 deletions(-)
 copy libminifi/{include/agent/JsonSchema.h => src/Funnel.cpp} (78%)

Reply via email to