You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/07/03 00:25:47 UTC

[jira] Created: (FELIX-1298) Implement support for new org.osgi.framework.library.extensions configuration property

Implement support for new org.osgi.framework.library.extensions configuration property
--------------------------------------------------------------------------------------

                 Key: FELIX-1298
                 URL: https://issues.apache.org/jira/browse/FELIX-1298
             Project: Felix
          Issue Type: New Feature
          Components: Framework, Specification compliance
    Affects Versions: felix-1.8.1
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
             Fix For: felix-2.0.0


The new standard launching and embedding API in R4.2 introduced a new configuration property, org.osgi.framework.library.extensions, that allows you to specify a comma-delimited set of extensions to try when searching for native code libraries in addition to the file extension returned by System.mapLibraryName(), which is necessary on some operating systems. We need to add support for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1298) Implement support for new org.osgi.framework.library.extensions configuration property

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754125#action_12754125 ] 

Richard S. Hall commented on FELIX-1298:
----------------------------------------

We won't revert this, but we will try to fix the issue you are having.

> Implement support for new org.osgi.framework.library.extensions configuration property
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-1298
>                 URL: https://issues.apache.org/jira/browse/FELIX-1298
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The new standard launching and embedding API in R4.2 introduced a new configuration property, org.osgi.framework.library.extensions, that allows you to specify a comma-delimited set of extensions to try when searching for native code libraries in addition to the file extension returned by System.mapLibraryName(), which is necessary on some operating systems. We need to add support for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-1298) Implement support for new org.osgi.framework.library.extensions configuration property

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

Richard S. Hall closed FELIX-1298.
----------------------------------

    Resolution: Fixed

I committed a patch for this.

> Implement support for new org.osgi.framework.library.extensions configuration property
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-1298
>                 URL: https://issues.apache.org/jira/browse/FELIX-1298
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The new standard launching and embedding API in R4.2 introduced a new configuration property, org.osgi.framework.library.extensions, that allows you to specify a comma-delimited set of extensions to try when searching for native code libraries in addition to the file extension returned by System.mapLibraryName(), which is necessary on some operating systems. We need to add support for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1298) Implement support for new org.osgi.framework.library.extensions configuration property

Posted by "Holger Hoffstätte (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754102#action_12754102 ] 

Holger Hoffstätte commented on FELIX-1298:
------------------------------------------

It seems that this has created a regression, see FELIX-1580 - can we reopen & revert this please?


> Implement support for new org.osgi.framework.library.extensions configuration property
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-1298
>                 URL: https://issues.apache.org/jira/browse/FELIX-1298
>             Project: Felix
>          Issue Type: New Feature
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The new standard launching and embedding API in R4.2 introduced a new configuration property, org.osgi.framework.library.extensions, that allows you to specify a comma-delimited set of extensions to try when searching for native code libraries in addition to the file extension returned by System.mapLibraryName(), which is necessary on some operating systems. We need to add support for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.