]
Thomas Diesler updated ARQ-1856:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Done
Remove dynamic import from arquillian-bundle
--------------------------------------------
Key: ARQ-1856
URL:
https://issues.jboss.org/browse/ARQ-1856
Project: Arquillian
Issue Type: Feature Request
Components: OSGi Containers
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: osgi_2.0.0.Final
Currently, the arquillian bundle contains a dynamic import "*" which may lead
to undesired package wiring. Theoretically, it should possible to embed all required
dependencies in the arq-bundle and load the test classes from the test-bundle(s) via
Bundle.loadClass(...)