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 2c7f989ae MINIFICPP-2007 Add rocksdb compression options
     new c4c80e630 MINIFICPP-2047 added reverseDnsLookup to EL
     new f27e349b5 MINIFICPP-1887 Add default connection size limits

The 2 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:
 EXPRESSIONS.md                                     |  26 +++++
 extensions/expression-language/Expression.cpp      |  20 ++++
 .../tests/ExpressionLanguageTests.cpp              |  64 ++++++++++++
 .../tests/unit/FlowJsonTests.cpp                   |   4 +-
 .../tests/unit/ProcessorTests.cpp                  |  10 +-
 .../tests/unit/YamlConnectionParserTest.cpp        |   4 +-
 libminifi/include/Connection.h                     | 110 ++++++++-------------
 libminifi/include/core/state/ConnectionStore.h     |   4 +-
 .../include/core/state/nodes/FlowInformation.h     |   4 +-
 libminifi/include/core/state/nodes/QueueMetrics.h  |   4 +-
 libminifi/include/utils/net/DNS.h                  |   7 ++
 libminifi/src/Connection.cpp                       |  19 ++--
 libminifi/src/core/ProcessSession.cpp              |   2 +-
 libminifi/src/core/Processor.cpp                   |   8 +-
 .../src/core/flow/StructuredConfiguration.cpp      |   4 +-
 .../src/core/flow/StructuredConnectionParser.cpp   |   4 +-
 libminifi/src/utils/net/DNS.cpp                    |  36 +++++++
 .../test/persistence-tests/PersistenceTests.cpp    |   4 +-
 libminifi/test/rocksdb-tests/RepoTests.cpp         |   2 +-
 libminifi/test/unit/ConnectionTests.cpp            |  41 ++++++++
 libminifi/test/unit/MetricsTests.cpp               |   4 +-
 libminifi/test/unit/NetUtilsTest.cpp               |  34 ++++++-
 libminifi/test/unit/ResponseNodeLoaderTests.cpp    |   2 +-
 23 files changed, 304 insertions(+), 113 deletions(-)

Reply via email to