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

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


    omit ea888bb28 update README.md compiler support
    omit bccd1e5fb add explanation for thirdparty/coachbase/c++23_fixes.patch
    omit e856e480c MINIFICPP-2567 C++23 Support
     add 9e0179174 MINIFICPP-2569 Add two missing files to the MSI
     add 8bd9c5d30 MINIFICPP-2571 Change C2 bulletin timestamp type
     add 9dd176da2 MINIFICPP-2449 TailFile: option to output full batch in a 
single flow file
     add 34d9d1b18 Bump requests from 2.32.0 to 2.32.4 in /github_scripts
     add 84ed42d62 MINIFICPP-2573 Remove Apache Rat exclude file
     add e3e9b722f MINIFICPP-2574 Change log level for flow config persistance 
failure
     add 2cbcfc774 MINIFICPP-2578 Add hyphen character to expression language 
special character list
     add eb899598a MINIFICPP-2580 Upgrade GCP and googletest libraries
     add 625679629 MINIFICPP-2579 Upgrade libarchive to v3.8.1
     add ee21c293e MINIFICPP-2581 Fix EL evaluation in dynamic properties
     add 695c90961 MINIFICPP-2583 Fix warnings of unhandled std::expected 
return values
     new 330963e9d MINIFICPP-2567 C++23 Support
     new 7ed0a0567 add explanation for thirdparty/coachbase/c++23_fixes.patch
     new 37a1f4f8b update README.md compiler support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ea888bb28)
            \
             N -- N -- N   refs/heads/MINIFICPP-2567 (37a1f4f8b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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:
 C2.md                                              |   4 +-
 EXPRESSIONS.md                                     |  49 ++--
 PROCESSORS.md                                      |  27 +--
 cmake/BundledLibArchive.cmake                      |  31 ++-
 cmake/GoogleCloudCpp.cmake                         |  38 ++--
 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/src/core/state/nodes/FlowInformation.cpp |   2 +-
 libminifi/test/integration/AbsoluteTimeoutTest.cpp |   4 +-
 .../integration/C2ClearCoreComponentStateTest.cpp  |   2 +-
 .../C2DescribeCoreComponentStateTest.cpp           |   2 +-
 libminifi/test/integration/C2MetricsTest.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 +-
 msi/WixWin.wsi.in                                  |   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 ++----
 utils/include/utils/TimeUtil.h                     |   4 -
 78 files changed, 1171 insertions(+), 1267 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