pnoltes commented on PR #441:
URL: https://github.com/apache/celix/pull/441#issuecomment-1238236989

   > 
   > As for the structure of the cache , I guess we can steal some idea from 
conan's design? Something like 
`~/.celix/bundles/<bundle_name>/<bundle_version>/<hash>` will permit multiple 
versions of the same bundle live happily together. 
   
   I like the cache dir structure, although this does mean we need the bundle 
(symbolic) name, its version and the hash of the zip file to store it correctly 
in cache. Currently the bundle symbolic name and version can only be read from 
the zip, so some though how to solve this nicely (and without too much 
overhead) is needed. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to