PengZheng opened a new pull request, #441: URL: https://github.com/apache/celix/pull/441
This PR is requesting for comments, and NOT for immediate merge. The intention is to remove bundle zip files (or truncate to size 0) after they have been installed into cache. This could be very useful for highly storage-constrained embedded device. In my day time job, I keep the zip file but truncate it to size 0 so that when bundles are configured using config.properties, relative path resolution against `CELIX_BUNDLES_PATH`, which involves using 'access' to test for entity existence, works as before. Will this change conflict with OSGi specs or any existing use cases? Next I will dive into the OSGi modular layer, and try to solve some remaining issues, e.g. #130 #301. Storage optimization and startup speed optimization are both on my list. Guidance will be highly appreciated! -- 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