This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 072cba2a1097ab21f8b2db943d8948e9fa36d156
Merge: 88bec1d5 4ce9a103
Author: PengZheng <howto...@gmail.com>
AuthorDate: Wed Aug 2 09:13:46 2023 +0800

    Merge pull request #601 from apache/feature/511-remove-resolver
    
    Feature/511 remove resolver

 examples/celix-examples/CMakeLists.txt             |   3 -
 .../celix-examples/export_import/CMakeLists.txt    |  59 ---
 .../celix-examples/export_import/include/test.h    |  34 --
 .../celix-examples/export_import/include/test2.h   |  34 --
 .../celix-examples/export_import/src/activator.c   |  69 ---
 examples/celix-examples/export_import/src/test.c   |  32 --
 examples/celix-examples/export_import/src/test2.c  |  32 --
 libs/framework/CMakeLists.txt                      |   2 +-
 libs/framework/src/bundle.c                        |   3 -
 libs/framework/src/capability.c                    |  64 +--
 libs/framework/src/celix_launcher.c                |   2 +-
 libs/framework/src/framework.c                     |  90 +---
 libs/framework/src/framework_private.h             |   2 -
 libs/framework/src/manifest_parser.c               | 380 +---------------
 libs/framework/src/manifest_parser.h               |   2 -
 libs/framework/src/module.c                        | 125 +-----
 libs/framework/src/requirement.c                   |  79 +---
 libs/framework/src/resolver.c                      | 499 ---------------------
 libs/framework/src/resolver.h                      |  45 --
 libs/framework/src/wire.c                          |  53 +--
 20 files changed, 51 insertions(+), 1558 deletions(-)

Reply via email to