You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/01/07 11:13:33 UTC

[jira] Created: (SLING-147) Add support for org.osgi.framework.system.packages enhancement

Add support for org.osgi.framework.system.packages enhancement
--------------------------------------------------------------

                 Key: SLING-147
                 URL: https://issues.apache.org/jira/browse/SLING-147
             Project: Sling
          Issue Type: Improvement
          Components: Launcher
            Reporter: Felix Meschberger
             Fix For: 2.0.0


The Sling launcher currently implements a mechanism to extend the org.osgi.framework.bootdelegation property based on the existence of classes in the environment (aka parent class loader). This support is implemented in the Sling.resolve() [1] method.

A similar mechanism should be implemented for the org.osgi.framework.system.packages property.

[1] http://svn.apache.org/repos/asf/incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

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


[jira] Assigned: (SLING-147) Add support for org.osgi.framework.system.packages enhancement

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

Felix Meschberger reassigned SLING-147:
---------------------------------------

    Assignee: Felix Meschberger

> Add support for org.osgi.framework.system.packages enhancement
> --------------------------------------------------------------
>
>                 Key: SLING-147
>                 URL: https://issues.apache.org/jira/browse/SLING-147
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launcher
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> The Sling launcher currently implements a mechanism to extend the org.osgi.framework.bootdelegation property based on the existence of classes in the environment (aka parent class loader). This support is implemented in the Sling.resolve() [1] method.
> A similar mechanism should be implemented for the org.osgi.framework.system.packages property.
> [1] http://svn.apache.org/repos/asf/incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

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


[jira] Closed: (SLING-147) Add support for org.osgi.framework.system.packages enhancement

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

Felix Meschberger closed SLING-147.
-----------------------------------

    Resolution: Fixed

Added support for  sling.system.packages.* properties to the Sling launcher in the same was bootdelegation packages are already supported in Rev. 646723

> Add support for org.osgi.framework.system.packages enhancement
> --------------------------------------------------------------
>
>                 Key: SLING-147
>                 URL: https://issues.apache.org/jira/browse/SLING-147
>             Project: Sling
>          Issue Type: Improvement
>          Components: Launcher
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> The Sling launcher currently implements a mechanism to extend the org.osgi.framework.bootdelegation property based on the existence of classes in the environment (aka parent class loader). This support is implemented in the Sling.resolve() [1] method.
> A similar mechanism should be implemented for the org.osgi.framework.system.packages property.
> [1] http://svn.apache.org/repos/asf/incubator/sling/trunk/launcher/app/src/main/java/org/apache/sling/launcher/app/Sling.java

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