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 35a8b2a13 MINIFICPP-2418 Drop JNI extension
     new 47d530590 MINIFICPP-2386 Add Jom support for building OpenSSL in 
parallel
     new 8b31b3b1c MINIFICPP-2405 Fix test failure due to too low memory usage
     new 77ec56741 MINIFICPP-2409 Move to Spring Cron Syntax
     new dd99e2dbc MINIFICPP-2415 MINIFICPP-2417 Drop USB Camera and openwsman 
extensions
     new 46b0a775b MINIFICPP-2420 Fix GCC-13 warnings

The 5 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:
 .github/workflows/ci.yml                           |  36 +-
 .github/workflows/gcc13-compat.yml                 |  55 --
 CMakeLists.txt                                     |   2 +-
 PROCESSORS.md                                      |  70 --
 README.md                                          |  13 +-
 Windows.md                                         |   4 +-
 aptitude.sh                                        |   5 -
 arch.sh                                            |   4 -
 bootstrap.sh                                       |   6 -
 bootstrap/package_manager.py                       |   8 +-
 bootstrap/system_dependency.py                     |   3 -
 bstrp_functions.sh                                 |   4 -
 centos.sh                                          |  15 +-
 cmake/BundledOpenSSL.cmake                         |  18 +-
 cmake/BundledOpenWSMAN.cmake                       | 115 ---
 cmake/Date.cmake                                   |  10 +-
 cmake/DockerConfig.cmake                           |   2 -
 cmake/MiNiFiOptions.cmake                          |   2 -
 darwin.sh                                          |   4 -
 debian.sh                                          |   5 -
 docker/Dockerfile                                  |   3 -
 docker/centos/Dockerfile                           |   1 -
 docker/rockylinux/Dockerfile                       |   3 +-
 extensions/openwsman/CMakeLists.txt                |  37 -
 .../SourceInitiatedSubscriptionListener.cpp        | 807 ---------------------
 .../SourceInitiatedSubscriptionListener.h          | 255 -------
 extensions/python/PythonScriptEngine.h             |   3 +
 extensions/standard-processors/utils/JoltUtils.cpp |   3 +-
 extensions/usb-camera/CMakeLists.txt               |  65 --
 extensions/usb-camera/GetUSBCamera.cpp             | 427 -----------
 extensions/usb-camera/GetUSBCamera.h               | 167 -----
 fedora.sh                                          |   4 -
 libminifi/include/utils/Cron.h                     |   1 +
 libminifi/src/utils/Cron.cpp                       |  12 +-
 libminifi/test/unit/CronTests.cpp                  |  64 +-
 libminifi/test/unit/MemoryUsageTest.cpp            |  30 +-
 rheldistro.sh                                      |  12 +-
 suse.sh                                            |  12 +-
 thirdparty/date/826_libcpp_17_build_fix.patch      |  69 --
 thirdparty/openwsman/openwsman.patch               | 120 ---
 win_build_vs.bat                                   |   8 +-
 41 files changed, 128 insertions(+), 2356 deletions(-)
 delete mode 100644 .github/workflows/gcc13-compat.yml
 delete mode 100644 cmake/BundledOpenWSMAN.cmake
 delete mode 100644 extensions/openwsman/CMakeLists.txt
 delete mode 100644 
extensions/openwsman/processors/SourceInitiatedSubscriptionListener.cpp
 delete mode 100644 
extensions/openwsman/processors/SourceInitiatedSubscriptionListener.h
 delete mode 100644 extensions/usb-camera/CMakeLists.txt
 delete mode 100644 extensions/usb-camera/GetUSBCamera.cpp
 delete mode 100644 extensions/usb-camera/GetUSBCamera.h
 delete mode 100644 thirdparty/date/826_libcpp_17_build_fix.patch
 delete mode 100644 thirdparty/openwsman/openwsman.patch

Reply via email to