rlenferink opened a new issue #95: Add support for dynamic loaded shared 
libraries bundles
URL: https://github.com/apache/celix/issues/95
 
 
   Add support for shared library (e.g. so / dylib files) as bundles.
   
   Note that these bundles should be resolvable on their own and cannot have 
additional shared libraries dependencies, as is the case for zip bundles.
   
   Shared library bundle still should have bundle activator symbols, but should 
also contain an embedded zip resource (using objcopy to attach a (zip) resource 
file to the shared object, which can be retrieved using predefined symbols)
   
   Advantages is that these bundles can still be used as normal shared objects 
(also in CMake) and make it easier to load the symbols for bundles to gdb.
   
   ---
   
   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

Reply via email to