VaginAY opened a new issue, #78: URL: https://github.com/apache/felix-atomos/issues/78
Hello. I'm interested in the possibility of organizing the following project structure: 1. Each bundle included in the application exists on its own and is compiled separately using the native-image utility. 2. The head file can pick up these bundles. In this case, bundles can be deleted and added in runtime, but this does not break the work. In other words, the single image that is now obtained from the results of GraalVM is divided into separate native files (possibly dynamic libraries) in accordance with the original bundle structure. The current monolithic image, as given in the examples, does not allow updating individual modules, adding or removing them during operation, as far as I understand. -- 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...@felix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org