Elvy wrote:
Why aren't sun and com.sun packages fully declared in the default
config.properties file? This would ensure presence in
org.osgi.framework.system.packages.

Where do you mean to declare them? There is no intended relationship between boot delegation and system packages. Boot delegation is for making class path packages available to bundles without requiring them to have Import-Package declarations for those packages. System packages is for making class path packages available to bundles while requiring them to have Import-Package declarations for those packages.

We generally do not want to encourage people to use non-standard API, so we don't expose these packages by default using either of these mechanisms.

-> richard

Since those packages are part of the standard java rt.jar, one should expect
them to be treated just like, let's say, javax.

Any particuliar reason...

-----
Tell me something you don't know!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to