Description
this is somewhat related to JCRVLT-31.
With the current implementation, one must read the entire package in order to figure out the package properties. If they would be store in a MANIFEST.MF, which has to be the first entry in a .jar, we can use a resettable inputstream to read the properties. this allows to quickly get the important information of a package, such as package id and dependencies.
Attachments
Issue Links
- relates to
-
JCRVLT-35 Add method to get package properties from a file or stream
- Closed