[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-731) Remove hard wired dependency on configadmin

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Jul 5 03:03:21 EDT 2013


     [ https://issues.jboss.org/browse/JBOSGI-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-731:
----------------------------------

    Comment: was deleted

(was: Won't Fix - OSGi is going to get removed)

    
> Remove hard wired dependency on configadmin
> -------------------------------------------
>
>                 Key: JBOSGI-731
>                 URL: https://issues.jboss.org/browse/JBOSGI-731
>             Project: JBoss OSGi
>          Issue Type: Task
>          Components: ConfigurationAdmin, WildFly
>            Reporter: Thomas Diesler
>
> {code}
> interface SystemPackagesIntegration  {
>     String[] DEFAULT_SYSTEM_MODULES = new String[] {
>         "javax.api",
>         "javax.inject.api",
>         "org.apache.xerces",
>         "org.jboss.as.configadmin",
>         "org.jboss.as.controller-client",
>         "org.jboss.as.osgi",
>         "org.jboss.dmr",
>         "org.jboss.logging",
>         "org.jboss.modules",
>         "org.jboss.msc",
>         "org.jboss.osgi.framework",
>         "org.jboss.osgi.repository",
>         "org.jboss.osgi.resolver"
>     };
> {code}
> A modular build that contains osgi must currently also contain configadmin

--
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


More information about the jboss-osgi-issues mailing list