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 60a9180bd6d466c5be553f4679d4438e136fe7da Merge: fedbff5e 30efe89b Author: Pepijn Noltes <[email protected]> AuthorDate: Sat Oct 7 13:26:43 2023 +0200 Merge pull request #664 from apache/feature/508-remove-deployment-admin-bundle Feature/508 remove deployment admin bundle CHANGES.md | 4 + bundles/CMakeLists.txt | 1 - bundles/deployment_admin/CMakeLists.txt | 73 - bundles/deployment_admin/README.md | 45 - bundles/deployment_admin/api/resource_processor.h | 54 - bundles/deployment_admin/src/deployment_admin.c | 797 -------- bundles/deployment_admin/src/deployment_admin.h | 57 - .../src/deployment_admin_activator.c | 79 - bundles/deployment_admin/src/deployment_package.c | 220 -- bundles/deployment_admin/src/deployment_package.h | 76 - bundles/deployment_admin/src/ioapi.c | 234 --- bundles/deployment_admin/src/ioapi.h | 200 -- bundles/deployment_admin/src/log.c | 73 - bundles/deployment_admin/src/log.h | 44 - bundles/deployment_admin/src/log_event.h | 43 - bundles/deployment_admin/src/log_store.c | 95 - bundles/deployment_admin/src/log_store.h | 45 - bundles/deployment_admin/src/log_sync.c | 210 -- bundles/deployment_admin/src/log_sync.h | 36 - bundles/deployment_admin/src/miniunz.c | 401 ---- bundles/deployment_admin/src/miniunz.h | 34 - bundles/deployment_admin/src/unzip.c | 2128 -------------------- bundles/deployment_admin/src/unzip.h | 437 ---- conanfile.py | 14 +- examples/conan_test_package/CMakeLists.txt | 5 - examples/conan_test_package/conanfile.py | 4 - examples/conan_test_package_v2/conanfile.py | 4 - 27 files changed, 8 insertions(+), 5405 deletions(-)
