You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/02/04 20:07:24 UTC

[GitHub] [celix] pnoltes opened a new issue #146: Remove raw bundle handling api from the framework headers

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:
users@infra.apache.org


With regards,
Apache Git Services