pnoltes opened a new pull request, #523: URL: https://github.com/apache/celix/pull/523
The PR updates the `celix_bundleContext_useBundle` and `celix_bundleContext_useBundles` to work on installed bundles, instead on only started bundles. And updates `celix_bundleContext_useBundles` and `celix_framework_useBundles` to return a `size_t` to indicate the number off use bundles callbacks called. I am not sure why I created `celix_bundleContext_useBundle` and `celix_bundleContext_useBundles` to only work on started bundles, but I consider this a bug. Note there is a small risk that this breaks user functionality, but I see no good reason why useBundle/useBundles should only work on started bundles (expect to maybe print the started bundles). This change also fixes the lb command issues that it only printed started bundles. Lastly this PR also refactors some framework test fixture, test case and source files names to reflect to more recent Apache Celix naming convention. -- 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. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org