[jboss-jira] [JBoss JIRA] (AS7-4210) Remove dependency on framework implementation
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Jun 28 08:59:12 EDT 2012
[ https://issues.jboss.org/browse/AS7-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703767#comment-12703767 ]
Thomas Diesler commented on AS7-4210:
-------------------------------------
{code}
[tdiesler at tdvaio modules]$ git grep org.jboss.osgi.framework
org/jboss/as/osgi/main/module.xml: <module name="org.jboss.osgi.framework"/>
org/jboss/osgi/framework/main/module.xml:<module xmlns="urn:jboss:module:1.1" name="org.jboss.osgi.framework">
org/jboss/osgi/repository/main/module.xml: <module name="org.jboss.osgi.framework"/>
{code}
> Remove dependency on framework implementation
> ---------------------------------------------
>
> Key: AS7-4210
> URL: https://issues.jboss.org/browse/AS7-4210
> Project: Application Server 7
> Issue Type: Task
> Components: OSGi
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> Currently we include
> org.osgi.util.tracker
> org.osgi.util.xml
> with jbosgi-framework-core. Every component that wants to use those (public) packages needs to define a e dependency on the framework impl. These packages should be externalized to a public API module.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list