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 2019/09/28 17:12:05 UTC

[GitHub] [celix] rlenferink opened a new issue #110: Dependency Manager as part of the framework

rlenferink opened a new issue #110: Dependency Manager as part of the framework
URL: https://github.com/apache/celix/issues/110
 
 
   Currently for C and C++ separate dependency manager static libraries exists. These are cumbersome to use. Integrate the DM in the framework and let bundles provide "classes" bundle activators or dm bundle activators.
   
   For C++, try to make this a pure header implementation library -> add_library(foo INTERFACE)
   
   Proposal is to let the Celix framework see which symbols (e.g. which activator) are available. If both are possible, prefer the DM activator.

----------------------------------------------------------------
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