rlenferink opened a new issue #94: Add support for static/linked libraries bundles URL: https://github.com/apache/celix/issues/94 Adds support for static bundle libraries. These bundles can be used to create a single executable celix containers. For different reasons (e.g. security), docker containers, etc. Proposal: The static library bundle should use the _attribute_((constructor)) to register itself to all (or first?) register celix frameworks. The function which does this can be generated in the CMake command for creating the static library bundle (e.g. add_celix_static_bundle). The constructor should register the activator callbacks (which as result should have unique symbols names) and attached bundle resource symbols (same as in the shared library bundle) --- Original creation date: 31/Jan/2018 Reporter: @pnoltes
---------------------------------------------------------------- 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
