pnoltes opened a new pull request, #707:
URL: https://github.com/apache/celix/pull/707

   This PR removes support for embedded bundles.
   
   Although embedding bundles as part of an executable is interesting, it is 
not part of the OSGi spec and it is proven that this requires some maintenance 
effort (cmake changes, use of assembly, security changes, etc). 
   
   Maybe in the future something like a executable (far) jar from bndtools can 
be adopted for Apache Celix:
   > Bndtools can export a bndrun file to an executable JAR. This is a JAR that 
can be executed in any Java VM. The JAR contains the framework and all required 
bundles. When it runs with the venerable java -jar x.jar command it will unpack 
itself and launch a framework. The continuous integration can build this 
executable JAR.
   
   So an executable that contains and extracts the Apache Celix container 
executable, its required bundles and possible some libs.


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

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to