This is an automated email from the ASF dual-hosted git repository.
adebreceni pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from f999498 MINIFICPP-1566 - Annotate maximum allowed threads for
processors
new a024b77 MINIFICPP-1671 Load the extensions earlier
new 6f2f0b5 MINIFICPP-1670 - Move RESTReceiver to civet extension
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:
controller/Controller.h | 3 +++
docker/test/integration/features/core_functionality.feature | 7 +++++++
extensions/civetweb/CMakeLists.txt | 2 +-
extensions/{http-curl => civetweb}/protocols/RESTReceiver.cpp | 0
extensions/{http-curl => civetweb}/protocols/RESTReceiver.h | 0
extensions/http-curl/CMakeLists.txt | 1 -
libminifi/src/core/FlowConfiguration.cpp | 5 ++---
main/MiNiFiMain.cpp | 4 ++--
8 files changed, 15 insertions(+), 7 deletions(-)
rename extensions/{http-curl => civetweb}/protocols/RESTReceiver.cpp (100%)
rename extensions/{http-curl => civetweb}/protocols/RESTReceiver.h (100%)