abroekhuis commented on a change in pull request #265:
URL: https://github.com/apache/celix/pull/265#discussion_r448807851
##########
File path: libs/framework/src/dm_dependency_manager_impl.c
##########
@@ -173,7 +174,8 @@ static void celix_dm_getInfosCallback(void *handle, const celix_bundle_t
*bnd) {
celix_array_list_t * celix_dependencyManager_createInfos(celix_dependency_manager_t *manager)
{
celix_array_list_t *infos = celix_arrayList_create();
- celix_bundleContext_useBundles(manager->ctx, infos, celix_dm_getInfosCallback);
+ celix_framework_t* fw = celix_bundleContext_getFramework(manager->ctx);
Review comment:
Ok, the dm is explicitly part of the fw? Since this now added a direct include to the
framework which was not needed previously.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|