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 bf79868 MINIFICPP-1493: Fixing incompatibility with gpsd versions >=
3.21
add f3a707d MINIFICPP-1352 Fix warnings in JNI and Sensors extensions
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
CMakeLists.txt | 3 +-
cmake/BundledRTIMULib.cmake | 49 ++++++++++++++++++++++++++
extensions/jni/ExecuteJavaControllerService.h | 2 +-
extensions/jni/ExecuteJavaProcessor.cpp | 8 ++---
extensions/jni/ExecuteJavaProcessor.h | 2 +-
extensions/jni/jvm/JVMLoader.h | 6 ++--
extensions/jni/jvm/JniMethod.h | 2 +-
extensions/jni/jvm/JniReferenceObjects.h | 22 ++++++------
extensions/jni/jvm/NarClassLoader.h | 8 ++---
extensions/sensors/CMakeLists.txt | 6 ++--
extensions/sensors/GetEnvironmentalSensors.cpp | 2 +-
extensions/sensors/GetEnvironmentalSensors.h | 10 +++---
extensions/sensors/GetMovementSensors.cpp | 2 +-
extensions/sensors/SensorBase.cpp | 4 +--
libminifi/test/sensors-tests/SensorTests.cpp | 6 ++--
16 files changed, 91 insertions(+), 43 deletions(-)
create mode 100644 cmake/BundledRTIMULib.cmake