You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/06/07 09:23:18 UTC

[jira] [Resolved] (JCRVLT-32) Store package properties in the MANIFEST.MF for faster access

     [ https://issues.apache.org/jira/browse/JCRVLT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra resolved JCRVLT-32.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.1.40

with r1797900, the exporter will now generate a manifest using the following attribute names:

{noformat}
Content-Package-Dependencies
Content-Package-Description
Content-Package-Id
Content-Package-Roots
{noformat}


> Store package properties in the MANIFEST.MF for faster access
> -------------------------------------------------------------
>
>                 Key: JCRVLT-32
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-32
>             Project: Jackrabbit FileVault
>          Issue Type: Improvement
>          Components: Packaging
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 3.1.40
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)