This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 871499ebd Merge pull request #801 from
apache/hotfix/dm-add-interfece-leak
new 84fed65e9 Update macOS workflow to use MacOS 15
new c348fe7e7 Remove unneeded comments
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:
.github/workflows/macos.yml | 14 +++--
.../src/ConfiguredDiscoveryManager.cc | 72 +++++++++++-----------
.../remote_service_admin_dfi/gtest/CMakeLists.txt | 4 +-
.../remote_service_admin_dfi/gtest/src/main.cc | 32 ----------
bundles/shell/shell_tui/src/shell_tui.c | 2 +-
cmake/Findcivetweb.cmake | 10 +--
cmake/celix_project/CelixProject.cmake | 12 ++--
cmake/cmake_celix/BundlePackaging.cmake | 4 +-
conanfile.py | 10 +--
examples/conan_test_package/conanfile.py | 2 -
examples/conan_test_package_v2/conanfile.py | 2 -
libs/dfi/gtest/src/dyn_type_tests.cpp | 2 +-
libs/error_injector/CMakeLists.txt | 5 ++
libs/error_injector/{stat => curl}/CMakeLists.txt | 19 +++---
.../eventfd_ei.h => curl/include/curl_ei.h} | 11 ++--
.../curl/src/curl_ei.cc} | 19 +++---
libs/framework/gtest/CMakeLists.txt | 15 +++++
.../CelixLauncherCurlErrorInjectionTestSuite.cc | 68 ++++++++++++++++++++
libs/framework/gtest/src/CelixLauncherTestSuite.cc | 2 +-
libs/framework/include/celix/Trackers.h | 12 ++--
libs/framework/include/celix/dm/Component_Impl.h | 2 +-
.../include/celix/dm/ServiceDependency_Impl.h | 6 +-
libs/framework/src/celix_launcher.c | 71 ++++++++++++++++++---
libs/framework/src/celix_libloader.c | 3 +-
libs/promises/api/celix/Promise.h | 4 +-
libs/utils/benchmark/src/StringHashmapBenchmark.cc | 2 +-
26 files changed, 258 insertions(+), 147 deletions(-)
delete mode 100644
bundles/remote_services/remote_service_admin_dfi/gtest/src/main.cc
copy libs/error_injector/{stat => curl}/CMakeLists.txt (70%)
copy libs/error_injector/{eventfd/include/eventfd_ei.h =>
curl/include/curl_ei.h} (86%)
copy libs/{utils/error_injector/celix_filter/include/celix_filter_ei.h =>
error_injector/curl/src/curl_ei.cc} (76%)
create mode 100644
libs/framework/gtest/src/CelixLauncherCurlErrorInjectionTestSuite.cc