You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Tuomas Kiviaho (JIRA)" <ji...@apache.org> on 2012/09/20 07:53:07 UTC

[jira] [Created] (FELIX-3671) Expose DataModelHelperImpl.Headers interface

Tuomas Kiviaho created FELIX-3671:
-------------------------------------

             Summary: Expose DataModelHelperImpl.Headers interface
                 Key: FELIX-3671
                 URL: https://issues.apache.org/jira/browse/FELIX-3671
             Project: Felix
          Issue Type: Improvement
          Components: Bundle Repository (OBR)
    Affects Versions: bundlerepository-1.6.6
            Reporter: Tuomas Kiviaho
         Attachments: FileHeaders.java

For some reason DataModelHelperImpl.Headers is made package private although it's exposed in public method as input parameter.

My work requires a version of DataModelHelperImpl.createResource(URL) that can cope with directories as well as jars and wrapped it implementation that is required to be placed under the same package as DataModelHelperImpl. This approach will create split package problems with bundle plugin. I'll attach the implementation if someone sees it fit for becoming a part of the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (FELIX-3671) Expose DataModelHelperImpl.Headers interface

Posted by "Tuomas Kiviaho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tuomas Kiviaho updated FELIX-3671:
----------------------------------

    Attachment: FileHeaders.java

Here's the implementation I referred in the description
                
> Expose DataModelHelperImpl.Headers interface
> --------------------------------------------
>
>                 Key: FELIX-3671
>                 URL: https://issues.apache.org/jira/browse/FELIX-3671
>             Project: Felix
>          Issue Type: Improvement
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-1.6.6
>            Reporter: Tuomas Kiviaho
>         Attachments: FileHeaders.java
>
>
> For some reason DataModelHelperImpl.Headers is made package private although it's exposed in public method as input parameter.
> My work requires a version of DataModelHelperImpl.createResource(URL) that can cope with directories as well as jars and wrapped it implementation that is required to be placed under the same package as DataModelHelperImpl. This approach will create split package problems with bundle plugin. I'll attach the implementation if someone sees it fit for becoming a part of the project.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira