/[Apache-SVN]
ViewVC logotype

Revision 695618


Jump to revision: Previous Next
Author: rickhall
Date: Mon Sep 15 20:48:04 2008 UTC (16 years, 2 months ago)
Changed paths: 4
Log Message:
Fixed a bug where class loader delegation for dynamic imports was happening
when it shouldn't. Specifically, if a bundle exports a given package or
has any sort of wire for that package (i.e., import-package or require-bundle),
then it should not be able to dynamically import that package. Previously,
only existing imported packages were being checked, not exported packages
or packages acquired through require-bundle. (FELIX-724)


Changed paths

Path Details
Directoryfelix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/R4SearchPolicyCore.java modified , text changed
Directoryfelix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/R4Wire.java modified , text changed
Directoryfelix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/R4WireModule.java modified , text changed
Directoryfelix/trunk/framework/src/main/java/org/apache/felix/moduleloader/IWire.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26