This is an automated email from the ASF dual-hosted git repository.
lordgamez pushed a change to branch MINIFICPP-2152
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit f518ecb33 Fix clang tidy issues
omit 85ec9ef8d Review update
omit c3dd67df6 Review update
omit fd412505b Review update
omit 5fd7ffdf0 Review update
omit 0673a6eeb MINIFICPP-2152 Remove own server and client socket
implementations
omit 4830868e6 Review update
omit 382521834 Remove unnecessary rvalue parameter
omit 993c8b8da Only support TLS v1.2
omit cf5d23598 Review update
omit d828490fa Review update
omit cb5a0afca Review update
omit b13c8cbfa Continue on socket errors
omit d294344b6 Fix clang-tidy issue
omit 49eea5165 Use read_some instead of asio::read to have the socket read
equivalent
omit 388b76b2d Rewrite ControllerSocket to use coroutines
omit f067335a0 Remove unneeded size check when reading AsioStream
omit cd258abe9 Remove duplication
omit aea2c3ce5 MINIFICPP-2137 Rewrite MiNiFi Controller to use asio
add deab43e44 MINIFICPP-2129 Refactor threadpool
add 14e2586aa MINIFICPP-2170 Fix system certificate store usage in
SSLContextService on Linux
add 4307333d1 MINIFICPP-2116 - Support GCC13
add 6372d67ab MINIFICPP-2175 Increase CMAKE requirements to 3.24
add fbd69e7e2 MINIFICPP-2164 Use a list of types for allowed types in
PropertyDefinition
add 69558ffe9 MINIFICPP-2137 Rewrite MiNiFi Controller to use asio
add fbe2176a9 MINIFICPP-2184 Update CMake to latest version on all Ubuntu
versions
add 36b844a5b MINIFICPP-2152 Remove own server and client socket
implementations
add b3a0a7444 Review update
add 917f37334 Review update
add 3589293ba Review update
add 74a4ac6c6 Review update
add aff3e33c0 Fix clang tidy issues
add 4638af09c Fix clang tidy issues
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 (f518ecb33)
\
N -- N -- N refs/heads/MINIFICPP-2152 (4638af09c)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
.github/workflows/gcc13-compat.yml | 45 ++++++
CMakeLists.txt | 2 +-
README.md | 2 +-
aptitude.sh | 10 +-
bootstrap.sh | 2 +-
centos.sh | 8 +-
cmake/Abseil.cmake | 4 +-
cmake/BundledAzureSdkCpp.cmake | 16 ++-
cmake/GoogleCloudCpp.cmake | 2 +
cmake/KubernetesClientC.cmake | 3 +-
cmake/curl/dummy/FindCURL.cmake | 1 +
docker/Dockerfile | 2 +-
docker/centos/Dockerfile | 2 +-
docker/requirements.txt | 2 +-
docker/rockylinux/Dockerfile | 4 +-
.../cluster/DockerTestDirectoryBindings.py | 2 +
.../features/MiNiFi_integration_test_driver.py | 24 +++-
docker/test/integration/features/https.feature | 155 +++++++++++++++++++--
docker/test/integration/features/kafka.feature | 8 +-
docker/test/integration/features/steps/steps.py | 43 +++---
.../minifi/controllers/SSLContextService.py | 5 +-
.../test/integration/ssl_utils/SSL_cert_utils.py | 2 +-
extensions/aws/processors/S3Processor.cpp | 6 +-
extensions/azure/storage/BlobStorageClient.h | 2 +-
extensions/azure/storage/DataLakeStorageClient.h | 2 +-
extensions/elasticsearch/PostElasticsearch.h | 9 +-
extensions/gcp/processors/GCSProcessor.h | 4 +-
extensions/http-curl/client/HTTPClient.cpp | 20 +--
extensions/http-curl/processors/InvokeHTTP.cpp | 2 +-
extensions/http-curl/processors/InvokeHTTP.h | 4 +-
extensions/http-curl/tests/HTTPHandlers.h | 2 +-
.../http-curl/tests/VerifyInvokeHTTPGetTest.cpp | 2 -
extensions/librdkafka/KafkaProcessorBase.h | 52 +++----
extensions/rocksdb-repos/FlowFileLoader.cpp | 6 +-
extensions/rocksdb-repos/FlowFileLoader.h | 2 +-
extensions/sftp/client/SFTPClient.cpp | 5 +-
extensions/sftp/processors/FetchSFTP.cpp | 5 +-
extensions/sftp/processors/FetchSFTP.h | 3 +-
extensions/sftp/processors/ListSFTP.cpp | 9 +-
extensions/sftp/processors/ListSFTP.h | 3 +-
extensions/sftp/processors/PutSFTP.cpp | 5 +-
extensions/sftp/processors/PutSFTP.h | 3 +-
extensions/splunk/SplunkHECProcessor.h | 40 +++---
extensions/standard-processors/processors/GetTCP.h | 4 +-
.../standard-processors/processors/ListenSyslog.h | 4 +-
.../standard-processors/processors/ListenTCP.h | 4 +-
.../standard-processors/processors/PutFile.h | 2 +-
extensions/standard-processors/processors/PutTCP.h | 98 ++++++-------
.../standard-processors/processors/TailFile.h | 4 +-
.../tests/unit/YamlConfigurationTests.cpp | 8 +-
libminifi/include/CronDrivenSchedulingAgent.h | 2 +-
libminifi/include/EventDrivenSchedulingAgent.h | 2 +-
libminifi/include/FlowController.h | 2 +-
libminifi/include/SchedulingAgent.h | 4 +-
libminifi/include/ThreadedSchedulingAgent.h | 2 +-
libminifi/include/TimerDrivenSchedulingAgent.h | 2 +-
libminifi/include/c2/C2Agent.h | 2 +-
libminifi/include/core/OutputAttributeDefinition.h | 4 +-
libminifi/include/core/Processor.h | 1 +
libminifi/include/core/PropertyDefinition.h | 18 +--
libminifi/include/core/PropertyDefinitionBuilder.h | 41 +++---
libminifi/include/core/Resource.h | 4 +-
libminifi/include/utils/HTTPUtils.h | 4 +-
libminifi/include/utils/Monitors.h | 82 +++--------
libminifi/include/utils/ThreadPool.h | 98 ++++---------
libminifi/src/CronDrivenSchedulingAgent.cpp | 3 +-
libminifi/src/EventDrivenSchedulingAgent.cpp | 2 +-
libminifi/src/FlowController.cpp | 2 +-
libminifi/src/ThreadedSchedulingAgent.cpp | 17 +--
libminifi/src/TimerDrivenSchedulingAgent.cpp | 2 +-
libminifi/src/c2/C2Agent.cpp | 5 +-
libminifi/src/controllers/SSLContextService.cpp | 13 +-
libminifi/src/core/Property.cpp | 6 +-
libminifi/src/utils/HTTPUtils.cpp | 9 +-
libminifi/src/utils/ThreadPool.cpp | 80 ++++-------
libminifi/src/utils/TimeUtil.cpp | 2 +-
libminifi/test/TestBase.cpp | 3 +-
libminifi/test/unit/BackTraceTests.cpp | 97 ++++++-------
libminifi/test/unit/ComponentManifestTests.cpp | 4 +-
libminifi/test/unit/SchedulingAgentTests.cpp | 57 ++++----
libminifi/test/unit/ThreadPoolTests.cpp | 64 +++------
libminifi/test/unit/TypeListTests.cpp | 61 ++++++++
linux.sh | 30 ++++
nanofi/include/cxx/Instance.h | 5 +-
.../azure-sdk-cpp-remove-samples.patch | 23 ---
thirdparty/azure-sdk-cpp/gcc13.patch | 44 ++++++
thirdparty/azure-sdk-cpp/remove-amqp.patch | 15 ++
88 files changed, 822 insertions(+), 646 deletions(-)
create mode 100644 .github/workflows/gcc13-compat.yml
create mode 100644 libminifi/test/unit/TypeListTests.cpp
delete mode 100644 thirdparty/azure-sdk-cpp/azure-sdk-cpp-remove-samples.patch
create mode 100644 thirdparty/azure-sdk-cpp/gcc13.patch
create mode 100644 thirdparty/azure-sdk-cpp/remove-amqp.patch