This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit ab7b7affc671832ff7712504c05fb5c4f8972092 Merge: 9ea03bc6 42243577 Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Dec 31 17:50:44 2023 +0100 Merge pull request #707 from apache/feature/509-remove-embedded-bundles-support Feature/509 remove embedded bundles support CHANGES.md | 1 + cmake/celix_project/WarningTests.cmake | 16 --- cmake/cmake_celix/ContainerPackaging.cmake | 129 +------------------ cmake/cmake_celix/Generic.cmake | 143 --------------------- cmake/cmake_celix/templates/embed_bundle_apple.s | 27 ---- cmake/cmake_celix/templates/embed_bundle_linux.s | 30 ----- documents/cmake_commands/README.md | 128 ------------------ examples/celix-examples/CMakeLists.txt | 1 - examples/celix-examples/dm_example/CMakeLists.txt | 2 +- .../celix-examples/dm_example_cxx/CMakeLists.txt | 2 +- examples/celix-examples/embedding/CMakeLists.txt | 23 ---- examples/celix-examples/embedding/src/launcher.c | 23 ---- examples/celix-examples/embedding/src/main.c | 39 ------ examples/celix-examples/embedding/src/main.cc | 34 ----- libs/framework/gtest/CMakeLists.txt | 5 - .../CelixFrameworkUtilsErrorInjectionTestSuite.cc | 29 ----- .../gtest/src/CelixFrameworkUtilsTestSuite.cc | 37 ------ libs/framework/gtest/src/CelixLauncherTestSuite.cc | 13 -- libs/framework/include/celix/FrameworkUtils.h | 43 ------- libs/framework/include/celix_framework_utils.h | 32 ----- libs/framework/src/celix_framework_utils.c | 123 ------------------ libs/framework/src/celix_launcher.c | 106 +++++++-------- 22 files changed, 48 insertions(+), 938 deletions(-)
