[
https://issues.jboss.org/browse/AS7-4210?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler commented on AS7-4210:
-------------------------------------
{code}
[tdiesler@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