You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (JIRA)" <ji...@apache.org> on 2018/01/31 19:39:00 UTC

[jira] [Created] (CELIX-425) Dependency Manager as part of the framework

Pepijn Noltes created CELIX-425:
-----------------------------------

             Summary: Dependency Manager as part of the framework
                 Key: CELIX-425
                 URL: https://issues.apache.org/jira/browse/CELIX-425
             Project: Celix
          Issue Type: Improvement
          Components: Dependency Manager
    Affects Versions: 2.2.0
            Reporter: Pepijn Noltes


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 message was sent by Atlassian JIRA
(v7.6.3#76005)