pnoltes opened a new issue #146: Remove raw bundle handling api from the framework headers URL: https://github.com/apache/celix/issues/146 Currently it still is possible to direct get (and use) the bundle pointers through (e.g.): - framework_getBundles - framework_getBundleById - celix_framework_getFrameworkBundle These function are not thread safe. There needs to be removed, so that only the celix_framework_useBundle variant can be used. The latter ensure that bundles are locked for uninstall while being used. This will need some significant refactoring.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
