This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from 8bd9c5d30 MINIFICPP-2571 Change C2 bulletin timestamp type
     new 9dd176da2 MINIFICPP-2449 TailFile: option to output full batch in a 
single flow file
     new 34d9d1b18 Bump requests from 2.32.0 to 2.32.4 in /github_scripts
     new 84ed42d62 MINIFICPP-2573 Remove Apache Rat exclude file
     new e3e9b722f MINIFICPP-2574 Change log level for flow config persistance 
failure
     new 2cbcfc774 MINIFICPP-2578 Add hyphen character to expression language 
special character list
     new eb899598a MINIFICPP-2580 Upgrade GCP and googletest libraries
     new 625679629 MINIFICPP-2579 Upgrade libarchive to v3.8.1
     new ee21c293e MINIFICPP-2581 Fix EL evaluation in dynamic properties
     new 695c90961 MINIFICPP-2583 Fix warnings of unhandled std::expected 
return values

The 9 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                                     |  49 ++--
 PROCESSORS.md                                      |  27 +--
 cmake/BundledLibArchive.cmake                      |  31 ++-
 cmake/GoogleCloudCpp.cmake                         |  33 +--
 extensions/civetweb/tests/ListenHTTPTests.cpp      |   2 +-
 .../couchbase/tests/GetCouchbaseKeyTests.cpp       |  30 +--
 .../couchbase/tests/PutCouchbaseKeyTests.cpp       |  24 +-
 .../expression-language/ProcessContextExpr.cpp     |  14 +-
 .../tests/ExpressionLanguageTests.cpp              |   2 +-
 .../tests/ProcessContextExprTests.cpp              |  45 +++-
 extensions/gcp/tests/CMakeLists.txt                |   3 +-
 .../tests/GCPCredentialsControllerServiceTests.cpp |  19 +-
 extensions/kafka/tests/PublishKafkaTests.cpp       |  16 +-
 .../libarchive/tests/CompressContentTests.cpp      | 104 ++++-----
 extensions/libarchive/tests/MergeFileTests.cpp     | 124 +++++-----
 .../llamacpp/tests/RunLlamaCppInferenceTests.cpp   |  72 +++---
 .../TestExecuteScriptProcessorWithLuaScript.cpp    |  82 +++----
 extensions/mqtt/tests/ConsumeMQTTTests.cpp         | 106 ++++-----
 extensions/mqtt/tests/PublishMQTTTests.cpp         |  22 +-
 extensions/opc/tests/FetchOpcProcessorTests.cpp    |  70 +++---
 extensions/opc/tests/PutOpcProcessorTests.cpp      | 252 ++++++++++-----------
 extensions/python/PythonObjectFactory.h            |  16 +-
 .../TestExecuteScriptProcessorWithPythonScript.cpp |  76 +++----
 extensions/smb/tests/ListAndFetchSmbTests.cpp      |   2 +-
 extensions/sql/tests/ExecuteSQLTests.cpp           |  10 +-
 extensions/sql/tests/PutSQLTests.cpp               |   8 +-
 extensions/sql/tests/QueryDatabaseTableTests.cpp   |   2 +-
 .../standard-processors/processors/PutUDP.cpp      |   2 +-
 .../standard-processors/processors/TailFile.cpp    |  17 +-
 .../standard-processors/processors/TailFile.h      |  30 ++-
 .../tests/integration/InvokeHTTPTests.cpp          |  84 +++----
 .../tests/integration/TailFileIntegrationTest.cpp  |   4 +-
 .../tests/integration/VerifyInvokeHTTP.h           |   4 +-
 .../tests/unit/AttributesToJSONTests.cpp           |  10 +-
 .../tests/unit/FetchFileTests.cpp                  |  54 ++---
 .../tests/unit/GetFileTests.cpp                    |   8 +-
 .../tests/unit/HashContentTest.cpp                 |   2 +-
 .../tests/unit/ListFileTests.cpp                   |  10 +-
 .../tests/unit/ProcessorTests.cpp                  |  10 +-
 .../standard-processors/tests/unit/PutTCPTests.cpp |   8 +-
 .../standard-processors/tests/unit/PutUDPTests.cpp |   4 +-
 .../tests/unit/RouteTextTests.cpp                  | 118 +++++-----
 .../tests/unit/SegmentContentTests.cpp             |  20 +-
 .../tests/unit/SplitContentTests.cpp               | 156 ++++++-------
 .../tests/unit/SplitRecordTests.cpp                |  14 +-
 .../tests/unit/SplitTextTests.cpp                  |  52 ++---
 .../tests/unit/TailFileTests.cpp                   |  66 ++++--
 github_scripts/requirements.txt                    |   2 +-
 libminifi/include/c2/ControllerSocketProtocol.h    |   3 +-
 libminifi/include/controllers/SSLContextService.h  |  26 ++-
 libminifi/include/core/ProcessSession.h            |   2 +-
 libminifi/src/EventDrivenSchedulingAgent.cpp       |  15 +-
 libminifi/src/TimerDrivenSchedulingAgent.cpp       |   7 +-
 libminifi/src/c2/ControllerSocketProtocol.cpp      |  12 +-
 libminifi/src/core/FlowConfiguration.cpp           |  10 +-
 libminifi/src/core/ProcessGroup.cpp                |   5 +-
 libminifi/src/core/ProcessSession.cpp              |   7 +-
 libminifi/test/integration/AbsoluteTimeoutTest.cpp |   4 +-
 .../integration/C2ClearCoreComponentStateTest.cpp  |   2 +-
 .../C2DescribeCoreComponentStateTest.cpp           |   2 +-
 libminifi/test/libtest/unit/TestBase.cpp           |  20 +-
 libminifi/test/libtest/unit/TestBase.h             |   8 +-
 .../test/persistence-tests/PersistenceTests.cpp    |  16 +-
 .../EnvironmentVariableParameterProviderTest.cpp   |  24 +-
 .../test/unit/NetworkPrioritizerServiceTests.cpp   |  52 ++---
 libminifi/test/unit/ProcessorConfigUtilsTests.cpp  |   4 +-
 libminifi/test/unit/UpdatePolicyTests.cpp          |  14 +-
 .../include/minifi-cpp/core/ProcessSession.h       |   2 +-
 thirdparty/apache-rat/.rat-excludes                |   8 -
 .../mock-client-without-decorators.patch           | 153 -------------
 .../google-cloud-cpp/mock_client_target.patch      |  26 ---
 .../google-cloud-cpp/remove-find_package.patch     |  15 +-
 thirdparty/libarchive/libarchive.patch             |  66 ++----
 73 files changed, 1163 insertions(+), 1256 deletions(-)
 delete mode 100644 thirdparty/apache-rat/.rat-excludes
 delete mode 100644 
thirdparty/google-cloud-cpp/mock-client-without-decorators.patch
 delete mode 100644 thirdparty/google-cloud-cpp/mock_client_target.patch

Reply via email to