This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch feature/error_injector in repository https://gitbox.apache.org/repos/asf/celix.git
commit 3470ad3326a1d549c787eb915a861ac87890cd9e Merge: 94bab53f 51949e07 Author: PengZheng <[email protected]> AuthorDate: Thu Jan 19 22:55:29 2023 +0800 Merge branch 'master' of https://gitbox.apache.org/repos/asf/celix into feature/error_injector .github/workflows/celix_etcdlib.yml | 18 ++-- .github/workflows/celix_promise.yml | 18 ++-- .github/workflows/coverage.yml | 67 +++++-------- .github/workflows/coverity-scan.yml | 17 +++- .github/workflows/macos-nightly.yml | 43 -------- .github/workflows/macos.yml | 111 ++++++++++++++------- .github/workflows/ubuntu-nightly.yml | 69 ------------- .github/workflows/ubuntu.yml | 106 ++++++++++++++------ .../discovery_configured/CMakeLists.txt | 2 + bundles/logging/log_admin/src/celix_log_admin.c | 5 +- .../gtest/src/SyslogWriterTestSuite.cc | 9 +- .../src/celix_syslog_writer_activator.c | 5 +- .../remote_services/discovery_shm/CMakeLists.txt | 4 +- .../remote_service_admin_shm_v2/CMakeLists.txt | 8 +- .../rsa_spi/include/export_registration.h | 11 +- .../rsa_spi/include/import_registration.h | 11 +- .../shell_bonjour/private/src/bonjour_shell.c | 2 +- .../Modules/FindRapidJSON.cmake | 24 +++-- conanfile.py | 15 +-- examples/conan_test_package/README.md | 4 +- examples/conan_test_package/conanfile.py | 4 +- .../conan_test_package/my_log_writer_activator.c | 5 +- libs/dfi/src/dyn_common.c | 2 +- libs/framework/src/celix_log.c | 2 +- libs/utils/CMakeLists.txt | 2 +- 25 files changed, 279 insertions(+), 285 deletions(-)
